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: 0dfcec8be541
Choose a base ref
...
head repository: jruby/jruby
compare: 7dd5bfb91e6f
Choose a head ref
  • 6 commits
  • 14 files changed
  • 1 contributor

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    1b10d61 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    08a8ad9 View commit details
    Browse the repository at this point in the history
  2. [fix] compiler did not respect explicit byte-code version

    `-Xbytecode.version` or set *java.specification.version* property
    ... used by Warbler's `jrubyc` invocation
    kares committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c0a67ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    853a7f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55cb5cc View commit details
    Browse the repository at this point in the history
  5. we need JRuby class-loader awareness when generating (ASM) proxies

    ... esp. since we started defaulting to generating proper 8 byte-code
    -> means we let ASM auto-generate frame stack-map in methods
    (these are mandatory to have in .class files since Java 8)
    kares committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    7dd5bfb View commit details
    Browse the repository at this point in the history