-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b142
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208948 | 8u201 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8199491 | 8u192 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8216849 | emb-8u201 | Ivan Gerasimov | P4 | Resolved | Fixed | master |
JDK-8199508 | 7u201 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8219287 | openjdk7u | Ivan Gerasimov | P4 | Resolved | Fixed | master |
JDK-8199582 | 6u211 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
Since we don't have handling of c++ exceptions in the code, such failures wouldn't be handled.
Instead, ::operator new(std::nothrow) can be used, which would return 0 in a case of a failure.
Then we can (try to) throw Java exception of type OutOfMemoryError.
- backported by
-
JDK-8199491 Native implementation of sunmscapi should use operator new (nothrow) for allocations
- Resolved
-
JDK-8199508 Native implementation of sunmscapi should use operator new (nothrow) for allocations
- Resolved
-
JDK-8199582 Native implementation of sunmscapi should use operator new (nothrow) for allocations
- Resolved
-
JDK-8208948 Native implementation of sunmscapi should use operator new (nothrow) for allocations
- Resolved
-
JDK-8216849 Native implementation of sunmscapi should use operator new (nothrow) for allocations
- Resolved
-
JDK-8219287 Native implementation of sunmscapi should use operator new (nothrow) for allocations
- Resolved
- links to