(src/share/native/java/lang/System.c and the various java_props*.[ch] files)
and partly in HotSpot, does (almost) one JNI upcall for each system property
defined. Since JNI upcalls are relatively expensive we should explore ways of
reorganizing the code in order to reduce them. The native code could, e.g.,
pass a single big byte array up to the Java level, which could then decode that
array in one operation.
-- ###@###.### 2003/11/3
- csr for
-
JDK-8213895 Modify JVM interface functions for property initialization
- Closed
- relates to
-
JDK-8185496 Improve performance of system properties initialization in initPhase1
- Resolved
-
JDK-8214794 java.specification.version should be only the major version number
- Resolved
-
JDK-8275145 file.encoding system property has an incorrect value on Windows
- Resolved
-
JDK-8231769 Test tools/javac/tree/MakeTypeTest.java fails with -Xcheck:jni
- Resolved
-
JDK-8242154 Backport parts of JDK-4947890 to OpenJDK 11u
- Resolved
-
JDK-8241947 Minor comment fixes for system property handling
- Resolved
-
JDK-8214134 Default for java.vendor.url
- Closed