Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2183205 | 7 | John Coomes | P3 | Closed | Fixed | b72 |
JDK-2189970 | 6u21 | John Coomes | P3 | Closed | Fixed | b01 |
JDK-2182823 | 6u18 | John Coomes | P3 | Closed | Fixed | b02 |
JDK-2182698 | hs16 | John Coomes | P3 | Closed | Fixed | b09 |
Code in instanceKlass, classFileParser and elsewhere assumes that sizeof(OopMapBlock) <= sizeof(HeapWord), and thus confuses the count of oop map blocks with their size in words in several places. If OopMapBlock is made larger than a HeapWord, the VM crashes quickly.
- backported by
-
JDK-2182698 OopMapBlock count/size confusion
-
- Closed
-
-
JDK-2182823 OopMapBlock count/size confusion
-
- Closed
-
-
JDK-2183205 OopMapBlock count/size confusion
-
- Closed
-
-
JDK-2189970 OopMapBlock count/size confusion
-
- Closed
-
- relates to
-
JDK-6845368 large objects cause a crash or unexpected exception
-
- Closed
-