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

/openjdk9/hotspot/test/compiler/c1/
H A DTest8172751.java40 private static final MethodHandle CONSTANT_FALSE = MethodHandles.constant(boolean.class, false); field in class:Test8172751
41 private static final MutableCallSite CALL_SITE = new MutableCallSite(CONSTANT_FALSE);
57 if (CALL_SITE.getTarget() == CONSTANT_FALSE) {

Completed in 29 milliseconds