You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes there is a question "does it compile with javac" and doing so
by hand can become cumbersome.
This now adds a new profile "javac" that can be used to enable javac as
a compiler instead of ecj and disable baseline compare/replace because
of javac emits different bytecode by default.
0 commit comments