Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: acc2b9de38f5^
Choose a base ref
...
head repository: jruby/jruby
compare: 2bd6be997996
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 8, 2016

  1. Use a simpler approach to compute class flags

    * The concerned core classes are all subclasses of Object,
      so there is only one set of shared flags and no need
      to decide that at runtime with complex logic.
    * Avoids loading core classes in Constants.java.
    eregon committed Nov 8, 2016
    Copy the full SHA
    acc2b9d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    991890e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2bd6be9 View commit details
    Browse the repository at this point in the history