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

/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java279 public void makeMethodNotCompilable(Executable method) { method in class:WhiteBox
282 public void makeMethodNotCompilable(Executable method, int compLevel) { method in class:WhiteBox
286 public void makeMethodNotCompilable(Executable method, int compLevel, boolean isOsr) { method in class:WhiteBox

Completed in 256 milliseconds