mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +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
|
@ -41,7 +41,7 @@ import java.lang.reflect.Method;
|
|||
import java.lang.reflect.Executable;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethodImpl;
|
||||
import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod;
|
||||
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
||||
import jdk.test.lib.Asserts;
|
||||
|
||||
|
@ -54,7 +54,7 @@ public class MethodIsIgnoredBySecurityStackWalkTest {
|
|||
}
|
||||
|
||||
private static void runSanityTest(Executable aMethod, Boolean expected) {
|
||||
HotSpotResolvedJavaMethodImpl method
|
||||
HotSpotResolvedJavaMethod method
|
||||
= CTVMUtilities.getResolvedMethod(aMethod);
|
||||
boolean isIgnored = CompilerToVMHelper
|
||||
.methodIsIgnoredBySecurityStackWalk(method);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue