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

/openjdk9/hotspot/test/compiler/c1/
H A DTest8172751.java39 private static final MethodHandle CONSTANT_TRUE = MethodHandles.constant(boolean.class, true); field in class:Test8172751
71 CALL_SITE.setTarget(CONSTANT_TRUE);

Completed in 86 milliseconds