Bug 5044673 (the JVMTI portion of 4915107) is to clarify that JVMTI character
strings are modified UTF-8. Parameters to the Agent_OnLoad entry point and
the four functions GetSystemProperty, SetSystemProperty, GetSystemProperties,
and AddToBootstrapClassLoaderSearch were not included since they could not be
implemented as UTF-8 in Tiger. The decision has been made to specify these
as modified UTF-8 (bug 5033592). This bug tracks that the implementation of
these five does not match the specification.
strings are modified UTF-8. Parameters to the Agent_OnLoad entry point and
the four functions GetSystemProperty, SetSystemProperty, GetSystemProperties,
and AddToBootstrapClassLoaderSearch were not included since they could not be
implemented as UTF-8 in Tiger. The decision has been made to specify these
as modified UTF-8 (bug 5033592). This bug tracks that the implementation of
these five does not match the specification.
- relates to
-
JDK-5044673 JVMTI Doc: Clarify supplementary character handling is modified UTF-8
- Resolved
-
JDK-4915107 Clarify supplementary character handling in modified UTF-8
- Closed
-
JDK-5033592 JVMTI Doc: Inconsistent character encoding for Agent_OnLoad option string, ...
- Resolved