-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b148
Several files in a runtime image are intended for external uses and their path is a committed interface. They are currently placed in different directories in the image.
jrt-fs.jar
src.zip
lib/javafx-swt.jar
lib/ant-javafx.jar
lib/$VMTYPE/libjvm.so
lib/jexec
The `lib` directory in the runtime image currently defined in JEP 220 is private implementation. They are not intended for external use and their names, format, and content will be subject to change without notice. We should revisit this.
jrt-fs.jar
src.zip
lib/javafx-swt.jar
lib/ant-javafx.jar
lib/$VMTYPE/libjvm.so
lib/jexec
The `lib` directory in the runtime image currently defined in JEP 220 is private implementation. They are not intended for external use and their names, format, and content will be subject to change without notice. We should revisit this.
- csr of
-
CCC-8169816 Move src.zip and jrt-fs.jar under the lib directory
-
- Closed
-
- duplicates
-
JDK-8153079 Re-examine jrt-fs.jar: all runtime images or move it to its own module
-
- Closed
-
- relates to
-
JDK-8170424 back out src.zip change from JDK-8170424
-
- Resolved
-
-
JDK-8170428 Move src.zip to JDK/lib/src.zip
-
- Resolved
-
-
JDK-8307168 Inconsistent validation and handling of --system flag arguments
-
- Resolved
-
-
JDK-8178145 [windows] Incorrect location of src.zip (should be lib/src.zip, is <root>/src.zip) when installed from an installer
-
- Closed
-
(1 relates to)