aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2014-06-05Merge up to jdk8u20-b16Edward Nevill edward.nevill@linaro.org
2014-05-158041918: BootstrapMethods attribute cannot be empty.lfoltan
Summary: Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero. Reviewed-by: coleenp, hseigel
2014-05-188042949: +UnlockExperimentalVMOptions missed from ↵iignatyev
TestUseRTMLockingOptionOnUnsupportedVM.java test Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-04-258041481: JVM crashes with collect_args_for_profilingroland
Summary: method handle call to c1 intrinsic tries to profile popped argument Reviewed-by: kvn, twisti
2014-05-018042281: compiler/7184394/TestAESMain.java fails with: ↵kvn
javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes Summary: Added missing -DmsgSize=640 to test's run commands. Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
2014-04-308035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparckvn
Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
2014-03-19Merge to jdk8 release tipEdward Nevill edward.nevill@linaro.org
2014-03-038036100: Default method returns true for a while, and then returns falsevlivanov
Reviewed-by: kvn, jrose
2014-04-248041497: Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failediignatyev
Reviewed-by: kvn, roland
2014-04-168038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) ↵kvn
runThese -full Summary: use correct set_escape_state() method. Reviewed-by: kvn, iignatyev Contributed-by: Richard Reingruber <richard.reingruber@sap.com>
2014-04-148038076: constraint on multianewarray instruction is not checked since class ↵lfoltan
version 50. Summary: No VerifiyError generated if multianewarray bytecode's array type descriptor was 1 dimension smaller than dimensions specified. Reviewed-by: hseigel, ctornqvi, coleenp, kamg
2014-04-168040001: CLI test on RTMRetryCount option was missed from fix for 8039496iignatyev
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-04-118038418: New tests development for type profiling and speculationiignatyev
Reviewed-by: roland, iignatyev Contributed-by: Pavel Punegov <pavel.punegov@oracle.com>
2014-02-128034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable ↵ctornqvi
to find or load main class Summary: Passed empty string to ProcessBuilder which caused problems on Linux, fixed by checking string length Reviewed-by: lfoltan, sla, mseledtsov
2014-02-108016644: Improve UnsupportedClassVersionError messagectornqvi
Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly Reviewed-by: coleenp, dholmes, twisti
2014-04-14Mergeiignatyev
2014-04-118037860: Add tests to cover Intel RTM instructions supportiignatyev
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-04-148039496: Add sanity tests on RTM-related command line optionsiignatyev
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-04-148039499: Add all common classes used by tests on RTM support to testlibraryiignatyev
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-04-118039497: Testlibrary should be updated to provide information about all VM ↵iignatyev
types as well as access to Unsafe Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-02-278032011: nsk/stress/jck60/jck60022 crashes in ↵roland
src\share\vm\runtime\synchronizer.cpp:239 Summary: biased locking's revoke_bias locks monitor in compiled frame with eliminated lock Reviewed-by: kvn, iveresov
2014-04-038038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with ↵pliden
unexpected memory usage Reviewed-by: jmasa, sjohanss
2014-02-06Merge up to jdk8-b128Edward Nevill edward.nevill@linaro.org
2014-01-288007270: Make IsMethodCompilable test work with tieredneliasso
Summary: Only c2 compiles counts toward cutoff Reviewed-by: kvn, roland
2014-04-118038953: Add sanity tests for BMI1 and LZCNT instructionsiignatyev
Reviewed-by: kvn, iignatyev Contributed-by: anton.ivanov@oracle.com
2014-01-218031743: C2: loadI2L_immI broken for negative memory valuesiveresov
Summary: Restrict loadI2L_imm optimizations to positive values of mask Reviewed-by: kvn, dlong
2014-01-178032207: C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: ↵iveresov
bad fixed size Summary: Fix the sizing of loadUS2L_immI16 and loadI2L_immI Reviewed-by: kvn, azeemj
2014-01-238031695: CHA ignores default methods during analysis leading to incorrect ↵vlivanov
code generation Reviewed-by: jrose, acorn, hseigel, lfoltan
2014-01-088029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGVroland
Summary: May end up in uncommon trap blob/deopt blob with unguarded stack Reviewed-by: kvn, twisti
2013-12-248029233: Update copyright year to match last edit in jdk8 hotspot repository ↵hs25-b65mikael
for 2013 Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
2013-12-23Remerge to jdk8-b117Edward Nevill edward.nevill@linaro.org
2013-12-22Back out merge to b111Edward Nevill ed@camswl.com
2013-12-20Back out merge to b117Edward Nevill edward.nevill@linaro.org
2013-12-20Backed out changeset c53f2cffc0f4Edward Nevill edward.nevill@linaro.org
2013-12-17Additional aarch64 changes for merge to jdk8-b117Edward Nevill edward.nevill@linaro.org
2014-04-028039043: Implicit null check is in the wrong place in C1 -UseCompressedOopsiveresov
Summary: Null check is placed in a wrong place when storing a null to an object field on x64 with compressed oops off Reviewed-by: roland, vlivanov, kvn
2014-03-317090324: gclog rotation via external toolminqi
Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting. Reviewed-by: sla, minqi, ehelin Contributed-by: suenaga.yasumasa@lab.ntt.co.jp
2014-03-28Mergevlivanov
2014-03-288035828: Turn on @Stable support in VMvlivanov
Reviewed-by: jrose, twisti
2014-03-278038240: new WB API to get nmethodiignatyev
Reviewed-by: morris, kvn
2014-03-278038193: Add command line option tests for BMI optionsiignatyev
Reviewed-by: iveresov, kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-03-25Mergekvn
2014-03-228035857: Add tests to verify correctness of operations with BMI1 and LZCNT ↵iignatyev
instructions Reviewed-by: iveresov, kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-03-246653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension ↵poonam
on 32-bit systems Summary: Native pointers less than 64 bits wide should be extended as an unsigned number. Reviewed-by: kvn, kevinw
2014-03-188029075: String deduplication in G1pliden
Summary: Implementation of JEP 192, http://openjdk.java.net/jeps/192 Reviewed-by: brutisso, tschatzl, coleenp
2014-03-24Mergetschatzl
2014-03-248035654: Add times for evacuation failure handling in "Other" timetschatzl
Summary: Detailed breakdown of time spent in the evacuation failure handling phases to make the "Other" time roughly correspond to the sum of its parts. Reviewed-by: jwilhelm, jmasa
2014-03-248035398: Add card redirty time in "Other" time in G1tschatzl
Summary: Show the time taken by card redirtying during GC in a new "Redirty Cards" line. Reviewed-by: jwilhelm, brutisso
2014-03-248027295: Free CSet takes ~50% of young pause timetschatzl
Summary: Improve fast card cache iteration and avoid taking locks when freeing the collection set. Reviewed-by: brutisso
2014-03-248035406: Improve data structure for Code Cache remembered setstschatzl
Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time. Reviewed-by: mgerdin, brutisso