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

Jie Fu jiefu at openjdk.java.net
Fri Mar 12 23:00:10 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

This pull request has now been integrated.

Changeset: bf9b5fa7
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/bf9b5fa7
Stats:     15 lines in 1 file changed: 0 ins; 7 del; 8 mod

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

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list