-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2_05
-
b59
-
generic
-
solaris_8
Native JVM support routines make calls to JNU_ThrowOutOfMemoryError,
e.g. when a malloc has failed.
They must not then go on to assume the Throw... does not return.
e.g. do not use the value that came back from the failed malloc.
###@###.### 11/1/04 15:54 GMT
e.g. when a malloc has failed.
They must not then go on to assume the Throw... does not return.
e.g. do not use the value that came back from the failed malloc.
###@###.### 11/1/04 15:54 GMT
- relates to
-
JDK-6271145 "Clean up and return" after JNU_ThrowOutOfMemoryError
- Resolved
-
JDK-4513817 File.deleteOnExit consumes memory
- Closed