Searched defs:ko (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiRegistrySslTest.java31 static final String ko = "KO: Did not find jmxrmi entry in RMIRegistry!"; field in class:RmiRegistrySslTest
49 System.out.println(ko);
50 throw new IllegalArgumentException(ko);
79 System.out.println(ko);
80 throw new IllegalArgumentException(ko);
/openjdk7/hotspot/src/share/vm/oops/
H A DklassKlass.cpp231 klassOop ko = k->secondary_super_cache(); local
232 if( ko != NULL ) {
233 guarantee(ko->is_perm(), "should be in permspace");
234 guarantee(ko->is_klass(), "should be klass");
237 oop ko = k->adr_primary_supers()[i]; // Cannot use normal accessor because it asserts local
238 if( ko != NULL ) {
239 guarantee(ko->is_perm(), "should be in permspace");
240 guarantee(ko->is_klass(), "should be klass");
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp655 Klass* ko = k_h()->klass_part(); local
656 klassVtable* vt = ko->vtable();
658 if (ko->oop_is_instance()) {
659 instanceKlass* ik = (instanceKlass*)ko;

Completed in 62 milliseconds