JDK-8025922 : JNI access to Strings need to check if the value field is non-null
Type:Sub-task
Component:hotspot
Sub-Component:runtime
Affected Version:hs25
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2013-10-04
Updated:2013-10-17
Resolved:2013-10-05
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
If the String constructor has not completed, then we can't access the String data.
Affects:
GetStringLength
GetStringChars
GetStringUTFLength
GetStringUTFChars