JT Harness : Tests that passed
Tests are grouped by their final status message.
Execution successful
-
compiler/5057225/Test5057225.java
: Remove useless I2L conversions
-
compiler/5091921/Test5091921.java
: Sign flip issues in loop optimizer
-
compiler/5091921/Test6186134.java
: Server virtual machine produces/exeutes incorrect code.
-
compiler/5091921/Test6196102.java
: Integer seems to be greater than Integer.MAX_VALUE
-
compiler/5091921/Test6357214.java
: Hotspot server compiler gets integer comparison wrong
-
compiler/5091921/Test6559156.java
: Server compiler generates bad code for "<= Integer.MAX_VALUE" expression
-
compiler/5091921/Test6753639.java
: Strange optimisation in for loop with cyclic integer condition
-
compiler/5091921/Test6850611.java
: int / long arithmetic seems to be broken in 1.6.0_14 HotSpot Server VM (Win XP)
-
compiler/5091921/Test6890943.java
: JVM mysteriously gives wrong result on 64-bit 1.6 VMs in hotspot mode.
-
compiler/5091921/Test6897150.java
: Hotspot optimises away a valid loop
-
compiler/5091921/Test6905845.java
: Server VM improperly optimizing away loop.
-
compiler/5091921/Test6931567.java
: JIT Error (on class file compiled with eclipse) on JVM x64 (but not on x32!).
-
compiler/5091921/Test6935022.java
: Server VM incorrectly breaks out of while loop
-
compiler/5091921/Test6959129.java
: COMPARISON WITH INTEGER.MAX_INT DOES NOT WORK CORRECTLY IN THE CLIENT VM.
-
compiler/5091921/Test6985295.java
: JVM fails to evaluate condition randomly
-
compiler/5091921/Test6992759.java
: Bad code generated for integer <= comparison, fails for Integer.MAX_VALUE
-
compiler/5091921/Test7005594.java
: Array overflow not handled correctly with loop optimzations
-
compiler/5091921/Test7020614.java
: "-server" mode optimizer makes code hang
-
compiler/6340864/TestByteVect.java
: Implement vectorization optimizations in hotspot-server
-
compiler/6340864/TestDoubleVect.java
: Implement vectorization optimizations in hotspot-server
-
compiler/6340864/TestFloatVect.java
: Implement vectorization optimizations in hotspot-server
-
compiler/6340864/TestIntVect.java
: Implement vectorization optimizations in hotspot-server
-
compiler/6340864/TestLongVect.java
: Implement vectorization optimizations in hotspot-server
-
compiler/6340864/TestShortVect.java
: Implement vectorization optimizations in hotspot-server
-
compiler/6378821/Test6378821.java
: where available, bitCount() should use POPC on SPARC processors and AMD+10h
-
compiler/6431242/Test.java
:
-
compiler/6443505/Test6443505.java
: Some cases for CmpLTMask missed; also wrong code.
-
compiler/6478991/NullCheckTest.java
: C1 NullCheckEliminator yields incorrect exceptions
-
compiler/6539464/Test.java
: Math.log() produces inconsistent results between successive runs.
-
compiler/6579789/Test6579789.java
: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM
-
compiler/6589834/Test_ia32.java
: deoptimization problem with -XX:+DeoptimizeALot
-
compiler/6603011/Test.java
: long/int division by constant
-
compiler/6636138/Test1.java
: SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation.
-
compiler/6636138/Test2.java
: SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation.
-
compiler/6646019/Test.java
: array subscript expressions become top() with -d64
-
compiler/6646020/Tester.java
: assert(in_bb(n),"must be in block") in -Xcomp mode
-
compiler/6653795/UnsafeGetAddressTest.java
: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems
-
compiler/6659207/Test.java
: access violation in CompilerThread0
-
compiler/6661247/Test.java
: Internal bug in 32-bit HotSpot optimizer while bit manipulations
-
compiler/6663621/IVTest.java
: JVM crashes while trying to execute api/java_security/Signature/SignatureTests.html#initSign tests.
-
compiler/6663848/Tester.java
: assert(i < Max(),"oob")
-
compiler/6663854/Test6663854.java
: assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp
-
compiler/6689060/Test.java
: Escape Analysis does not work with Compressed Oops
-
compiler/6695810/Test.java
: null oop passed to encode_heap_oop_not_null
-
compiler/6700047/Test6700047.java
: C2 failed in idom_no_update
-
compiler/6711100/Test.java
: 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int")
-
compiler/6711117/Test.java
: Assertion in 64bit server vm (flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
-
compiler/6712835/Test6712835.java
: Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")
-
compiler/6714694/Tester.java
: assertion in 64bit server vm (store->find_edge(load) != -1,"missing precedence edge") with COOPs
-
compiler/6716441/Tester.java
: error in meet with +DoEscapeAnalysis
-
compiler/6724218/Test.java
: Fix raise_LCA_above_marks() early termination
-
compiler/6726999/Test.java
: nsk/stress/jck12a/jck12a010 assert(n != NULL,"Bad immediate dominator info.");
-
compiler/6732154/Test6732154.java
: REG: Printing an Image using image/gif doc flavor crashes the VM, Solsparc
-
compiler/6741738/Tester.java
: TypePtr::add_offset() set incorrect offset when the add overflows
-
compiler/6756768/Test6756768.java
: C1 generates invalid code
-
compiler/6756768/Test6756768_2.java
: C1 generates invalid code
-
compiler/6757316/Test6757316.java
: load_constant() produces a wrong long constant, with high a low words swapped
-
compiler/6758234/Test6758234.java
: if (k cond (a ? : b: c)) returns reversed answer if k is constant and b and c are longs
-
compiler/6769124/TestArrayCopy6769124.java
: arraycopy may crash the VM with c1 on 64 bit
-
compiler/6769124/TestDeoptInt6769124.java
: int value might not be correctly decoded on deopt with c1 on 64 bit
-
compiler/6769124/TestUnalignedLoad6769124.java
: unaligned load may fail with c1 on 64 bit
-
compiler/6772683/InterruptedTest.java
: Thread.isInterrupted() fails to return true on multiprocessor PC
-
compiler/6775880/Test.java
: EA +DeoptimizeALot: assert(mon_info->owner()->is_locked(),"object must be locked now")
-
compiler/6778657/Test.java
: Casts in SharedRuntime::f2i, f2l, d2i and d2l rely on undefined C++ behaviour
-
compiler/6792161/Test6792161.java
: assert("No dead instructions after post-alloc")
-
compiler/6795161/Test.java
: Escape analysis leads to data corruption
-
compiler/6795362/Test6795362.java
: 32bit server compiler leads to wrong results on solaris-x86
-
compiler/6795465/Test6795465.java
: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
-
compiler/6796786/Test6796786.java
: invalid FP identity transform - (a - b) -> b - a
-
compiler/6797305/Test6797305.java
: Add LoadUB and LoadUI opcode class
-
compiler/6799693/Test.java
: Server compiler leads to data corruption when expression throws an Exception
-
compiler/6800154/Test6800154.java
: Add comments to long_by_long_mulhi() for better understandability
-
compiler/6805724/Test6805724.java
: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant.
-
compiler/6814842/Test6814842.java
: Load shortening optimizations
-
compiler/6823354/Test6823354.java
: These methods can be instrinsified by using bit scan, bit test, and population count instructions.
-
compiler/6823453/Test.java
: DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph")
-
compiler/6826736/Test.java
: CMS: core dump with -XX:+UseCompressedOops
-
compiler/6832293/Test.java
: JIT compiler got wrong result in type checking with -server
-
compiler/6833129/Test.java
: Object.clone() and Arrays.copyOf ignore coping with -XX:+DeoptimizeALot
-
compiler/6837011/Test6837011.java
: SIGSEGV in PhaseIdealLoop in 32bit jvm
-
compiler/6837094/Test.java
: False positive for "meet not symmetric" failure
-
compiler/6843752/Test.java
: missing code for an anti-dependent Phi in GCM
-
compiler/6849574/Test.java
: VM crash using NonBlockingHashMap (high_scale_lib)
-
compiler/6851282/Test.java
: JIT miscompilation results in null entry in array when using CompressedOops
-
compiler/6852078/Test6852078.java
: Disable SuperWord optimization for unsafe read/write
-
compiler/6855164/Test.java
: SIGSEGV during compilation of method involving loop over CharSequence
-
compiler/6855215/Test6855215.java
: Calculation error (NaN) after about 1500 calculations
-
compiler/6857159/Test6857159.java
: local schedule failed with checkcast of Thread.currentThread()
-
compiler/6859338/Test6859338.java
: Assertion failure in sharedRuntime.cpp
-
compiler/6860469/Test.java
: remix_address_expressions reshapes address expression with bad control
-
compiler/6863155/Test6863155.java
: Server compiler generates incorrect code (x86, long, bitshift, bitmask)
-
compiler/6863420/Test.java
: os::javaTimeNanos() go backward on Solaris x86 Notice the internal timeout in timeout thread Test.TOT.
-
compiler/6865031/Test.java
: Application gives bad result (throws bad exception) with compressed oops
-
compiler/6865265/StackOverflowBug.java
: JVM crashes with "missing exception handler" error
-
compiler/6866651/Test.java
: delay dead node elimination in set_req_X to prevent killing the current node when it is in use
-
compiler/6875866/Test.java
: Intrinsic for String.indexOf() is broken on x86 with SSE4.2
-
compiler/6877254/Test.java
: Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem
-
compiler/6879902/Test6879902.java
: CTW failure jdk6_18/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp:845
-
compiler/6880034/Test6880034.java
: SIGBUS during deoptimisation at a safepoint on 64bit-SPARC
-
compiler/6885584/Test6885584.java
: A particular class structure causes large allocation spike for jit
-
compiler/6891750/Test6891750.java
: deopt blob kills values in O5
-
compiler/6892265/Test.java
: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes
-
compiler/6894807/IsInstanceTest.java
: No ClassCastException for HashAttributeSet constructors if run with -Xcomp
-
compiler/6895383/Test.java
: JCK test throws NPE for method compiled with Escape Analysis
-
compiler/6896727/Test.java
: nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys w/o COOPs
-
compiler/6901572/Test.java
: JVM 1.6.16 crash on loops: assert(has_node(i),"")
-
compiler/6909839/Test6909839.java
: missing unsigned compare cases for some cmoves in sparc.ad
-
compiler/6910484/Test.java
: incorrect integer optimization (loosing and op-r in a given example)
-
compiler/6910605/Test.java
: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
-
compiler/6910618/Test.java
: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
-
compiler/6912517/Test.java
: JIT bug compiles out (and stops running) code that needs to be run
-
compiler/6916644/Test6916644.java
: C2 compiler crash on x86
-
compiler/6921969/TestMultiplyLongHiZero.java
: Tests shorter long multiply sequences when the high 32 bits of long operands are known to be zero on x86_32
-
compiler/6930043/Test6930043.java
: C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I
-
compiler/6932496/Test6932496.java
: incorrect deopt of jsr subroutine on 64 bit c1
-
compiler/6934604/TestByteBoxing.java
: enable parts of EliminateAutoBox by default
-
compiler/6934604/TestDoubleBoxing.java
: enable parts of EliminateAutoBox by default
-
compiler/6934604/TestFloatBoxing.java
: enable parts of EliminateAutoBox by default
-
compiler/6934604/TestIntBoxing.java
: enable parts of EliminateAutoBox by default
-
compiler/6934604/TestLongBoxing.java
: enable parts of EliminateAutoBox by default
-
compiler/6934604/TestShortBoxing.java
: enable parts of EliminateAutoBox by default
-
compiler/6935535/Test.java
: String.indexOf() returns incorrect result on x86 with SSE4.2
-
compiler/6942326/Test.java
: x86 code in string_indexof() could read beyond reserved heap space
-
compiler/6946040/TestCharShortByteSwap.java
: Tests Character/Short.reverseBytes and their intrinsics implementation in the server compiler
-
compiler/6956668/Test6956668.java
: misbehavior of XOR operator (^) with int
-
compiler/6958485/Test.java
: fix for 6879921 was insufficient
-
compiler/6968348/Test6968348.java
: Byteswapped memory access can point to wrong location after JIT
-
compiler/6973329/Test.java
: C2 with Zero based COOP produces code with broken anti-dependency on x86
-
compiler/6982370/Test6982370.java
: SIGBUS in jbyte_fill
-
compiler/6990212/Test6990212.java
: JSR 292 JVMTI MethodEnter hook is not called for JSR 292 bootstrap and target methods
-
compiler/7002666/Test7002666.java
: eclipse CDT projects crash with compressed oops
-
compiler/7009231/Test7009231.java
: C1: Incorrect CAS code for longs on SPARC 32bit
-
compiler/7009359/Test7009359.java
: HS with -XX:+AggressiveOpts optimize new StringBuffer(null) so it does not throw NPE as expected
-
compiler/7017746/Test.java
: Regression : C2 compiler crash due to SIGSEGV in PhaseCFG::schedule_early()
-
compiler/7024475/Test7024475.java
: loop doesn't terminate when compiled
-
compiler/7029152/Test.java
: Ideal nodes for String intrinsics miss memory edge optimization
-
compiler/7041100/Test7041100.java
: The load in String.equals intrinsic executed before null check
-
compiler/7042153/Test7042153.java
: Bad folding of IfOps with unloaded constant arguments in C1
-
compiler/7044738/Test7044738.java
: Loop unroll optimization causes incorrect result
-
compiler/7046096/Test7046096.java
: SEGV IN C2 WITH 6U25
-
compiler/7047069/Test7047069.java
: Array can dynamically change size when assigned to an object field
-
compiler/7048332/Test7048332.java
: Cadd_cmpLTMask doesn't handle 64-bit tmp register properly
-
compiler/7052494/Test7052494.java
: Eclipse test fails on JDK 7 b142
-
compiler/7068051/Test7068051.java
: SIGSEGV in PhaseIdealLoop::build_loop_late_post on T5440
-
compiler/7070134/Stemmer.java
: Hotspot crashes with sigsegv from PorterStemmer
-
compiler/7082949/Test7082949.java
: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method
-
compiler/7088020/Test7088020.java
: SEGV in JNIHandleBlock::release_block
-
compiler/7090976/Test7090976.java
: Eclipse/CDT causes a JVM crash while indexing C++ code
-
compiler/7100757/Test7100757.java
: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
-
compiler/7103261/Test7103261.java
: crash with jittester on sparc
-
compiler/7110586/Test7110586.java
: C2 generates icorrect results
-
compiler/7116216/StackOverflow.java
: The vm crashes when GC happens during throwing a StackOverflow exception
-
compiler/7119644/TestBooleanVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestByteDoubleVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestByteFloatVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestByteIntVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestByteLongVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestByteShortVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestByteVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestCharShortVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestCharVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestDoubleVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestFloatDoubleVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestFloatVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestIntDoubleVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestIntFloatVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestIntLongVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestIntVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestLongDoubleVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestLongFloatVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestLongVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestShortDoubleVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestShortFloatVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestShortIntVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestShortLongVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7119644/TestShortVect.java
: Increase superword's vector size up to 256 bits
-
compiler/7123108/Test7123108.java
: C1 crashes with assert(if_state != NULL) failed: states do not match up
-
compiler/7125879/Test7125879.java
: assert(proj != NULL) failed: must be found
-
compiler/7141637/SpreadNullArg.java
: verifies that the MethodHandle spread adapter can gracefully handle null arguments.
-
compiler/7158807/Test7158807.java
: Revise stack management with volatile call sites
-
compiler/7160610/Test7160610.java
: Unknown Native Code compilation issue.
-
compiler/7169782/Test7169782.java
: C2: SIGSEGV in LShiftLNode::Ideal(PhaseGVN*, bool)
-
compiler/7174363/Test7174363.java
: crash with Arrays.copyOfRange(original, from, to) when from > original.length
-
compiler/7179138/Test7179138_1.java
: Incorrect result with String concatenation optimization
-
compiler/7179138/Test7179138_2.java
: Incorrect result with String concatenation optimization
-
compiler/7184394/TestAESMain.java
: add intrinsics to use AES instructions
-
compiler/7190310/Test7190310.java
: Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops
-
compiler/7190310/Test7190310_unsafe.java
: Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops
-
compiler/7192963/TestByteVect.java
: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
-
compiler/7192963/TestDoubleVect.java
: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
-
compiler/7192963/TestFloatVect.java
: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
-
compiler/7192963/TestIntVect.java
: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
-
compiler/7192963/TestLongVect.java
: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
-
compiler/7192963/TestShortVect.java
: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
-
compiler/7196199/Test7196199.java
: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
-
compiler/7199742/Test7199742.java
: A lot of C2 OSR compilations of the same method's bci
-
compiler/7200264/TestIntVect.java
: 7192963 changes disabled shift vectors
-
compiler/8000805/Test8000805.java
: JMM issue: short loads are non-atomic
-
compiler/8001183/TestCharVect.java
: incorrect results of char vectors right shift operaiton
-
compiler/8002069/Test8002069.java
: Assert failed in C2: assert(field->edge_count() > 0) failed: sanity
-
compiler/8004051/Test8004051.java
: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow
-
compiler/8004741/Test8004741.java
: Missing compiled exception handle table entry for multidimensional array allocation
-
compiler/8004867/TestIntAtomicCAS.java
: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
-
compiler/8004867/TestIntAtomicOrdered.java
: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
-
compiler/8004867/TestIntAtomicVolatile.java
: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
-
compiler/8004867/TestIntUnsafeCAS.java
: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
-
compiler/8004867/TestIntUnsafeOrdered.java
: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
-
compiler/8004867/TestIntUnsafeVolatile.java
: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
-
compiler/8005033/Test8005033.java
: On sparcv9, C2's intrinsic for Integer.bitCount(OV) returns wrong result if OV is the result of an operation with int overflow.
-
compiler/8005419/Test8005419.java
: Improve intrinsics code performance on x86 by using AVX2
-
compiler/8005956/PolynomialRoot.java
: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
-
compiler/8007294/Test8007294.java
: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
-
compiler/8007722/Test8007722.java
: GetAndSetP's MachNode should capture bottom type
-
compiler/8009761/Test8009761.java
: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
-
compiler/EscapeAnalysis/Test8020215.java
: Different execution plan when using JIT vs interpreter
-
compiler/EscapeAnalysis/TestAllocatedEscapesPtrComparison.java
: bcEscapeAnalyzer allocated_escapes not conservative enough
-
compiler/c2/TestReplacedNodesOSR.java
: SafePointNode::_replaced_nodes breaks with irreducible loops
-
compiler/codegen/IntRotateWithImmediate.java
: Test that the rotate distance used in the rotate instruction is properly masked with 0x1f
-
compiler/codegen/LoadWithMask.java
: Invalid node sizing for loadUS2L_immI16 and loadI2L_immI
-
compiler/codegen/LoadWithMask2.java
: loadI2L_immI broken for negative memory values
-
compiler/exceptions/CatchInlineExceptions.java
: assert(adr_type != NULL) failed: expecting TypeKlassPtr
-
compiler/floatingpoint/8165673/TestFloatJNIArgs.sh
: regression test for passing float args to a jni function.
-
compiler/floatingpoint/8207838/TestFloatSyncJNIArgs.sh
: regression test for passing float args to a synchronized jni function.
-
compiler/gcbarriers/G1CrashTest.java
: C2 optimization breaks with G1
-
compiler/intrinsics/hashcode/TestHashCode.java
: SEGV in compiled code with loop predication
-
compiler/jsr292/RedefineMethodUsedByMultipleMethodHandlesNoASM.java
: redefining method used by multiple MethodHandles crashes VM
-
compiler/loopopts/ConstFPVectorization.java
: C2 code generator can replace -0.0f with +0.0f on Linux
-
compiler/loopopts/CountedLoopProblem.java
: Inner loop induction variable increment occurs before compare which causes integer overflow
-
compiler/loopopts/TestDeadBackbranchArrayAccess.java
: dead backbranch in main loop results in erroneous array access
-
compiler/loopopts/TestLogSum.java
: Segmentation fault in JVM (easily reproducible)
-
compiler/membars/DekkerTest.java
: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier().
-
compiler/rangechecks/TestRangeCheckSmearing.java
: C2's range check smearing allows out of bound array accesses
-
compiler/rangechecks/TestRangeCheckSmearingLoopOpts.java
: Following range check smearing, range check cannot be replaced by dominating identical test.
-
compiler/reflection/ArrayNewInstanceOfVoid.java
: ShouldNotReachHere error when creating an array with component type of void
-
compiler/regalloc/C1ObjectSpillInLogicOp.java
: C1 crashes generating G1 post-barrier in Unsafe.getAndSetObject() intrinsic because of the new value spill
-
gc/6581734/Test6581734.java
: CMS Old Gen's collection usage is zero after GC which is incorrect
-
gc/6845368/bigobj.java
: ensure gc updates references > 64K bytes from the start of the obj
-
gc/7072527/TestFullGCCount.java
: CMS: JMM GC counters overcount in some cases
-
gc/8000311/Test8000311.java
: G1: ParallelGCThreads==0 broken
-
gc/g1/TestRegionAlignment.java
: Make sure that G1 ergonomics pick a heap size that is aligned with the region size
-
gc/heap_inspection/TestG1ConcurrentGCHeapDump.java
: Checks that a heap dump can be made with G1 when no fullgc has been made
-
runtime/6294277/SourceDebugExtension.java
: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
-
runtime/6626217/Test6626217.sh
: Loader-constraint table allows arrays instead of only the base-classes
-
runtime/6819213/TestBootNativeLibraryPath.java
: verify sun.boot.native.library.path is expandable on 32 bit systems
-
runtime/6878713/Test6878713.sh
: Verifier heap corruption, relating to backward jsrs
-
runtime/6888954/vmerrors.sh
: exercise HotSpot error handling code
-
runtime/6925573/SortMethodsTest.java
: verify that class loading does not need quadratic time with regard to the number of class methods.
-
runtime/6981737/Test6981737.java
: check for correct vm properties
-
runtime/7100935/TestConjointAtomicArraycopy.java
: verify that oops are copied element-wise atomic
-
runtime/7100935/TestShortArraycopy.java
: verify that shorts are copied element-wise atomic.
-
runtime/7107135/Test7107135.sh
: Stack guard pages lost after loading library with executable stack.
-
runtime/7110720/Test7110720.sh
: improve VM configuration file loading
-
runtime/7116786/Test7116786.java
: verify that VerifyError messages are as expected
-
runtime/7158804/Test7158804.sh
: Improve config file parsing
-
runtime/7158988/FieldMonitor.java
: verify jvm does not crash while debugging
-
runtime/7160757/Test7160757.java
: Tests that superclass initialization is not skipped
-
runtime/7162488/Test7162488.sh
: VM not printing unknown -XX options
-
runtime/7167069/PrintAsFlag.java
: verify that Flag::print_as_flag() works correctly
-
runtime/8010389/VMThreadDlopen.java
:
-
runtime/LoadClass/ShowClassLoader.java
: Make sure array class has the right class loader
-
runtime/jsig/Test8017498.sh
: sigaction(sig) results in process hang/timed-out if sig is much greater than SIGRTMAX
-
serviceability/7170638/SDTProbesGNULinuxTest.sh
: Test SDT probes available on GNU/Linux when DTRACE_ENABLED
Report generated on Mar 21, 2019 2:31:19 AM
Using JT Harness unset; built on unknown with unset