ehelin [Tue, 04 Dec 2018 09:30:10 +0100] rev 52814
8214230: Classes generated by SystemModulesPlugin.java are not reproducable
Reviewed-by: alanb, redestad, mchung
simonis [Tue, 04 Dec 2018 09:28:11 +0100] rev 52813
8214534: Setting of THIS_FILE in the build is broken
Reviewed-by: erikj, ihse
afarley [Tue, 04 Dec 2018 09:08:03 +0100] rev 52812
8214063: OpenJDK will not build on AIX while using the xlc 13.1 compiler
Reviewed-by: simonis, erikj, ihse, stuefe, mbaesken
iklam [Mon, 03 Dec 2018 22:27:24 -0800] rev 52811
8214388: CDS dumping fails with java heap fragmentation
Summary: Force a full GC with a single thread before writing heap archive regions
Reviewed-by: sjohanss, jiangli
jgeorge [Tue, 04 Dec 2018 11:10:19 +0530] rev 52810
8213323: sa/TestJmapCoreMetaspace.java and sa/TestJmapCore.java fail with ZGC
Summary: Avoid creating the hprof file and throw an exception in HeapHprofBinWriter for ZGC and handle this in the TestJmap* testcases
Reviewed-by: gadams, jcbeyler, cjplummer
jcbeyler [Mon, 03 Dec 2018 19:47:37 -0800] rev 52809
8214502: Add space after/before {} in remaining vmTestbase tests
Summary: Added spaces around the {}
Reviewed-by: dholmes, sspitsyn
jjg [Mon, 03 Dec 2018 16:44:57 -0800] rev 52808
8214745: Bad link in coll-reference.html
Reviewed-by: martin, bpb, lancea
jjg [Mon, 03 Dec 2018 16:14:15 -0800] rev 52807
8214744: Unnecessary <p> tags in java.util.zip.Deflater
Reviewed-by: mchung, lancea
iklam [Mon, 03 Dec 2018 15:53:01 -0800] rev 52806
8214726: Typo in HeapShared::check_closed_archive_heap_region_object
Reviewed-by: lfoltan
ihse [Mon, 03 Dec 2018 18:48:01 +0100] rev 52805
8213187: Handle libwindowsaccessbridge need to access MSVCRT functions
Reviewed-by: erikj
ihse [Mon, 03 Dec 2018 18:46:10 +0100] rev 52804
8214718: Update missing copyright year in build system
Reviewed-by: erikj, tbell
ihse [Mon, 03 Dec 2018 18:44:45 +0100] rev 52803
8214710: Fix hg log in update_copyright_year.sh
Reviewed-by: alanb, tbell, erikj
ihse [Mon, 03 Dec 2018 18:43:24 +0100] rev 52802
8214311: dtrace gensrc has missing dependencies
Reviewed-by: tbell, erikj
weijun [Mon, 03 Dec 2018 23:58:15 +0800] rev 52801
8210476: sun/security/mscapi/PrngSlow.java fails with Still too slow
Reviewed-by: xuelei, igerasim, rriggs
eosterlund [Mon, 03 Dec 2018 14:16:39 +0100] rev 52800
8214523: Fix nmethod asserts for concurrent nmethod unloading
Reviewed-by: coleenp, kvn
pliden [Mon, 03 Dec 2018 14:52:49 +0100] rev 52799
8214377: ZGC: Don't use memset to initialize array of ZForwardingTableEntry
Reviewed-by: rkennke, eosterlund
pliden [Mon, 03 Dec 2018 14:52:49 +0100] rev 52798
8214476: ZGC: Build ZGC by default
Reviewed-by: shade, rkennke, ihse
pliden [Mon, 03 Dec 2018 14:52:49 +0100] rev 52797
8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor*
Reviewed-by: shade, tschatzl
jlahoda [Mon, 03 Dec 2018 14:25:00 +0100] rev 52796
8214529: Exception while using Anonymous class in switch expression
Summary: Clearing breakResult when creating methodEnv.
Reviewed-by: mcimadamore
dchuyko [Mon, 03 Dec 2018 14:28:19 +0300] rev 52795
8214444: Wrong strncat limits in dfa.cpp
Reviewed-by: kvn
jlahoda [Mon, 03 Dec 2018 10:37:36 +0100] rev 52794
8214031: Assertion error in value break statement with conditional operator in switch expression
Summary: Correcting handling of boolean-valued switch expressions when true/false; generating them directly rather than desugaring in Lower.
Reviewed-by: mcimadamore
nishjain [Mon, 03 Dec 2018 12:35:27 +0530] rev 52793
8213294: Upgrade IANA LSR data
Reviewed-by: naoto
itakiguchi [Sun, 02 Dec 2018 11:09:46 -0800] rev 52792
8213618: IBM970 charset has missing entry and remove unexpected entries
Reviewed-by: srl, martin
weijun [Sat, 01 Dec 2018 21:58:05 +0800] rev 52791
8214179: Add groupname info into keytool -list and -genkeypair output
Reviewed-by: mullan
epavlova [Fri, 30 Nov 2018 23:46:20 -0800] rev 52790
8214557: Filter out VM flags which don't affect AOT code generation
Reviewed-by: kvn, erikj
bpb [Fri, 30 Nov 2018 14:48:44 -0800] rev 52789
8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java
Reviewed-by: lancea
henryjen [Fri, 30 Nov 2018 13:42:49 -0800] rev 52788
8213362: [macOS] Could not find libjava.dylib error when initializing JVM via JNI_CreateJavaVM
Reviewed-by: alanb, ihse
Contributed-by: priyanka.mangal@oracle.com
joehw [Fri, 30 Nov 2018 12:41:00 -0800] rev 52787
8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs.
Reviewed-by: lancea