Changeset: 1ff288f0dae4 Author: coleenp Date: 2014-09-25 07:52 -0400 URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/1ff288f0dae4 8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms Summary: The assert was firing for NMT_Off and minimal too even though the size isn't used. Reviewed-by: gtriantafill, dholmes ! src/share/vm/services/mallocTracker.cpp + test/runtime/NMT/UnsafeMallocLimit2.java Changeset: dc8637067fc1 Author: coleenp Date: 2014-10-02 20:12 +0000 URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/dc8637067fc1 Merge Changeset: ff0986dac06d Author: coleenp Date: 2014-10-02 22:21 +0000 URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/ff0986dac06d Merge