Skip to content

Commit 1eccdfc

Browse files
author
Doug Simon
committed
8343439: [JVMCI] Fix javadoc of Services.getSavedProperties
Reviewed-by: never
1 parent ea110c3 commit 1eccdfc

File tree

1 file changed

+6
-4
lines changed
  • src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/services

1 file changed

+6
-4
lines changed

src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/services/Services.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)