RFR: JDK-8282797: CompileCommand parsing errors should exit VM [v3]
Tobias Holenstein
tholenstein at openjdk.org
Wed May 24 11:05:07 UTC 2023
On Wed, 24 May 2023 09:30:58 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Tobias Holenstein has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Update Scenario.java
>> - Update compilerOracle.cpp
>
> test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Scenario.java line 127:
>
>> 125: Asserts.assertNE(mainOutput.getExitValue(), 0, "VM should exit with "
>> 126: + "error for incorrect directives");
>> 127: //if (isJcmdValid) {
>
> Should be removed.
done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13753#discussion_r1203901120
More information about the core-libs-dev
mailing list