Searched defs:preserve_static_stubs (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp241 VM_ClearICs(bool preserve_static_stubs) { _preserve_static_stubs = preserve_static_stubs; } argument
/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java362 private native void clearInlineCaches0(boolean preserve_static_stubs); argument
366 public void clearInlineCaches(boolean preserve_static_stubs) { argument

Completed in 46 milliseconds