hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp
changeset 24424 2658d7834c6e
parent 23180 e87156376bed
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
   111   int n = _pops->length();
   111   int n = _pops->length();
   112   for (int i=0; i<n; i++) {
   112   for (int i=0; i<n; i++) {
   113     JvmtiFramePop fp = JvmtiFramePop(_pops->at(i));
   113     JvmtiFramePop fp = JvmtiFramePop(_pops->at(i));
   114     tty->print("%d: ", i);
   114     tty->print("%d: ", i);
   115     fp.print();
   115     fp.print();
   116     tty->print_cr("");
   116     tty->cr();
   117   }
   117   }
   118 }
   118 }
   119 #endif
   119 #endif
   120 
   120 
   121 ///////////////////////////////////////////////////////////////
   121 ///////////////////////////////////////////////////////////////