hotspot/test/compiler/profiling/spectrapredefineclass_classloaders/A.java
author zgu
Thu, 04 Sep 2014 14:50:31 -0400
changeset 26561 e104c9397ca1
parent 25635 d2f8ae0c908b
child 40059 c2304140ed64
permissions -rw-r--r--
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

public class A {
    void m() {
    }
}