RFR: 8263501: compiler/oracle/TestInvalidCompileCommand.java fails with release VMs
Vladimir Kozlov
kvn at openjdk.java.net
Fri Mar 12 17:30:08 UTC 2021
On Fri, 12 Mar 2021 17:22:28 GMT, Vladimir Kozlov <kvn 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.
I think it is trivial fix and can be integrated with one review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2965
More information about the hotspot-compiler-dev
mailing list