rprotacio [Wed, 26 Oct 2016 15:46:13 -0400] rev 42059
8167995: -Xlog:defaultmethods=debug: lengthy method descriptor triggers "StringStream is re-allocated with a different ResourceMark"
Summary: Removed nested ResourceMark declarations
Reviewed-by: dholmes, hseigel
bmoloden [Wed, 26 Oct 2016 17:29:47 +0300] rev 42058
8165451: Convert WorkerDataArray_test to GTest
Reviewed-by: jwilhelm
thartmann [Wed, 26 Oct 2016 14:36:05 +0200] rev 42057
8164612: NoSuchMethodException when method name contains NULL or Latin-1 supplement character
Summary: String length needs to be updated when converting from unicode to utf8.
Reviewed-by: kvn, coleenp
jwilhelm [Mon, 23 May 2016 19:46:43 +0200] rev 42056
8157455: Convert TestOS_test to GTest
Reviewed-by: dholmes, rehn
jwilhelm [Fri, 20 May 2016 16:45:00 +0200] rev 42055
8157453: Convert DependencyContext_test to GTest
Reviewed-by: dholmes, rehn, kzhaldyb
jwilhelm [Wed, 11 May 2016 23:33:24 +0200] rev 42054
8156800: Convert QuickSort_test to GTest
Reviewed-by: rehn, kzhaldyb, rprotacio, mlarsson
drwhite [Mon, 24 Oct 2016 13:36:06 -0400] rev 42053
8168567: Fix for 8166972 breaks aarch64 build
Summary: Addded missing #endif for aarch64 code.
Reviewed-by: kvn, aph
Contributed-by: Ningsheng Jian <ningsheng.jian@linaro.org>
vtewari [Wed, 26 Oct 2016 14:58:14 +0530] rev 42052
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present.
Summary: Removed dependency of java.management over jdk.management.
Reviewed-by: mchung, dfuchs, dholmes
Contributed-by: amit.sapre@oracle.com
cjplummer [Mon, 24 Oct 2016 14:12:32 -0700] rev 42051
8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
Summary: Partly undid the changes for 8159284, which are the cause of this CR.
Reviewed-by: dholmes, coleenp, dcubed
kvn [Mon, 24 Oct 2016 11:48:30 -0700] rev 42050
8168317: [JVMCI] use reflection instead of jdk 9 Module API in Services.java
Reviewed-by: iveresov, twisti
jprovino [Mon, 24 Oct 2016 16:27:13 +0000] rev 42049
Merge
jprovino [Mon, 24 Oct 2016 10:10:30 -0400] rev 42048
8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
Summary: The call to ClassLoaderDataGraph::clear_claimed_marks() during initial mark in g1CollectedHeap.cpp:4420 is misplaced.
Reviewed-by: tschatzl, kbarrett
dsamersoff [Mon, 24 Oct 2016 14:51:54 +0300] rev 42047
8160376: DebuggerException: Can't attach symbolicator to the process
Summary: Make SA link to JavaRuntimeSupport in MacOS X
Reviewed-by: dsamersoff, dcubed
Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
sla [Mon, 24 Oct 2016 09:55:58 +0200] rev 42046
Merge
sla [Mon, 24 Oct 2016 09:05:13 +0200] rev 42045
8168483: Remove jtreg timeout handler timeout
Reviewed-by: dholmes, tbell
simonis [Thu, 06 Oct 2016 18:04:11 +0200] rev 42044
8167299: -XX:+PrintRelocations crashes the VM
Reviewed-by: kvn
kbarrett [Fri, 21 Oct 2016 22:26:51 -0400] rev 42043
8166862: CMS needs klass_or_null_acquire
Summary: Change CMS non-assert uses of klass_or_null to klass_or_null_acquire.
Reviewed-by: tschatzl, mgerdin
dlong [Fri, 21 Oct 2016 17:51:33 -0700] rev 42042
8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
Summary: add range check for sender_sp
Reviewed-by: aph, dcubed
rraghavan [Fri, 21 Oct 2016 13:07:32 -0700] rev 42041
8165661: SPECjvm2008-crypto.signverify regression in 9-b105
Summary: Reverted part change done earlier for 8145322 - removed the (CastII (AddI x const)) -> (AddI (CastII x) const) transformation
Reviewed-by: roland, kvn, thartmann
neliasso [Fri, 21 Oct 2016 20:12:47 +0200] rev 42040
8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
Summary: Refactor code removing virtual call
Reviewed-by: kvn, twisti
kvn [Fri, 21 Oct 2016 10:16:09 -0700] rev 42039
8165381: Update for x86 SHA512 using AVX2
Summary: Add intrinsics for x86 AVX2 architecture with no SHA instructions.
Reviewed-by: kvn
Contributed-by: smita.kamath@intel.com
mgronlun [Fri, 21 Oct 2016 17:55:02 +0200] rev 42038
Merge
mgronlun [Fri, 21 Oct 2016 16:20:18 +0200] rev 42037
8166806: Add intrinsic support for writer used in event based tracing
Reviewed-by: kvn, egahlin
akulyakh [Fri, 21 Oct 2016 17:04:13 +0300] rev 42036
8168479: Quarantine serviceability/jdwp/AllModulesCommandTest.java test
Summary: Quarantining a test
Reviewed-by: sla
dsamersoff [Fri, 21 Oct 2016 12:30:12 +0300] rev 42035
8164383: jhsdb dumps core on Solaris 12 when loading dumped core
Summary: Add the required extra parameters to Plookup_by_addr() and proc_arg_grab() as per the change to libproc with Solaris 12.
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george@oracle.com
mdoerr [Fri, 21 Oct 2016 10:27:32 +0200] rev 42034
8166684: PPC64: implement intrinsic code with vector instructions for Unsafe.copyMemory()
Reviewed-by: simonis, mdoerr
Contributed-by: Michihiro Horie <horie@jp.ibm.com>
amurillo [Thu, 20 Oct 2016 17:05:26 -0700] rev 42033
Merge
iklam [Thu, 20 Oct 2016 21:41:14 +0000] rev 42032
Merge
iklam [Thu, 20 Oct 2016 13:41:07 -0700] rev 42031
8166203: NoClassDefFoundError should not be thrown if class is in_error_state at link time
Reviewed-by: coleenp, dholmes, sspitsyn
kzhaldyb [Thu, 20 Oct 2016 23:09:03 +0300] rev 42030
8159817: Convert FreeRegionList_test to GTest
Reviewed-by: kbarrett
dpochepk [Thu, 20 Oct 2016 16:53:39 +0300] rev 42029
8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
Reviewed-by: kvn
kzhaldyb [Thu, 20 Oct 2016 10:51:54 +0300] rev 42028
8166910: Convert TestNewSize_test to GTest
8166911: Convert TestOldSize_test to GTest
Reviewed-by: jwilhelm
dnsimon [Wed, 19 Oct 2016 18:57:06 +0000] rev 42027
Merge
dnsimon [Wed, 19 Oct 2016 20:15:35 +0200] rev 42026
8168295: [JVMCI] -XX:+JVMCIPrintProperties should exit after printing
Reviewed-by: kvn, twisti
kvn [Wed, 19 Oct 2016 17:53:01 +0000] rev 42025
Merge
mwalsh [Wed, 19 Oct 2016 10:48:48 -0700] rev 42024
8164002: Add a new CPU family (S_family) for SPARC S7 and above processors
Reviewed-by: dholmes, ecaspole, kvn
dfazunen [Wed, 19 Oct 2016 16:56:31 +0000] rev 42023
Merge
lmesnik [Wed, 19 Oct 2016 10:06:55 +0300] rev 42022
8166724: gc/g1/TestHumongousShrinkHeap.java fails with OOME
Reviewed-by: dfazunen, jwilhelm
lmesnik [Wed, 19 Oct 2016 10:10:51 +0300] rev 42021
8155570: serviceability/tmtools/jstat/GcTest02.java fails with parallel GC
Reviewed-by: jwilhelm
akulyakh [Tue, 18 Oct 2016 14:27:48 +0300] rev 42020
8166289: RuntimeException: canRead() reports false for reading from the same module: expected true, was false
Summary: A fix in the JDWP test along with some extra logging added
Reviewed-by: sspitsyn
kzhaldyb [Wed, 19 Oct 2016 12:10:43 +0200] rev 42019
Merge
kzhaldyb [Wed, 28 Sep 2016 17:18:45 +0300] rev 42018
8166563: Convert GuardedMemory_test to Gtest
Reviewed-by: iignatyev
kzhaldyb [Wed, 28 Sep 2016 17:26:43 +0300] rev 42017
8166804: Convert TestMetachunk_test to GTest
Reviewed-by: iignatyev
ehelin [Thu, 06 Oct 2016 16:32:46 +0200] rev 42016
8166790: Add stress test GCBasher
Reviewed-by: dfazunen, dholmes, erikj, tschatzl, lmesnik
hshi [Mon, 17 Oct 2016 05:44:43 -0700] rev 42015
8167421: AArch64: in one core system, fatal error: Illegal threadstate encountered
Summary: adding missing thread state store when os::is_MP() is false
Reviewed-by: aph
mcberg [Tue, 18 Oct 2016 19:08:24 -0700] rev 42014
8167987: change merge context to clear for mask register usage model
Reviewed-by: kvn
lana [Thu, 17 Nov 2016 17:50:06 +0000] rev 42013
Added tag jdk-9+145 for changeset 62743782a2cd
lana [Mon, 21 Nov 2016 18:47:40 +0000] rev 42012
Merge
jwilhelm [Wed, 09 Nov 2016 15:32:39 +0100] rev 42011
Merge
dsamersoff [Tue, 25 Oct 2016 14:49:48 +0300] rev 42010
8165500: TestJpsJar shouldn't jar all test.classpath directories
Summary: Refactor test to better handle errors
Reviewed-by: sspitsyn
sla [Mon, 24 Oct 2016 09:12:40 +0200] rev 42009
8168414: Various timeouthandler fixes
Reviewed-by: mlarsson
sla [Fri, 21 Oct 2016 15:40:47 +0200] rev 42008
8168412: Reduce buffering in jtreg timeouthandler
Reviewed-by: mlarsson
amurillo [Thu, 20 Oct 2016 17:05:26 -0700] rev 42007
Merge
dpochepk [Thu, 20 Oct 2016 16:53:35 +0300] rev 42006
8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
Reviewed-by: kvn
ehelin [Wed, 28 Sep 2016 16:41:38 +0200] rev 42005
8166790: Add stress test GCBasher
Reviewed-by: dfazunen, dholmes, erikj, tschatzl, lmesnik
lana [Thu, 17 Nov 2016 17:50:05 +0000] rev 42004
Added tag jdk-9+145 for changeset b57b4dfdfeae
duke [Wed, 05 Jul 2017 22:27:21 +0200] rev 42003
Added tag jdk-9+145 for changeset 3ee4e7827413
duke [Wed, 05 Jul 2017 22:27:20 +0200] rev 42002
Merge
duke [Wed, 05 Jul 2017 22:27:15 +0200] rev 42001
Merge
ksrini [Mon, 14 Nov 2016 16:33:48 -0800] rev 42000
8167967: javadoc should identify the ordinal value of enum constants
Reviewed-by: jjg