RFR: 8263501: compiler/oracle/TestInvalidCompileCommand.java fails with release VMs

Vladimir Kozlov kvn at openjdk.java.net
Fri Mar 12 17:25:08 UTC 2021


On Fri, 12 Mar 2021 12:21:14 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> compiler/oracle/TestInvalidCompileCommand.java fails with release VMs since it uses debug-only options in the test.
> 
> The fix replaces these debug-only with release-available options.
> And the test for ccstr type has been removed since there is no ccstr type options in release mode.
> 
> Thanks.
> Best regards,
> Jie

Good.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list