hotspot/src/share/vm/memory/universe.hpp
changeset 1681 9df064a8f4ca
parent 1668 8ec481b8f514
child 2254 f13dda645a4b
child 2105 347008ce7984
--- a/hotspot/src/share/vm/memory/universe.hpp	Thu Dec 11 12:05:21 2008 -0800
+++ b/hotspot/src/share/vm/memory/universe.hpp	Thu Dec 18 01:27:04 2008 -0800
@@ -133,7 +133,6 @@
   static klassOop _constantPoolCacheKlassObj;
   static klassOop _compiledICHolderKlassObj;
   static klassOop _systemObjArrayKlassObj;
-  static klassOop _fillerArrayKlassObj;
 
   // Known objects in the VM
 
@@ -266,7 +265,6 @@
   static klassOop constantPoolCacheKlassObj()         { return _constantPoolCacheKlassObj; }
   static klassOop compiledICHolderKlassObj()          { return _compiledICHolderKlassObj;  }
   static klassOop systemObjArrayKlassObj()            { return _systemObjArrayKlassObj;    }
-  static klassOop fillerArrayKlassObj()               { return _fillerArrayKlassObj;       }
 
   // Known objects in tbe VM
   static oop int_mirror()                   { return check_mirror(_int_mirror);