RFR: 8266232: compiler.c1.TestRangeCheckEliminated should be run in driver mode

Vladimir Kozlov kvn at openjdk.java.net
Wed Apr 28 18:15:52 UTC 2021


On Wed, 28 Apr 2021 17:46:01 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you please review this small patch that changes `compiler.c1.TestRangeCheckEliminated` to be run in driver mode (as the actual testing is done in the JVMs spawned by it, `TestRangeCheckEliminated` just verifies their output)? the patch also makes a few small code style changes.
> 
> Thanks,
> -- Igor

Add Oracle copyright line.

What about `@requires vm.flagless` ?

-------------

Changes requested by kvn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3772


More information about the hotspot-compiler-dev mailing list