forked from ibmruntimes/openj9-openjdk-jdk8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If a jarIndex exists, the JDK by default (i.e. SCC is off) uses the URLs in the JarIndex to search for resources, the class path in manifest is ignored. However, when SCC is on, the jarIndex is always ignored and the class path in manifest is used, which differs from the default JDK behavior. Change SCC code in URLClassPath to always use URLs in jarIndex if it exists. Add a property "com.ibm.oti.shared.disableJarIndex" that can be used to control the behavior. JarIndex is removed in Java 21, no need to port to Java 21+. Internal issue semeru-runtimes/issues/1 Signed-off-by: Hang Shao <hangshao@ca.ibm.com>
- Loading branch information
Showing
1 changed file
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters