< prev index next >

src/hotspot/share/oops/klass.cpp

Print this page
rev 47764 : [mq]: Access_api

@@ -617,11 +617,10 @@
 // Unless overridden, jvmti_class_status has no flags set.
 jint Klass::jvmti_class_status() const {
   return 0;
 }
 
-
 // Printing
 
 void Klass::print_on(outputStream* st) const {
   ResourceMark rm;
   // print title
< prev index next >