RFR: 8330621: Make 5 compiler tests use ProcessTools.executeProcess [v2]
Evgeny Nikitin
enikitin at openjdk.org
Fri Apr 19 14:42:35 UTC 2024
On Fri, 19 Apr 2024 11:40:17 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Evgeny Nikitin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix issues
>
> test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java line 71:
>
>> 69: OutputAnalyzer output = ProcessTools.executeProcess(pb);
>> 70: output.shouldHaveExitValue(0);
>> 71: } catch (IOException ex) {
>
> Can probably also be updated as in Test7068051?
> Suggestion:
>
> } catch (Exception ex) {
Fixed in both `spectrapredefineclass` and `spectrapredefineclass_classloaders`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18856#discussion_r1572478331
More information about the hotspot-compiler-dev
mailing list