-
Bug
-
Resolution: Fixed
-
P2
-
6
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176772 | 7 | Y. Ramakrishna | P3 | Closed | Fixed | b03 |
JDK-2142632 | 6 | Y. Ramakrishna | P2 | Resolved | Fixed | b101 |
JDK-2142868 | 5.0u12 | Chris Phillips | P2 | Resolved | Fixed | b01 |
JDK-2142869 | 1.4.2_14 | Chris Phillips | P2 | Resolved | Fixed | b01 |
public class Allocate {
public static void main(String[] args) {
int size = Integer.parseInt(args[0]);
int[] arr = new int[size];
}
}
- backported by
-
JDK-2142632 Allocation of huge array which would cause OutOfMemoryError causes JVM to hang with -Xincgc
- Resolved
-
JDK-2142868 Allocation of huge array which would cause OutOfMemoryError causes JVM to hang with -Xincgc
- Resolved
-
JDK-2142869 Allocation of huge array which would cause OutOfMemoryError causes JVM to hang with -Xincgc
- Resolved
-
JDK-2176772 Allocation of huge array which would cause OutOfMemoryError causes JVM to hang with -Xincgc
- Closed
- duplicates
-
JDK-6474987 ReadData32bit test fails with java.lang.ExceptionInInitializerError using -xincgc flag
- Closed
-
JDK-6476760 api/java_awt/Image/WritableRaster/index.html#CreatePackedRasterTest1 fails with -incgc
- Closed
- relates to
-
JDK-6475811 iCMS: assert(top < _icms_stop_limit,"Tautology")
- Resolved
-
JDK-6415406 ATG client crash with fastdebug build at methodOopDesc::bci_from
- Closed