mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8139170: JVMCI refresh
Reviewed-by: kvn
This commit is contained in:
parent
a4e16dd190
commit
a38ea495d6
246 changed files with 4445 additions and 2901 deletions
|
@ -45,7 +45,7 @@ import java.util.ArrayList;
|
|||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
||||
import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethodImpl;
|
||||
import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod;
|
||||
import jdk.test.lib.Asserts;
|
||||
import sun.hotspot.WhiteBox;
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class ShouldInlineMethodTest {
|
|||
}
|
||||
|
||||
private static void runSanityTest(Executable aMethod) {
|
||||
HotSpotResolvedJavaMethodImpl method = CTVMUtilities
|
||||
HotSpotResolvedJavaMethod method = CTVMUtilities
|
||||
.getResolvedMethod(aMethod);
|
||||
boolean shouldInline = CompilerToVMHelper.shouldInlineMethod(method);
|
||||
boolean expectedShouldInline = WB.testSetForceInlineMethod(aMethod,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue