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

Jie Fu jiefu at openjdk.java.net
Fri Mar 12 12:25:17 UTC 2021


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

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

Commit messages:
 - 8263501: compiler/oracle/TestInvalidCompileCommand.java fails with release VMs

Changes: https://git.openjdk.java.net/jdk/pull/2965/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2965&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8263501
  Stats: 15 lines in 1 file changed: 0 ins; 7 del; 8 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2965.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2965/head:pull/2965

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


More information about the hotspot-compiler-dev mailing list