hg: jdk9/hs-rt/hotspot: 2 new changesets
zhengyu.gu at oracle.com
zhengyu.gu at oracle.com
Thu Sep 4 20:03:19 UTC 2014
Changeset: 86bbebf1b7bf
Author: zgu
Date: 2014-09-04 14:50 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/86bbebf1b7bf
8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead
Summary: Return NULL if memory allocation size is bigger than MAX_MALLOC_SIZE when NMT is on
Reviewed-by: coleenp, gtriantafill
! src/share/vm/runtime/os.cpp
! test/TEST.groups
+ test/runtime/NMT/UnsafeMallocLimit.java
Changeset: 7bf26f6f8d41
Author: zgu
Date: 2014-09-04 14:58 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/7bf26f6f8d41
Merge
- agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/HeapRegionSeq.java
- src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
- src/share/vm/gc_implementation/g1/heapRegionSeq.hpp
- src/share/vm/gc_implementation/g1/heapRegionSeq.inline.hpp
- test/runtime/RedefineFinalizer/RedefineFinalizer.java
More information about the jdk9-hs-rt-changes
mailing list