src/share/vm/memory/collectorPolicy.cpp

changeset 2971
c9ca3f51cf41
parent 2853
a1d5f532838d
child 3156
f08d439fab8c
     1.1 --- a/src/share/vm/memory/collectorPolicy.cpp	Wed Jun 15 10:18:04 2011 -0700
     1.2 +++ b/src/share/vm/memory/collectorPolicy.cpp	Thu Jun 16 15:51:57 2011 -0400
     1.3 @@ -750,10 +750,6 @@
     1.4    return NULL;
     1.5  }
     1.6  
     1.7 -size_t GenCollectorPolicy::large_typearray_limit() {
     1.8 -  return FastAllocateSizeLimit;
     1.9 -}
    1.10 -
    1.11  // Return true if any of the following is true:
    1.12  // . the allocation won't fit into the current young gen heap
    1.13  // . gc locker is occupied (jni critical section)

mercurial