RFR: JDK-8282797: CompileCommand parsing errors should exit VM [v2]
Tobias Holenstein
tholenstein at openjdk.org
Wed May 24 10:56:03 UTC 2023
On Wed, 24 May 2023 09:29:10 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Tobias Holenstein has updated the pull request incrementally with four additional commits since the last revision:
>>
>> - Update test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Scenario.java
>>
>> Co-authored-by: Christian Hagedorn <christian.hagedorn at oracle.com>
>> - Update IntrinsicCommand.java
>> - Update compilerOracle.cpp
>> - Update src/hotspot/share/compiler/compilerOracle.cpp
>>
>> Co-authored-by: Christian Hagedorn <christian.hagedorn at oracle.com>
>
> test/hotspot/jtreg/compiler/compilercontrol/share/IntrinsicCommand.java line 79:
>
>> 77: md, type, intrinsic_ids);
>> 78:
>> 79: System.out.println("XXXXXXXXXXXXXXXX compileCommand.isValid " + compileCommand.isValid());
>
> Leftover from debugging?
right. I removed it now
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13753#discussion_r1203886333
More information about the hotspot-dev
mailing list