Skip to content

Commit b8dee8b

Browse files
committed
Use rt-compressed.sunJava25.jar for Java 25+
At least JavaLangAccess has diverged from Java 24. Signed-off-by: Keith W. Campbell <[email protected]>
1 parent 6ea0111 commit b8dee8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jcl/jpp_configuration.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<classpathentry kind="src" path="src/openj9.traceformat/share/classes"/>
263263
<classpathentry kind="src" path="src/openj9.zosconditionhandling/share/classes"/>
264264
<classpathentry kind="lib" path="/binaries/common/ibm/ibmjzos.jar"/>
265-
<classpathentry kind="lib" path="/binaries/vm/third/rt-compressed.sunJava24.jar"/>
265+
<classpathentry kind="lib" path="/binaries/vm/third/rt-compressed.sunJava25.jar"/>
266266
<source path="src"/>
267267
<parameter name="macro:define" value="JAVA_SPEC_VERSION=25"/>
268268
<parameter name="msg:outputdir" value="java.base/share/classes/com/ibm/oti/util"/>

0 commit comments

Comments
 (0)