kzhaldyb [Thu, 01 Dec 2016 12:09:02 +0300] rev 42637
8170490: Convert TestBufferingOopClosure_test to GTest
Reviewed-by: dfazunen, iignatyev
rprotacio [Mon, 05 Dec 2016 16:08:20 -0500] rev 42636
8169734: Update uses of string "java.base" to macro
Summary: Replaced instances of "java.base" string with JAVA_BASE_NAME macro
Reviewed-by: sspitsyn, dcubed
rprotacio [Mon, 05 Dec 2016 18:00:34 +0000] rev 42635
Merge
rprotacio [Mon, 05 Dec 2016 11:45:20 -0500] rev 42634
8168850: Mark module entries that have been specified by --patch-module
Summary: Adds a boolean to ModuleEntry to specify whether the module has been patched using the command line --patch-module
Reviewed-by: jiangli, lfoltan, dholmes
erikj [Mon, 05 Dec 2016 17:57:43 +0100] rev 42633
8066474: Remove the lib/ directory from Linux and Solaris images
Reviewed-by: tbell, ihse, kvn
simonis [Fri, 02 Dec 2016 11:07:27 +0100] rev 42632
8170409: CMS: Crash in CardTableModRefBSForCTRS::process_chunk_boundaries
Reviewed-by: simonis, tschatzl, mgerdin, dlong
Contributed-by: gunter.haug@sap.com
alanb [Fri, 16 Dec 2016 08:18:00 +0000] rev 42631
Merge
alanb [Fri, 16 Dec 2016 05:46:52 +0000] rev 42630
8170987: Module system implementation refresh (12/2016)
Reviewed-by: lfoltan, coleenp, mchung
Contributed-by: harold.seigel@oracle.com, serguei.spitsyn@oracle.com
lana [Wed, 14 Dec 2016 20:34:29 +0000] rev 42629
Merge
sspitsyn [Wed, 14 Dec 2016 02:35:33 -0800] rev 42628
8171226: simple typo in the JVMTI spec
Summary: replace "bot" with "not"
Reviewed-by: alanb
jwilhelm [Thu, 08 Dec 2016 15:49:29 +0100] rev 42627
Merge
kzhaldyb [Wed, 30 Nov 2016 22:44:51 +0100] rev 42626
Merge
kzhaldyb [Wed, 30 Nov 2016 21:49:57 +0100] rev 42625
Merge
kzhaldyb [Fri, 25 Nov 2016 20:53:36 +0300] rev 42624
8168341: Gtests on JSon produce an enormous amount of hardly understandable output to stdout
Reviewed-by: iignatyev, ppunegov, kvn
kvn [Wed, 30 Nov 2016 20:40:41 +0000] rev 42623
Merge
roland [Wed, 30 Nov 2016 12:07:17 -0800] rev 42622
8170470: superword may miss reductions
Reviewed-by: kvn
stefank [Wed, 23 Nov 2016 14:36:32 +0100] rev 42621
8170358: [REDO] 8k class metaspace chunks misallocated from 4k chunk freelist
Reviewed-by: mgerdin, coleenp, ehelin, stuefe
ehelin [Mon, 28 Nov 2016 14:57:12 +0100] rev 42620
8170388: Deprecate the flag -XX:ExplicitGCInvokesConcurrentAndUnloadsClasses
Reviewed-by: tschatzl, jprovino
mdoerr [Fri, 25 Nov 2016 11:15:12 -0200] rev 42619
8170328: PPC64: Use andis instead of lis/and
Reviewed-by: goetz, mdoerr
Contributed-by: Igor Nunes <igor.nunes@eldorado.org.br>
vdeshpande [Tue, 29 Nov 2016 17:41:08 -0800] rev 42618
8170430: x86 pow() stub from Intel libm is inconsistent with pow() from fdlib
Summary: do not use libm stubs when InlineIntrinsics switched off
Reviewed-by: kvn
kvn [Tue, 29 Nov 2016 12:40:46 -0800] rev 42617
8170416: CompilerControl: VectorizeDebug option type is incorrect
Summary: VectorizeDebug C2 option flag should be uintx instead of bool.
Reviewed-by: thartmann
stefank [Tue, 29 Nov 2016 19:20:03 +0000] rev 42616
Merge
stefank [Tue, 29 Nov 2016 19:25:36 +0100] rev 42615
8170395: Metaspace initialization queries the wrong chunk freelist
Reviewed-by: mgerdin, pliden, stuefe
jiangli [Tue, 29 Nov 2016 11:26:25 -0500] rev 42614
8170297: runtime/SharedArchiveFile/LargeSharedSpace.java didn't run out of memory
Summary: Split the test cases. Add -XX:+UseCompressedClassPointers -XX:CompressedClassSpaceSize=3G for the 64-bit -XX:SharedMiscCodeSize=1600386047 test case.
Reviewed-by: ccheung, iklam, dholmes
kzhaldyb [Mon, 28 Nov 2016 18:54:30 +0300] rev 42613
8166156: Convert test_semaphore to GTest
Reviewed-by: kbarrett, tschatzl, stefank
kzhaldyb [Fri, 25 Nov 2016 20:00:51 +0300] rev 42612
8169003: LogDecorations.iso8601_utctime_test fails if numeric locale uses "," as separator between integer and fraction part
Reviewed-by: mlarsson, iignatyev
thartmann [Tue, 29 Nov 2016 08:48:14 +0100] rev 42611
Merge
thartmann [Tue, 29 Nov 2016 08:16:15 +0100] rev 42610
8168996: C2 crash at postaloc.cpp:140 : assert(false) failed: unexpected yanked node
Summary: Prevent MemBarAcquire from keeping a LoadNNode alive by adding it to the worklist if it is the only user of a DecodeNNode.
Reviewed-by: kvn