Searched refs:set_f2_as_vfinal_method (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp182 // set_f2_as_vfinal_method checks if is_vfinal flag is true.
188 set_f2_as_vfinal_method(method());
347 set_f2_as_vfinal_method(adapter());
529 // NOTE: can't use set_f2_as_vfinal_method as it asserts on different values
H A DcpCacheOop.hpp144 void set_f2_as_vfinal_method(methodOop f2) { assert(_f2 == 0 || _f2 == (intptr_t) f2, "illegal field change"); assert(is_vfinal(), "flags must be set"); _f2 = (intptr_t) f2; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 324 milliseconds