src/share/vm/classfile/systemDictionary.cpp

changeset 5100
43083e670adf
parent 5052
800078be49d2
child 5237
f2110083203d
     1.1 --- a/src/share/vm/classfile/systemDictionary.cpp	Mon May 13 18:08:13 2013 +0000
     1.2 +++ b/src/share/vm/classfile/systemDictionary.cpp	Mon May 13 15:37:08 2013 -0400
     1.3 @@ -1747,13 +1747,6 @@
     1.4    dictionary()->classes_do(f);
     1.5  }
     1.6  
     1.7 -//   All classes, and their class loaders
     1.8 -//   (added for helpers that use HandleMarks and ResourceMarks)
     1.9 -// Don't iterate over placeholders
    1.10 -void SystemDictionary::classes_do(void f(Klass*, ClassLoaderData*, TRAPS), TRAPS) {
    1.11 -  dictionary()->classes_do(f, CHECK);
    1.12 -}
    1.13 -
    1.14  void SystemDictionary::placeholders_do(void f(Symbol*)) {
    1.15    placeholders()->entries_do(f);
    1.16  }

mercurial