jdk/hotspot/test/compiler/jvmci/compilerToVM
Vladimir Kozlov d1bbcb5a39 8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected
Removed -Djvmci.Compiler=null for tests which do JIT compilation

Reviewed-by: twisti
2017-08-25 14:07:18 -07:00
..
AllocateCompileIdTest.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
AsResolvedJavaMethodTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
CollectCountersTest.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
CompileCodeTestCase.java 8165687: Fix license and copyright headers in jd9 under hotspot/test 2016-10-17 18:54:12 -04:00
ConstantPoolTestCase.java 8173912: [JVMCI] fix memory overhead of JVMCI 2017-02-06 10:45:11 +01:00
ConstantPoolTestsHelper.java 8173912: [JVMCI] fix memory overhead of JVMCI 2017-02-06 10:45:11 +01:00
DebugOutputTest.java 8164944: Refactor ProcessTools to get rid of dependency on java.management 2017-04-12 19:28:47 -07:00
DisassembleCodeBlobTest.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
DoNotInlineOrCompileTest.java 8180487: HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior 2017-05-18 16:31:16 -07:00
DummyAbstractClass.java 8165687: Fix license and copyright headers in jd9 under hotspot/test 2016-10-17 18:54:12 -04:00
DummyClass.java 8165687: Fix license and copyright headers in jd9 under hotspot/test 2016-10-17 18:54:12 -04:00
DummyInterface.java 8165687: Fix license and copyright headers in jd9 under hotspot/test 2016-10-17 18:54:12 -04:00
ExecuteInstalledCodeTest.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
FindUniqueConcreteMethodTest.java 8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError 2017-08-23 23:38:06 +02:00
GetBytecodeTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetClassInitializerTest.java 8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError 2017-08-23 23:38:06 +02:00
GetConstantPoolTest.java 8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError 2017-08-23 23:38:06 +02:00
GetExceptionTableTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetFlagValueTest.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
GetImplementorTest.java 8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError 2017-08-23 23:38:06 +02:00
GetLineNumberTableTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetLocalVariableTableTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetMaxCallTargetOffsetTest.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
GetNextStackFrameTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetResolvedJavaMethodTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetResolvedJavaTypeTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetStackTraceElementTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetSymbolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
GetVtableIndexForInterfaceTest.java 8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError 2017-08-23 23:38:06 +02:00
HasCompiledCodeForOSRTest.java 8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected 2017-08-25 14:07:18 -07:00
HasFinalizableSubclassTest.java 8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError 2017-08-23 23:38:06 +02:00
HasNeverInlineDirectiveTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
InvalidateInstalledCodeTest.java 8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected 2017-08-25 14:07:18 -07:00
IsCompilableTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
IsMatureTest.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
IsMatureVsReprofileTest.java 8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected 2017-08-25 14:07:18 -07:00
JVM_RegisterJVMCINatives.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
LookupKlassInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
LookupKlassRefIndexInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
LookupMethodInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
LookupNameAndTypeRefIndexInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
LookupNameInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
LookupSignatureInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
LookupTypeTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
MaterializeVirtualObjectTest.java 8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected 2017-08-25 14:07:18 -07:00
MethodIsIgnoredBySecurityStackWalkTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
ReadConfigurationTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
ReprofileTest.java 8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected 2017-08-25 14:07:18 -07:00
ResolveConstantInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
ResolveFieldInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
ResolveMethodTest.java 8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError 2017-08-23 23:38:06 +02:00
ResolvePossiblyCachedConstantInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
ResolveTypeInPoolTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00
ShouldDebugNonSafepointsTest.java 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci 2017-02-16 15:46:09 -08:00
ShouldInlineMethodTest.java 8177845: Need a mechanism to load Graal 2017-04-28 02:54:05 -07:00