jdk-24/hotspot/test/compiler/jvmci/compilerToVM
Doug Simon e9ea1b08e8 8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*)
Simplify CompilerToVM.getConstantPool() and related tests.

Reviewed-by: kvn, zmajo
2016-08-08 17:06:21 +02:00
..
AllocateCompileIdTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
CanInlineMethodTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
CollectCountersTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
CompileCodeTestCase.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ConstantPoolTestCase.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ConstantPoolTestsHelper.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
DebugOutputTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
DisassembleCodeBlobTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
DoNotInlineOrCompileTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
DummyAbstractClass.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
DummyClass.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
DummyInterface.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
ExecuteInstalledCodeTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
FindUniqueConcreteMethodTest.java 8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context 2016-08-02 17:12:16 -07:00
GetBytecodeTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetClassInitializerTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetConstantPoolTest.java 8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*) 2016-08-08 17:06:21 +02:00
GetExceptionTableTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetImplementorTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetLineNumberTableTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetLocalVariableTableTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetMaxCallTargetOffsetTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetNextStackFrameTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetResolvedJavaMethodAtSlotTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetResolvedJavaMethodTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetResolvedJavaTypeTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetStackTraceElementTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetSymbolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
GetVtableIndexForInterfaceTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
HasCompiledCodeForOSRTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
HasFinalizableSubclassTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
InitializeConfigurationTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
InvalidateInstalledCodeTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
IsMatureTest.java 8151280: update hotspot tests to use vm.compMode instead of their own logic 2016-07-13 18:03:15 +03:00
JVM_RegisterJVMCINatives.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
LookupKlassInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
LookupKlassRefIndexInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
LookupMethodInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
LookupNameAndTypeRefIndexInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
LookupNameInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
LookupSignatureInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
LookupTypeTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
MaterializeVirtualObjectTest.java 8161508: JVMCI: MaterializeVirtualObjectTest fails w/ "CASE: invalidate=true: has no virtual object before materialization 2016-07-20 19:29:10 +03:00
MethodIsIgnoredBySecurityStackWalkTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ReprofileTest.java 8157861: [TESTBUG] compiler/jvmci/compilerToVM/ReprofileTest.java failed with RuntimeException 2016-07-14 20:11:55 +03:00
ResolveConstantInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ResolveFieldInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ResolveMethodTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ResolvePossiblyCachedConstantInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ResolveTypeInPoolTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ShouldDebugNonSafepointsTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
ShouldInlineMethodTest.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00