src/share/vm/runtime/frame.cpp

changeset 6973
4af19b914f53
parent 6680
78bbf4d43a14
child 7535
7ae4e26cb1e0
child 9858
b985cbb00e68
     1.1 --- a/src/share/vm/runtime/frame.cpp	Fri Feb 14 09:29:56 2014 +0100
     1.2 +++ b/src/share/vm/runtime/frame.cpp	Fri Feb 21 10:01:20 2014 +0100
     1.3 @@ -900,7 +900,7 @@
     1.4  }
     1.5  
     1.6  
     1.7 -void frame::oops_interpreted_do(OopClosure* f, CLDToOopClosure* cld_f,
     1.8 +void frame::oops_interpreted_do(OopClosure* f, CLDClosure* cld_f,
     1.9      const RegisterMap* map, bool query_oop_map_cache) {
    1.10    assert(is_interpreted_frame(), "Not an interpreted frame");
    1.11    assert(map != NULL, "map must be set");
    1.12 @@ -1140,7 +1140,7 @@
    1.13  }
    1.14  
    1.15  
    1.16 -void frame::oops_do_internal(OopClosure* f, CLDToOopClosure* cld_f, CodeBlobClosure* cf, RegisterMap* map, bool use_interpreter_oop_map_cache) {
    1.17 +void frame::oops_do_internal(OopClosure* f, CLDClosure* cld_f, CodeBlobClosure* cf, RegisterMap* map, bool use_interpreter_oop_map_cache) {
    1.18  #ifndef PRODUCT
    1.19    // simulate GC crash here to dump java thread in error report
    1.20    if (CrashGCForDumpingJavaThread) {

mercurial