RFR: 8267893: Improve jtreg test failure handler do get native/mixed stack traces for cores and live processes [v5]
Leonid Mesnik
lmesnik at openjdk.java.net
Wed Jun 2 17:30:33 UTC 2021
On Fri, 28 May 2021 02:14:45 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>>
>> spaces updated.
>
> test/failure_handler/src/share/classes/jdk/test/failurehandler/action/PatternAction.java line 63:
>
>> 61: }
>> 62: for (int i = 0, n = args.length; i < n; ++i) {
>> 63: args[i] = args[i].replace("%java", helper.findApp("java").getAbsolutePath());
>
> are we sure that `java` from `PATH` (which is what `findApp` returns) is the right `java`?
The paths contain testJdk and compileJdk before PATH. We use it to find any of our tools.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4234
More information about the core-libs-dev
mailing list