src/share/vm/oops/cpCacheKlass.hpp

changeset 2533
c5a923563727
parent 2314
f95d63e2154a
child 2708
1d1603768966
     1.1 --- a/src/share/vm/oops/cpCacheKlass.hpp	Thu Feb 03 20:49:09 2011 -0800
     1.2 +++ b/src/share/vm/oops/cpCacheKlass.hpp	Mon Feb 07 22:19:57 2011 -0800
     1.3 @@ -39,7 +39,7 @@
     1.4  
     1.5    // Allocation
     1.6    DEFINE_ALLOCATE_PERMANENT(constantPoolCacheKlass);
     1.7 -  constantPoolCacheOop allocate(int length, bool is_conc_safe, TRAPS);
     1.8 +  constantPoolCacheOop allocate(int length, TRAPS);
     1.9    static klassOop create_klass(TRAPS);
    1.10  
    1.11    // Casting from klassOop
    1.12 @@ -55,7 +55,6 @@
    1.13    // Garbage collection
    1.14    void oop_follow_contents(oop obj);
    1.15    int oop_adjust_pointers(oop obj);
    1.16 -  virtual bool oop_is_conc_safe(oop obj) const;
    1.17  
    1.18    // Parallel Scavenge and Parallel Old
    1.19    PARALLEL_GC_DECLS

mercurial