RFR: 7903193: [jtreg] build and test failures using JDK 18 [v2]

Jaikiran Pai jpai at openjdk.org
Sat Aug 24 07:10:14 UTC 2024


On Wed, 15 May 2024 05:15:06 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

>> test/basic/ReportOnlyTest.gmk line 38:
>> 
>>> 36: 	JAVA_HOME=$(JDKHOME) CLASSPATH=$(ABSCLASSDIR) \
>>> 37: 	    $(JTREG_IMAGEDIR)/bin/jtreg $(JTREG_OPTS) \
>>> 38: 	    -k:!needDisplay \
>> 
>> This seems unrelated to the security manager changes.
>
> Sorry Jon, I forgot to reply to this comment. I'll refresh this PR against latest master branch and refresh my memory about this change and respond shortly.

With the other PR https://github.com/openjdk/jtreg/pull/223 now integrated, this part of the change in this PR is no longer needed. So I've removed it in the latest updates to this PR.

-------------

PR Review Comment: https://git.openjdk.org/jtreg/pull/190#discussion_r1729786683


More information about the jtreg-dev mailing list