-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b75
-
generic
-
generic
This bug breaks out the awt portions reported in bug 6188718. All fields from that bug have been duplicated here where applicable.
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.
###@###.### 2005-05-16 21:20:19 GMT
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.
###@###.### 2005-05-16 21:20:19 GMT
- relates to
-
JDK-6188718 File.deleteOnExit() - "Clean up and return" after JNU_ThrowOutOfMemoryError
-
- Resolved
-