Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2172387 | 7 | John Coomes | P4 | Closed | Fixed | b42 |
JDK-2172855 | 6u14 | John Coomes | P3 | Resolved | Fixed | b01 |
SharedHeap::fill_region_with_object has some issues with ...
Usability: it requires a MemRegion to be passed in, but its designated purpose means that a MemRegion is almost never available at the call site, so one must be constructed just for the call, causing unnecessary obfuscation.
Safety: it will silently fail to properly fill large regions.
Usability: it requires a MemRegion to be passed in, but its designated purpose means that a MemRegion is almost never available at the call site, so one must be constructed just for the call, causing unnecessary obfuscation.
Safety: it will silently fail to properly fill large regions.
- backported by
-
JDK-2172855 fill_region_with_object has usability and safety issues
-
- Resolved
-
-
JDK-2172387 fill_region_with_object has usability and safety issues
-
- Closed
-
- relates to
-
JDK-6786195 many nsk.monitoring tests fail with -server -Xcomp
-
- Closed
-
-
JDK-6656830 assert((*p)->is_oop(),"expected an oop while scanning weak refs")
-
- Closed
-
-
JDK-6679764 enable parallel compaction by default
-
- Closed
-
-
JDK-6953952 collectedHeap.cpp should use #ifdef _LP64 not LP64
-
- Resolved
-
(1 relates to)