File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/services Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,12 @@ static void checkJVMCIEnabled() {
8686 }
8787
8888 /**
89- * Gets an unmodifiable copy of the system properties parsed by {@code arguments.cpp}
90- * plus {@code java.specification.version}, {@code os.name} and {@code os.arch}.
91- * The latter two are forced to be the real OS and architecture. That is, values
92- * for these two properties set on the command line are ignored.
89+ * Gets an unmodifiable copy of the system properties as of VM startup.
90+ *
91+ * If running on Hotspot, this will be the system properties parsed by {@code arguments.cpp}
92+ * plus {@code java.specification.version}, {@code os.name} and {@code os.arch}. The latter two
93+ * are forced to be the real OS and architecture. That is, values for these two properties set
94+ * on the command line are ignored.
9395 */
9496 public static Map <String , String > getSavedProperties () {
9597 checkJVMCIEnabled ();
You can’t perform that action at this time.
0 commit comments