Fri, 07 Dec 2018 11:15:18 +0100 8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers
tschatzl [Fri, 07 Dec 2018 11:15:18 +0100] rev 52895
8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers Reviewed-by: shade
Tue, 04 Dec 2018 18:55:06 +0100 8214773: Replace use of thread unsafe strtok
neliasso [Tue, 04 Dec 2018 18:55:06 +0100] rev 52894
8214773: Replace use of thread unsafe strtok Reviewed-by: thartmann, dholmes
Fri, 07 Dec 2018 14:36:43 +0530 8212137: Remove JrtFileSystem finalize method
sundar [Fri, 07 Dec 2018 14:36:43 +0530] rev 52893
8212137: Remove JrtFileSystem finalize method Reviewed-by: alanb
Thu, 06 Dec 2018 09:48:33 +0100 8214944: replace strerror by os::strerror
mbaesken [Thu, 06 Dec 2018 09:48:33 +0100] rev 52892
8214944: replace strerror by os::strerror Reviewed-by: dholmes, neliasso
Fri, 07 Dec 2018 10:48:39 +0300 8214707: Prevent GCC 8 from reporting error in ClassLoader::file_name_for_class_name()
dchuyko [Fri, 07 Dec 2018 10:48:39 +0300] rev 52891
8214707: Prevent GCC 8 from reporting error in ClassLoader::file_name_for_class_name() Reviewed-by: hseigel, dholmes
Thu, 06 Dec 2018 22:05:31 -0800 8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError
jnimeh [Thu, 06 Dec 2018 22:05:31 -0800] rev 52890
8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError Reviewed-by: xuelei, jjiang
Thu, 06 Dec 2018 18:46:08 -0800 8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests
dzhou [Thu, 06 Dec 2018 18:46:08 -0800] rev 52889
8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests Reviewed-by: naoto
Thu, 06 Dec 2018 23:38:22 +0100 8214925: JFR tool fails to execute
egahlin [Thu, 06 Dec 2018 23:38:22 +0100] rev 52888
8214925: JFR tool fails to execute Reviewed-by: mgronlun, mseledtsov
Thu, 06 Dec 2018 14:34:11 -0800 8211882: Broken links in serialized-form.html
smarks [Thu, 06 Dec 2018 14:34:11 -0800] rev 52887
8211882: Broken links in serialized-form.html Reviewed-by: darcy, lancea
Thu, 06 Dec 2018 14:18:39 -0800 8214531: HeapMonitorEventOnOffTest.java test fails with "Statistics should be null to begin with"
jcbeyler [Thu, 06 Dec 2018 14:18:39 -0800] rev 52886
8214531: HeapMonitorEventOnOffTest.java test fails with "Statistics should be null to begin with" Summary: Remove the enable sampling and let the underlying method call it Reviewed-by: sspitsyn, phh
Thu, 06 Dec 2018 15:51:19 -0500 8214514: javac @file option gives error caused by Chinese encoding in the path
vromero [Thu, 06 Dec 2018 15:51:19 -0500] rev 52885
8214514: javac @file option gives error caused by Chinese encoding in the path Reviewed-by: jjg
Thu, 06 Dec 2018 13:54:52 -0500 Merge
ecaspole [Thu, 06 Dec 2018 13:54:52 -0500] rev 52884
Merge
Thu, 06 Dec 2018 13:54:19 -0500 8214912: LogCompilation: Show the comp level
ecaspole [Thu, 06 Dec 2018 13:54:19 -0500] rev 52883
8214912: LogCompilation: Show the comp level Summary: Show the TieredCompilation level from the xml log Reviewed-by: kvn, iignatyev
Thu, 06 Dec 2018 18:11:53 +0100 8214401: [AOT] crash in ClassLoaderData::is_alive() with AOTed jdk.base
eosterlund [Thu, 06 Dec 2018 18:11:53 +0100] rev 52882
8214401: [AOT] crash in ClassLoaderData::is_alive() with AOTed jdk.base Reviewed-by: kvn, dlong
Thu, 06 Dec 2018 10:46:10 -0500 8214275: CondyRepeatFailedResolution asserts "Dynamic constant has no fixed basic type"
lfoltan [Thu, 06 Dec 2018 10:46:10 -0500] rev 52881
8214275: CondyRepeatFailedResolution asserts "Dynamic constant has no fixed basic type" Summary: GenerateOopMap::do_ldc must check for a DynamicInError as well as a Dynamic constant pool tag. Reviewed-by: coleenp
Thu, 06 Dec 2018 10:22:23 -0500 8212794: IBM-964 is required for AIX default charset
itakiguchi [Thu, 06 Dec 2018 10:22:23 -0500] rev 52880
8212794: IBM-964 is required for AIX default charset Reviewed-by: rriggs, ihse, alanb
Thu, 06 Dec 2018 09:55:02 -0500 8214498: java/util/Locale/bcp47u/SystemPropertyTests.java wrong locale default
rriggs [Thu, 06 Dec 2018 09:55:02 -0500] rev 52879
8214498: java/util/Locale/bcp47u/SystemPropertyTests.java wrong locale default Reviewed-by: lancea, bpb
Thu, 06 Dec 2018 09:58:26 -0500 8214807: Improve handling of very old class files
hseigel [Thu, 06 Dec 2018 09:58:26 -0500] rev 52878
8214807: Improve handling of very old class files Summary: Remove old version specific code in reflection.cpp Reviewed-by: acorn, dholmes
Thu, 06 Dec 2018 15:44:40 +0100 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
tschatzl [Thu, 06 Dec 2018 15:44:40 +0100] rev 52877
8214850: Rename vm_operations.?pp files to vmOperations.?pp files Reviewed-by: dholmes, coleenp
Thu, 06 Dec 2018 15:44:13 +0100 8214791: Consistently name gc files containing VM operations
tschatzl [Thu, 06 Dec 2018 15:44:13 +0100] rev 52876
8214791: Consistently name gc files containing VM operations Summary: Name all gc files containing VM operations according to a <gc>VMOperations.?pp. Reviewed-by: coleenp, dholmes
Thu, 06 Dec 2018 13:55:22 +0100 8159440: Move marking of promoted objects during initial mark into the concurrent phase
tschatzl [Thu, 06 Dec 2018 13:55:22 +0100] rev 52875
8159440: Move marking of promoted objects during initial mark into the concurrent phase Reviewed-by: sjohanss, kbarrett
Thu, 06 Dec 2018 13:55:22 +0100 8193312: Rename VM_CGC_Operation to VM_G1Concurrent
tschatzl [Thu, 06 Dec 2018 13:55:22 +0100] rev 52874
8193312: Rename VM_CGC_Operation to VM_G1Concurrent Reviewed-by: pliden, sjohanss, jgeorge
Mon, 03 Dec 2018 10:51:03 +0100 8214857: "bad trailing membar" assert failure at memnode.cpp:3220
roland [Mon, 03 Dec 2018 10:51:03 +0100] rev 52873
8214857: "bad trailing membar" assert failure at memnode.cpp:3220 Reviewed-by: adinn, thartmann
Thu, 06 Dec 2018 12:51:13 +0100 8214858: Improve module graph archiving
redestad [Thu, 06 Dec 2018 12:51:13 +0100] rev 52872
8214858: Improve module graph archiving Reviewed-by: jiangli, alanb
Thu, 06 Dec 2018 12:34:28 +0100 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
hannesw [Thu, 06 Dec 2018 12:34:28 +0100] rev 52871
8214571: -Xdoclint of array serialField gives "error: array type not allowed here" Reviewed-by: jjg, sundar
Thu, 06 Dec 2018 10:07:54 +0100 8208277: Code cache heap (-XX:ReservedCodeCacheSize) doesn't work with 1GB LargePages
thartmann [Thu, 06 Dec 2018 10:07:54 +0100] rev 52870
8208277: Code cache heap (-XX:ReservedCodeCacheSize) doesn't work with 1GB LargePages Summary: Use huge pages for code cache if ReservedCodeCacheSize == InitialCodeCacheSize Reviewed-by: kvn
Thu, 06 Dec 2018 12:39:28 +0530 8177552: Compact Number Formatting support
nishjain [Thu, 06 Dec 2018 12:39:28 +0530] rev 52869
8177552: Compact Number Formatting support Reviewed-by: naoto, rriggs
Thu, 06 Dec 2018 11:54:39 +0530 8214856: Errors with JSZip in web console after upgrade to 3.1.5
pmuthuswamy [Thu, 06 Dec 2018 11:54:39 +0530] rev 52868
8214856: Errors with JSZip in web console after upgrade to 3.1.5 Reviewed-by: hannesw
Wed, 05 Dec 2018 21:18:27 -0800 8210107: vmTestbase/nsk/stress/network tests fail with Cannot assign requested address (Bind failed)
lmesnik [Wed, 05 Dec 2018 21:18:27 -0800] rev 52867
8210107: vmTestbase/nsk/stress/network tests fail with Cannot assign requested address (Bind failed) Reviewed-by: dholmes, mseledtsov, chegar
Wed, 05 Dec 2018 20:59:55 -0800 8214915: CtwRunner misses export for jdk.internal.access
iignatyev [Wed, 05 Dec 2018 20:59:55 -0800] rev 52866
8214915: CtwRunner misses export for jdk.internal.access Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip