JT Harness : Tests that were not run

compiler/arguments/TestPrintOptoAssemblyLineNumbers.java: Test to ensure that line numbers are now present with the -XX:+PrintOptoAssembly command line option
compiler/arguments/TestStressOptions.java: Tests that different combinations of stress options and -XX:StressSeed=N are accepted.
compiler/arraycopy/TestCloneAccessStressGCM.java: Test cloning with more than 8 (=ArrayCopyLoadStoreMaxElem) fields with StressGCM
compiler/arraycopy/TestInitializingACLoadWithBadMem.java: Load from initializing arraycopy uses wrong memory state
compiler/arraycopy/TestLoadBypassACWithWrongMem.java: Loads that bypass arraycopy ends up with wrong memory state
compiler/arraycopy/TestNegArrayLengthAsIndex1.java: C2 using negative array length as index, using a.length.
compiler/arraycopy/TestNegArrayLengthAsIndex2.java: C2 using negative array length as index, using array allocation length.
compiler/c1/Test8271202.java:
compiler/c1/TestPrintIRDuringConstruction.java: load/store elimination will print out instructions without bcis.
compiler/c1/TestRangeCheckEliminated.java: Test range check for constant array and NewMultiArray is removed properly
compiler/c1/TestTraceLinearScanLevel.java: Sanity check the flag TraceLinearScanLevel with the highest level in a silent HelloWorld program.
compiler/c2/Test6852078.java: Disable SuperWord optimization for unsafe read/write
compiler/c2/Test7179138_1.java: Incorrect result with String concatenation optimization
compiler/c2/Test8004741.java: Missing compiled exception handle table entry for multidimensional array allocation
compiler/c2/TestAbs.java: Use of AbsI / AbsL nodes should be limited to supported platforms
compiler/c2/TestBit.java: C2 should convert ((var&16) == 16) to ((var&16) != 0) for power-of-two constants
compiler/c2/TestCMoveInfiniteGVN.java:
compiler/c2/TestDeadDataLoopCmoveIdentity.java: A dead data loop is created when applying an unsafe case of Cmov'ing identity.
compiler/c2/TestDeadLoopSplitIfLoop.java: Splitting an If through a dying loop header region that is not a LoopNode, yet, results in a dead data loop.
compiler/c2/TestDeadNodeDuringIGVN.java: Test for dead nodes that are not added to the IGVN worklist for removal.
compiler/c2/TestFindNode.java: Test which uses some special flags in order to test Node::find() in debug builds which could result in an endless loop or a stack overflow crash.
compiler/c2/TestJumpTable.java: Test jump table with key value that gets out of bounds after loop unrolling.
compiler/c2/TestSqrt.java: SqrtD/SqrtF should be matched only on supported platforms
compiler/c2/TestStressRecompilation.java: Test running with StressRecompilation enabled.
compiler/c2/TestVerifyGraphEdges.java: Run with -Xcomp to test -XX:+VerifyGraphEdges in debug builds.
compiler/c2/TestVerifyIterativeGVN.java: Run with -Xcomp to test -XX:+VerifyIterativeGVN in debug builds.
compiler/c2/aarch64/TestFarJump.java: Far call to runtime stub should be generated with single instruction for CodeHeap up to 250MB
compiler/c2/aarch64/TestSVEWithJNI.java: Verify VM SVE checking behavior
compiler/c2/aarch64/TestVectorShiftShorts.java: aarch64: fix SVE patterns for vector shift count
compiler/c2/aarch64/TestVolatilesG1.java: C2 should use ldar, stlr and ldaxr+stlxr insns for volatile operations
compiler/c2/aarch64/TestVolatilesParallel.java: C2 should use ldar, stlr and ldaxr+stlxr insns for volatile operations
compiler/c2/aarch64/TestVolatilesSerial.java: C2 should use ldar, stlr and ldaxr+stlxr insns for volatile operations
compiler/c2/aarch64/TestVolatilesShenandoah.java: C2 should use ldar, stlr and ldaxr+stlxr insns for volatile operations
compiler/c2/cr7200264/TestSSE2IntVect.java: 7192963 changes disabled shift vectors
compiler/c2/cr7200264/TestSSE4IntVect.java: 7192963 changes disabled shift vectors
compiler/calls/TestManyArgs.java: Pass values on stack.
compiler/codecache/CheckCodeCacheInfo.java: Checks VM verbose information related to the code cache
compiler/codecache/CheckLargePages.java: Code cache reservation should gracefully downgrade to using smaller pages if the code cache size is too small to host the requested page size.
compiler/codecache/TestStressCodeBuffers.java: Stress testing code buffers resulted in an assertion failure due to not taking expand calls into account which can fail more often with -XX:+StressCodeBuffers.
compiler/codegen/Test6935535.java#id1: add CodeHeap verification
compiler/controldependency/TestEliminatedCastPPAtPhi.java: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java:
compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java:
compiler/eliminateAutobox/TestEliminateBoxInDebugInfo.java: Verify that box object is scalarized in case it is directly referenced by debug info.
compiler/exceptions/TestSpilling.java: Tests that users of return values from exception-throwing method calls are not duplicated in the call's exception path.
compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java: Verify UseSHA3Intrinsics option processing on supported CPU.
compiler/intrinsics/string/TestStringCompareToDifferentLength.java: String::compareTo implementation uses different algorithms for different string length.
compiler/intrinsics/string/TestStringCompareToSameLength.java: String::compareTo implementation uses different algorithms for different string length.
compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java:
compiler/jvmci/compilerToVM/GetConstantPoolTest.java:
compiler/jvmci/compilerToVM/GetFlagValueTest.java:
compiler/jvmci/compilerToVM/GetResolvedJavaMethodTest.java:
compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java:
compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java:
compiler/jvmci/compilerToVM/IsCompilableTest.java#id0:
compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java:
compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java:
compiler/loopopts/TestDeepGraphVerifyIterativeGVN.java: Test which causes a stack overflow segmentation fault with -XX:+VerifyIterativeGVN due to a too deep recursion in Node::verify_recur().
compiler/loopopts/TestDivZeroCheckControl.java#id1: Verify that zero check is executed before division/modulo operation.
compiler/loopopts/TestDivZeroDominatedBy.java: Verify that zero check is executed before division/modulo operation.
compiler/loopopts/TestDivZeroWithSplitIf.java: Verify that zero check is executed before division/modulo operation.
compiler/loopopts/TestEliminateNullCheckWithSplitIf.java: Null check for field access of object floats above null check resulting in a segfault.
compiler/loopopts/TestLoopUnswitchingLostCastDependency.java: Loop unswitching may cause dependence on null check to be lost
compiler/loopopts/TestLostDependencyOnZeroTripGuard.java: C2 crashes with SIGFPE with -XX:+StressGCM and -XX:+StressIGVN
compiler/loopopts/TestMissingSkeletonPredicateForIfNode.java: Test that crashes because we do not emit skeleton predicates for normal If nodes for which a range check predicate is created in loop predication.
compiler/loopopts/TestMoveStoreAfterLoopVerifyIterativeGVN.java: Test which triggers assertion in PhaseIdealLoop::try_move_store_after_loop with -XX:+VerifyIterativeGVN due to dead hook.
compiler/loopopts/TestOverUnrolling2.java: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
compiler/loopopts/TestPeelingRemoveDominatedTest.java: PhaseIdealLoop::peeled_dom_test_elim wrongly moves a non-dominated test out of a loop together with control dependent data nodes.
compiler/loopopts/TestPredicateLostDependency.java: predicate moved out of loops and CastPP removal causes dependency to be lost
compiler/loopopts/TestRangeCheckPredicatesControl.java: A LoadP node has a wrong control input (too early) which results in an out-of-bounds read of an object array with ZGC.
compiler/loopopts/TestRemoveEmptyCountedLoop.java: SIGFPE caused by C2 IdealLoopTree::do_remove_empty_loop
compiler/loopopts/TestSinkingDivisorLostPin.java: Sinking a data node used as divisor of a DivI node into a zero check UCT loses its pin outside the loop due to optimizing the CastII node away, resulting in a div by zero crash (SIGFPE) due to letting the DivI node floating back inside the loop.
compiler/loopopts/UseCountedLoopSafepointsTest.java: Test that C2 flag UseCountedLoopSafepoints ensures a safepoint is kept in a CountedLoop
compiler/loopopts/superword/SumRedAbsNeg_Double.java: Add C2 AArch64 Superword support for scalar sum reduction optimizations : double abs & neg test
compiler/loopopts/superword/SumRedAbsNeg_Float.java: Add C2 AArch64 Superword support for scalar sum reduction optimizations : float abs & neg test
compiler/membars/DekkerTest.java: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier().
compiler/onSpinWait/TestOnSpinWaitAArch64.java: Checks that java.lang.Thread.onSpinWait is intrinsified with instructions specified with '-XX:OnSpinWaitInst' and '-XX:OnSpinWaitInstCount'
compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java: Check default values of '-XX:OnSpinWaitInst' and '-XX:OnSpinWaitInstCount' for AArch64 implementations.
compiler/onSpinWait/TestOnSpinWaitNoneAArch64.java: Checks that java.lang.Thread.onSpinWait is not intrinsified when '-XX:OnSpinWaitInst=none' is used
compiler/regalloc/TestVerifyRegisterAllocator.java: Sanity check the -XX:+VerifyRegisterAllocator flag in a hello world program.
compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig.java: Verify PrintPreciseRTMLockingStatistics on CPUs and OSs with rtm support and on VM with rtm locking support,
compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnSupportedConfig.java: Verify RTMTotalCountIncrRate option processing on CPU and OS with rtm support and on VM with rtm locking support.
compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java: Verify UseRTMDeopt option processing on CPUs with rtm support when rtm locking is supported by VM.
compiler/rtm/cli/TestUseRTMForStackLocksOptionOnSupportedConfig.java: Verify UseRTMForStackLocks option processing on CPU and OS with rtm support when VM supports rtm locking.
compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java: Verify UseRTMLocking option processing on CPU and OS with rtm support and on VM with rtm locking support.
compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java: Verify UseRTMLocking option processing on CPU with rtm support in case when VM should not support this option.
compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java: Verify processing of UseRTMLocking and UseBiasedLocking options combination on CPU, OS, and VM with rtm support.
compiler/rtm/locking/TestRTMAbortRatio.java: Verify that RTMAbortRatio affects amount of aborts before deoptimization.
compiler/rtm/locking/TestRTMAbortThreshold.java: Verify that RTMAbortThreshold option affects amount of aborts after which abort ratio is calculated.
compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java: Verify that if we use RTMDeopt, then deoptimization caused by reason other then rtm_state_change will reset method's RTM state.
compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java: Verify that on high abort ratio method will be recompiled without rtm locking.
compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java: Verify that on low abort ratio method will be recompiled.
compiler/rtm/locking/TestRTMLockingCalculationDelay.java: Verify that RTMLockingCalculationDelay affect when abort ratio calculation is started.
compiler/rtm/locking/TestRTMLockingThreshold.java: Verify that RTMLockingThreshold affects rtm state transition ProfileRTM => UseRTM.
compiler/rtm/locking/TestRTMRetryCount.java: Verify that RTMRetryCount affects actual amount of retries.
compiler/rtm/locking/TestRTMSpinLoopCount.java: Verify that RTMSpinLoopCount affects time spent between locking attempts.
compiler/rtm/locking/TestRTMTotalCountIncrRate.java: Verify that RTMTotalCountIncrRate option affects RTM locking statistics.
compiler/rtm/locking/TestUseRTMAfterLockInflation.java: Verify that rtm locking is used for stack locks before inflation and after it used for inflated locks.
compiler/rtm/locking/TestUseRTMDeopt.java: Verify that UseRTMDeopt affects uncommon trap installation in compiled methods with synchronized block.
compiler/rtm/locking/TestUseRTMForInflatedLocks.java: Verify that rtm locking is used for inflated locks.
compiler/rtm/locking/TestUseRTMForStackLocks.java: Verify that rtm locking is used for stack locks.
compiler/rtm/locking/TestUseRTMXendForLockBusy.java: Verify that UseRTMXendForLockBusy option affects method behaviour if lock is busy.
compiler/rtm/method_options/TestNoRTMLockElidingOption.java: Verify that NoRTMLockEliding option could be applied to specified method and that such method will not use rtm.
compiler/rtm/method_options/TestUseRTMLockElidingOption.java: Verify that UseRTMLockEliding option could be applied to specified method and that such method will not be deoptimized on high abort ratio.
compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java: Verify that rtm locking statistics contain proper information on overall aborts and locks count and count of aborts of different types.
compiler/runtime/Test8168712.java#with-dtrace:
compiler/runtime/Test8168712.java#without-dtrace:
compiler/vectorization/TestBufferVectorization.java: Test vectorization for Buffer operations.
gc/CriticalNativeArgs.java#id1: test argument unpacking nmethod wrapper of critical native method
gc/TestFullGCALot.java: Ensure no access violation when using FullGCALot
gc/TestReferenceClearDuringReferenceProcessing.java:
gc/epsilon/TestMemoryMXBeans.java: Test JMX memory beans
gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java: Test to make sure that eager reclaim of humongous objects correctly clears mark bitmaps at reclaim.
gc/g1/TestFromCardCacheIndex.java: Ensure that G1 does not miss a remembered set entry due to from card cache default value indices.
gc/g1/TestInvalidateArrayCopy.java: Check that benign (0-sized) out of heap bounds card table invalidations do not assert.
gc/g1/humongousObjects/TestHeapCounters.java: Checks that heap counters work as expected after humongous allocations/deallocations
gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java: Checks that objects' graph behave as expected after gc
gc/g1/logging/TestG1LoggingFailure.java: Regression test for G1 logging at OOME
gc/logging/TestUnifiedLoggingSwitchStress.java: Switches gc log level on fly while stressing memory/gc
gc/metaspace/TestCapacityUntilGCWrapAround.java:
gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-32: Tests that performance counters for metaspace and compressed class space exists and works.
gc/metaspace/TestMetaspacePerfCounters.java#G1-32: Tests that performance counters for metaspace and compressed class space exists and works.
gc/metaspace/TestMetaspacePerfCounters.java#Parallel-32: Tests that performance counters for metaspace and compressed class space exists and works.
gc/metaspace/TestMetaspacePerfCounters.java#Serial-32: Tests that performance counters for metaspace and compressed class space exists and works.
gc/metaspace/TestMetaspacePerfCounters.java#Shenandoah-32: Tests that performance counters for metaspace and compressed class space exists and works.
gc/metaspace/TestPerfCountersAndMemoryPools.java#id1: Tests that a MemoryPoolMXBeans and PerfCounters for metaspace report the same data.
gc/shenandoah/TestVerifyJCStress.java#default-debug: Tests that we pass at least one jcstress-like test with all verification turned on
gc/shenandoah/TestVerifyJCStress.java#iu-debug: Tests that we pass at least one jcstress-like test with all verification turned on
gc/shenandoah/compiler/TestExpandedWBLostNullCheckDep.java: Logic that moves a null check in the expanded barrier may cause a memory access that doesn't depend on the barrier to bypass the null check
gc/shenandoah/compiler/TestWriteBarrierClearControl.java: Clearing control during final graph reshape causes memory barrier to loose dependency on null check
gc/shenandoah/options/TestEnabled.java#already:
gc/shenandoah/options/TestSelectiveBarrierFlags.java#id1: Test selective barrier enabling works, by aggressively compiling HelloWorld with combinations of barrier flags
gc/stress/CriticalNativeStress.java#id1: test argument pinning by nmethod wrapper of critical native method
gc/stress/gcbasher/TestGCBasherWithG1.java: Stress the G1 GC by trying to make old objects more likely to be garbage than young objects.
gc/stress/gcbasher/TestGCBasherWithParallel.java: Stress the Parallel GC by trying to make old objects more likely to be garbage than young objects.
gc/stress/gcbasher/TestGCBasherWithSerial.java: Stress the Serial GC by trying to make old objects more likely to be garbage than young objects.
gtest/MetaspaceGtests.java#balanced-with-guards: Run metaspace-related gtests with allocation guards enabled
gtest/MetaspaceGtests.java#reclaim-aggressive-debug: Run metaspace-related gtests for reclaim policy aggressive (with verifications)
gtest/MetaspaceGtests.java#reclaim-none-debug: Run metaspace-related gtests for reclaim policy none (with verifications)
runtime/6819213/TestBootNativeLibraryPath.java: verify sun.boot.native.library.path is expandable on 32 bit systems
runtime/BootstrapMethod/BSMCalledTwice.java#id1:
runtime/CheckUnhandledOops/TestVerifyOops.java#id0:
runtime/CheckUnhandledOops/TestVerifyOops.java#id1:
runtime/CommandLine/ObsoleteFlagErrorMessage.java: Newly obsolete command line options should still give useful error messages when used improperly.
runtime/CompressedOops/CompressedClassPointers.java: Testing address of compressed class pointer space as best as possible.
runtime/ElfDecoder/TestElfDirectRead.java#id1: Test reading ELF info direct from underlaying file
runtime/ErrorHandling/BadNativeStackInErrorHandlingTest.java: Printing native stack shows an "error occurred during error reporting".
runtime/ErrorHandling/ClassPathEnvVar.java: CLASSPATH env variable setting should not be truncated in a hs err log.
runtime/ErrorHandling/ErrorFileOverwriteTest.java: Test that subsequent crashes will overwrite the file given to -XX:ErrorFile (unless %a is specified in the error file name)
runtime/ErrorHandling/ErrorFileRedirectTest.java: Test ErrorFileToStderr and ErrorFileToStdout
runtime/ErrorHandling/NestedThreadsListHandleInErrorHandlingTest.java: Nested ThreadsListHandle info should be in error handling output.
runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java: SafeFetch32 and SafeFetchN do not work in error handling
runtime/ErrorHandling/SecondaryErrorTest.java: Synchronous signals during error reporting may terminate or hang VM process
runtime/ErrorHandling/ShowRegistersOnAssertTest.java: Show Registers on assert/guarantee
runtime/ErrorHandling/TestOnError.java: Test using -XX:OnError=<cmd>
runtime/ErrorHandling/ThreadsListHandleInErrorHandlingTest.java: ThreadsListHandle info should be in error handling output.
runtime/ErrorHandling/TimeoutInErrorHandlingTest.java#default: Hanging Error Reporting steps may lead to torn error logs
runtime/ErrorHandling/TimeoutInErrorHandlingTest.java#with-on-error: Error handling step timeouts should never be blocked by OnError etc.
runtime/ErrorHandling/VeryEarlyAssertTest.java: No hs-err file if fatal error is raised during dynamic initialization.
runtime/FieldLayout/OldLayoutCheck.java#id1:
runtime/InternalApi/ThreadCpuTimesDeadlock.java#id1: OSR compiled method crash when UseTLAB is off
runtime/LoadClass/LongBCP.java: JVM should be able to handle full path (directory path plus class name) or directory path longer than MAX_PATH specified in -Xbootclasspath/a on windows.
runtime/LoadClass/TestResize.java: make sure the SystemDictionary gets resized when load factor is too high
runtime/MemberName/ResolvedMethodTableHash.java: ResolvedMethodTable hash function should take method class into account
runtime/Metaspace/PrintMetaspaceDcmd.java#id6: Test the VM.metaspace command
runtime/Metaspace/PrintMetaspaceDcmd.java#test-64bit-ccs-guarded: Test the VM.metaspace command
runtime/Metaspace/elastic/TestMetaspaceAllocation.java#debug:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java#debug-aggressive:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java#debug-default:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java#debug-guard:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java#debug-none:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java#debug-aggressive:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java#debug-default:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java#debug-guard:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java#debug-none:
runtime/MinimalVM/CDS.java:
runtime/MinimalVM/CheckJNI.java:
runtime/MinimalVM/Instrumentation.java:
runtime/MinimalVM/JMX.java:
runtime/MinimalVM/JVMTI.java:
runtime/MinimalVM/NMT.java:
runtime/NMT/MallocSiteHashOverflow.java: Test corner case that overflows malloc site hashtable bucket
runtime/NMT/MallocStressTest.java: Stress test for malloc tracking
runtime/Thread/TestSpinPause.java: JVM runtime can use SpinPause function for synchronized statements.
runtime/Thread/ThreadCountLimit.java: Stress test that reaches the process limit for thread count, or time limit.
runtime/Unsafe/RangeCheck.java: Add simple range check into VM implemenation of Unsafe access methods
runtime/cds/DeterministicDump.java: The same JDK build should always generate the same archive file (no randomness).
runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java: Test jcmd to dump dynamic shared archive.
runtime/cds/appcds/jcmd/JCmdTestFileSafety.java: Test jcmd to dump static shared archive.
runtime/cds/appcds/jcmd/JCmdTestStaticDump.java: Test jcmd to dump static shared archive.
runtime/cds/appcds/sharedStrings/FlagCombo.java#id1: Test relevant combinations of command line flags with shared strings
runtime/handshake/HandshakeTimeoutTest.java: Test handshake timeout.
runtime/handshake/HandshakeTransitionTest.java: This does a sanity test of the poll in the native wrapper.
runtime/jni/checked/TestCheckedReleaseCriticalArray.java: Check ReleasePrimitiveArrayCritical doesn't leak memory with Xcheck:jni and JNI_COMMIT mode
runtime/jni/codegenAttachThread/TestCodegenAttach.java:
runtime/logging/ItablesTest.java: itables=trace should have logging from each of the statements in the code
runtime/logging/VtablesTest.java: vtables=trace should have logging from each of the statements in the code
runtime/os/THPsInThreadStackPreventionTest.java#DISABLED: On THP=always systems, we prevent THPs from forming within thread stacks (negative test)
runtime/os/THPsInThreadStackPreventionTest.java#ENABLED: On THP=always systems, we prevent THPs from forming within thread stacks
runtime/os/TestTrimNative.java#testOffOnNonCompliantPlatforms: Test that trimming is correctly reported as unavailable if unavailable
runtime/os/TestTrimNative.java#trimNativeLowIntervalStrict: Very low (sub-second) interval, nothing should explode (stricter test, manual mode)
runtime/os/TestTrimNative.java#trimNativeStrict:
runtime/stack/Stack001.java: converted from VM testbase nsk/stress/stack/stack001.
runtime/stack/Stack002.java: converted from VM testbase nsk/stress/stack/stack002.
runtime/stack/Stack003.java: converted from VM testbase nsk/stress/stack/stack003.
runtime/stack/Stack004.java: converted from VM testbase nsk/stress/stack/stack004.
runtime/stack/Stack005.java: converted from VM testbase nsk/stress/stack/stack005.
runtime/stack/Stack006.java: converted from VM testbase nsk/stress/stack/stack006.
runtime/stack/Stack007.java: converted from VM testbase nsk/stress/stack/stack007.
runtime/stack/Stack008.java: converted from VM testbase nsk/stress/stack/stack008.
runtime/stack/Stack009.java: converted from VM testbase nsk/stress/stack/stack009.
runtime/stack/Stack010.java: converted from VM testbase nsk/stress/stack/stack010.
runtime/stack/Stack011.java: converted from VM testbase nsk/stress/stack/stack011.
runtime/stack/Stack012.java: converted from VM testbase nsk/stress/stack/stack012.
runtime/stack/Stack013.java: converted from VM testbase nsk/stress/stack/stack013.
runtime/stack/Stack014.java: converted from VM testbase nsk/stress/stack/stack014.
runtime/stack/Stack015.java: converted from VM testbase nsk/stress/stack/stack015.
runtime/stack/Stack016.java: converted from VM testbase nsk/stress/stack/stack016.
runtime/stack/Stack017.java: converted from VM testbase nsk/stress/stack/stack017.
runtime/stack/Stack018.java: converted from VM testbase nsk/stress/stack/stack018.
runtime/stack/Stack019.java: converted from VM testbase nsk/stress/stack/stack019.
runtime/symboltable/ShortLivedSymbolCleanup.java: a short lived Symbol should be cleaned up
serviceability/attach/ShMemLongName.java: Ensure shmem transport works with long names
serviceability/dcmd/gc/RunFinalizationTest.java: Test of diagnostic command GC.run_finalization
serviceability/dtrace/DTraceOptionsTest.java#disabled: Test DTrace options are rejected on unsuitable builds
serviceability/sa/TestRevPtrsForInvokeDynamic.java:

Report generated on May 1, 2025 10:44:35 AM
Using JT Harness 6.0 b24; built on January 25, 1970 at 12:00:00 AM UTC with openjdk version "11.0.16" 2022-07-19