Tue, 04 Dec 2018 09:30:10 +0100 8214230: Classes generated by SystemModulesPlugin.java are not reproducable
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
Tue, 04 Dec 2018 09:28:11 +0100 8214534: Setting of THIS_FILE in the build is broken
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
Tue, 04 Dec 2018 09:08:03 +0100 8214063: OpenJDK will not build on AIX while using the xlc 13.1 compiler
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
Mon, 03 Dec 2018 22:27:24 -0800 8214388: CDS dumping fails with java heap fragmentation
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
Tue, 04 Dec 2018 11:10:19 +0530 8213323: sa/TestJmapCoreMetaspace.java and sa/TestJmapCore.java fail with ZGC
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
Mon, 03 Dec 2018 19:47:37 -0800 8214502: Add space after/before {} in remaining vmTestbase tests
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
Mon, 03 Dec 2018 16:44:57 -0800 8214745: Bad link in coll-reference.html
jjg [Mon, 03 Dec 2018 16:44:57 -0800] rev 52808
8214745: Bad link in coll-reference.html Reviewed-by: martin, bpb, lancea
Mon, 03 Dec 2018 16:14:15 -0800 8214744: Unnecessary <p> tags in java.util.zip.Deflater
jjg [Mon, 03 Dec 2018 16:14:15 -0800] rev 52807
8214744: Unnecessary <p> tags in java.util.zip.Deflater Reviewed-by: mchung, lancea
Mon, 03 Dec 2018 15:53:01 -0800 8214726: Typo in HeapShared::check_closed_archive_heap_region_object
iklam [Mon, 03 Dec 2018 15:53:01 -0800] rev 52806
8214726: Typo in HeapShared::check_closed_archive_heap_region_object Reviewed-by: lfoltan
Mon, 03 Dec 2018 18:48:01 +0100 8213187: Handle libwindowsaccessbridge need to access MSVCRT functions
ihse [Mon, 03 Dec 2018 18:48:01 +0100] rev 52805
8213187: Handle libwindowsaccessbridge need to access MSVCRT functions Reviewed-by: erikj
Mon, 03 Dec 2018 18:46:10 +0100 8214718: Update missing copyright year in build system
ihse [Mon, 03 Dec 2018 18:46:10 +0100] rev 52804
8214718: Update missing copyright year in build system Reviewed-by: erikj, tbell
Mon, 03 Dec 2018 18:44:45 +0100 8214710: Fix hg log in update_copyright_year.sh
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
Mon, 03 Dec 2018 18:43:24 +0100 8214311: dtrace gensrc has missing dependencies
ihse [Mon, 03 Dec 2018 18:43:24 +0100] rev 52802
8214311: dtrace gensrc has missing dependencies Reviewed-by: tbell, erikj
Mon, 03 Dec 2018 23:58:15 +0800 8210476: sun/security/mscapi/PrngSlow.java fails with Still too slow
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
Mon, 03 Dec 2018 14:16:39 +0100 8214523: Fix nmethod asserts for concurrent nmethod unloading
eosterlund [Mon, 03 Dec 2018 14:16:39 +0100] rev 52800
8214523: Fix nmethod asserts for concurrent nmethod unloading Reviewed-by: coleenp, kvn
Mon, 03 Dec 2018 14:52:49 +0100 8214377: ZGC: Don't use memset to initialize array of ZForwardingTableEntry
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
Mon, 03 Dec 2018 14:52:49 +0100 8214476: ZGC: Build ZGC by default
pliden [Mon, 03 Dec 2018 14:52:49 +0100] rev 52798
8214476: ZGC: Build ZGC by default Reviewed-by: shade, rkennke, ihse
Mon, 03 Dec 2018 14:52:49 +0100 8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor*
pliden [Mon, 03 Dec 2018 14:52:49 +0100] rev 52797
8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor* Reviewed-by: shade, tschatzl
Mon, 03 Dec 2018 14:25:00 +0100 8214529: Exception while using Anonymous class in switch expression
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
Mon, 03 Dec 2018 14:28:19 +0300 8214444: Wrong strncat limits in dfa.cpp
dchuyko [Mon, 03 Dec 2018 14:28:19 +0300] rev 52795
8214444: Wrong strncat limits in dfa.cpp Reviewed-by: kvn
Mon, 03 Dec 2018 10:37:36 +0100 8214031: Assertion error in value break statement with conditional operator in switch expression
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
Mon, 03 Dec 2018 12:35:27 +0530 8213294: Upgrade IANA LSR data
nishjain [Mon, 03 Dec 2018 12:35:27 +0530] rev 52793
8213294: Upgrade IANA LSR data Reviewed-by: naoto
Sun, 02 Dec 2018 11:09:46 -0800 8213618: IBM970 charset has missing entry and remove unexpected entries
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
Sat, 01 Dec 2018 21:58:05 +0800 8214179: Add groupname info into keytool -list and -genkeypair output
weijun [Sat, 01 Dec 2018 21:58:05 +0800] rev 52791
8214179: Add groupname info into keytool -list and -genkeypair output Reviewed-by: mullan
Fri, 30 Nov 2018 23:46:20 -0800 8214557: Filter out VM flags which don't affect AOT code generation
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
Fri, 30 Nov 2018 14:48:44 -0800 8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java
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
Fri, 30 Nov 2018 13:42:49 -0800 8213362: [macOS] Could not find libjava.dylib error when initializing JVM via JNI_CreateJavaVM
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
Fri, 30 Nov 2018 12:41:00 -0800 8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs.
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
Fri, 30 Nov 2018 12:24:23 -0800 8210102: CDS tests timed out
ccheung [Fri, 30 Nov 2018 12:24:23 -0800] rev 52786
8210102: CDS tests timed out Summary: increase the timeout to 160s for the DifferentHeapSizes test. Reviewed-by: iklam
Fri, 30 Nov 2018 16:51:23 +0100 8214231: Allow concurrent cleaning of TypeStackSlotEntries and ReturnTypeEntry
eosterlund [Fri, 30 Nov 2018 16:51:23 +0100] rev 52785
8214231: Allow concurrent cleaning of TypeStackSlotEntries and ReturnTypeEntry Reviewed-by: rehn, coleenp
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip