JVM_GetSystemPackage currently returns:
- A jrt URL is returned when in the runtime image.
- A file URL is returned when in the runtime image and an exploded build
- A file path when -Xbootclasspath/a
Propose to change to return a file URL for -Xbootclasspath/a case. JVM_GetSystemPackage returning a location and may be better to rename it to JVM_GetSystemPackageLocation.
- A jrt URL is returned when in the runtime image.
- A file URL is returned when in the runtime image and an exploded build
- A file path when -Xbootclasspath/a
Propose to change to return a file URL for -Xbootclasspath/a case. JVM_GetSystemPackage returning a location and may be better to rename it to JVM_GetSystemPackageLocation.