Searched refs:VM_PrintJNI (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp327 class VM_PrintJNI: public VM_Operation { class in inherits:VM_Operation
331 VM_PrintJNI() { _out = tty; } function in class:VM_PrintJNI
332 VM_PrintJNI(outputStream* out) { _out = out; } function in class:VM_PrintJNI
H A Dvm_operations.cpp221 void VM_PrintJNI::doit() {
H A Dos.cpp256 VM_PrintJNI jni_op;
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp144 VM_PrintJNI op2(out);
H A DdiagnosticCommand.cpp330 VM_PrintJNI op2(output());

Completed in 76 milliseconds