Tue, 11 Dec 2018 11:29:28 +0100 8214491: Upgrade to JLine 3.9.0
jlahoda [Tue, 11 Dec 2018 11:29:28 +0100] rev 52938
8214491: Upgrade to JLine 3.9.0 Summary: Upgrading JLine to 3.9.0 and updating jshell and jjs to the new JLine. Reviewed-by: rfield, sundar
Tue, 11 Dec 2018 10:15:28 +0100 8215144: PPC64: Wrong assertion "illegal object size"
mdoerr [Tue, 11 Dec 2018 10:15:28 +0100] rev 52937
8215144: PPC64: Wrong assertion "illegal object size" Reviewed-by: simonis
Tue, 11 Dec 2018 09:10:24 +0100 8214114: Switch expressions with try-catch statements
jlahoda [Tue, 11 Dec 2018 09:10:24 +0100] rev 52936
8214114: Switch expressions with try-catch statements Summary: When switch expression contains try-catch, move the stack values into locals before the executing the switch expression, and back when it is done. Reviewed-by: mcimadamore, vromero
Tue, 11 Dec 2018 08:05:38 +0800 8213409: Refactor sun.text.IntHashtable:i18n shell tests to plain java tests
mli [Tue, 11 Dec 2018 08:05:38 +0800] rev 52935
8213409: Refactor sun.text.IntHashtable:i18n shell tests to plain java tests Reviewed-by: naoto Contributed-by: ying.z.zhou@oracle.com
Mon, 10 Dec 2018 11:04:55 -0800 8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
iignatyev [Mon, 10 Dec 2018 11:04:55 -0800] rev 52934
8214917: CTW testlibrary shouldn't ignore errors raised by the library itself Reviewed-by: kvn, roland
Mon, 10 Dec 2018 13:45:12 -0500 8215050: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java fails when run with flag -Xcomp
pchilanomate [Mon, 10 Dec 2018 13:45:12 -0500] rev 52933
8215050: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java fails when run with flag -Xcomp Summary: Identified special case when monitor address is not available in jstack Reviewed-by: dholmes, hseigel, coleenp
Mon, 10 Dec 2018 13:24:17 -0500 8215015: [TESTBUG] remove unneeded -Xfuture option from tests
hseigel [Mon, 10 Dec 2018 13:24:17 -0500] rev 52932
8215015: [TESTBUG] remove unneeded -Xfuture option from tests Summary: Remove the option from the tests Reviewed-by: lfoltan, coleenp
Mon, 10 Dec 2018 11:59:55 -0600 8209387: Follow ups to JDK-8195100 Use a low latency hashtable for SymbolTable
gziemski [Mon, 10 Dec 2018 11:59:55 -0600] rev 52931
8209387: Follow ups to JDK-8195100 Use a low latency hashtable for SymbolTable Summary: Use size_t, replaced macros with const, reverted incorrect API name change. Reviewed-by: coleenp, kbarrett
Mon, 10 Dec 2018 09:51:23 -0800 8215030: Disable shenandoah in Oracle builds
erikj [Mon, 10 Dec 2018 09:51:23 -0800] rev 52930
8215030: Disable shenandoah in Oracle builds Reviewed-by: kbarrett
Mon, 10 Dec 2018 18:32:47 +0100 8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120
tschatzl [Mon, 10 Dec 2018 18:32:47 +0100] rev 52929
8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120 Summary: Removed range specifier completely. Reviewed-by: sjohanss, shade
Mon, 10 Dec 2018 09:19:30 -0800 8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards.
ascarpino [Mon, 10 Dec 2018 09:19:30 -0800] rev 52928
8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards. Reviewed-by: xuelei
Mon, 10 Dec 2018 19:34:53 +0300 8215133: AARCH64: disable Math.log intrinsic publishing
dpochepk [Mon, 10 Dec 2018 19:34:53 +0300] rev 52927
8215133: AARCH64: disable Math.log intrinsic publishing Reviewed-by: aph
Mon, 10 Dec 2018 06:52:12 -0800 8215117: [JVMCI] TestResolvedJavaType.java failing after JDK-8210031
dlong [Mon, 10 Dec 2018 06:52:12 -0800] rev 52926
8215117: [JVMCI] TestResolvedJavaType.java failing after JDK-8210031 Reviewed-by: thartmann
Mon, 10 Dec 2018 15:47:44 +0100 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke [Mon, 10 Dec 2018 15:47:44 +0100] rev 52925
8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental) Reviewed-by: kvn, roland, shade, coleenp, lmesnik, pliden, jgeorge, ihse, erikj Contributed-by: Christine Flood <chf@redhat.com>, Aleksey Shipilev <shade@redhat.com>, Roland Westrelin <rwestrel@redhat.com>, Zhenygu Gu <zgu@redhat.com>, Andrew Haley <aph@redhat.com>, Andrew Dinn <adinn@redhat.com>, Mario Torre <mtorre@redhat.com>, Roman Kennke <rkennke@redhat.com>
Mon, 10 Dec 2018 17:34:49 +0300 8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames
bulasevich [Mon, 10 Dec 2018 17:34:49 +0300] rev 52924
8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames Reviewed-by: dsamersoff
Mon, 10 Dec 2018 15:31:36 +0100 8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
shade [Mon, 10 Dec 2018 15:31:36 +0100] rev 52923
8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1) Reviewed-by: tschatzl, rkennke
Mon, 10 Dec 2018 17:31:16 +0300 8214961: AARCH64: wrong encoding for exclusive and atomic load/stores
dpochepk [Mon, 10 Dec 2018 17:31:16 +0300] rev 52922
8214961: AARCH64: wrong encoding for exclusive and atomic load/stores Reviewed-by: aph
Mon, 10 Dec 2018 14:54:04 +0100 8215129: Update build documentation with Xrandr
ihse [Mon, 10 Dec 2018 14:54:04 +0100] rev 52921
8215129: Update build documentation with Xrandr Reviewed-by: ihse Contributed-by: Ao Qi <aoqi@loongson.cn>
Mon, 10 Dec 2018 19:08:24 +0530 8215026: Incorrect amount of memory unmapped with ImageFileReader::close()
jgeorge [Mon, 10 Dec 2018 19:08:24 +0530] rev 52920
8215026: Incorrect amount of memory unmapped with ImageFileReader::close() Summary: Use map_size() instead of _index_size as the amount of memory to be unmapped while closing an image file Reviewed-by: alanb, jlaskey
Mon, 10 Dec 2018 07:52:31 -0500 8210106: sun/tools/jps/TestJps.java timed out
gadams [Mon, 10 Dec 2018 07:52:31 -0500] rev 52919
8210106: sun/tools/jps/TestJps.java timed out Reviewed-by: dholmes, dcubed
Mon, 10 Dec 2018 10:25:27 +0100 8212657: Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1
tschatzl [Mon, 10 Dec 2018 10:25:27 +0100] rev 52918
8212657: Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1 Summary: Issue optional, default enabled, concurrent cycles when the VM is idle to reclaim unused internal and Java heap memory. Reviewed-by: sjohanss, sangheki Contributed-by: Rodrigo Bruno <rbruno@gsd.inesc-id.pt>, Ruslan Synytsky <rs@jelastic.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
Mon, 10 Dec 2018 09:37:18 +0100 8214780: Create pandoc package for Windows
ihse [Mon, 10 Dec 2018 09:37:18 +0100] rev 52917
8214780: Create pandoc package for Windows Reviewed-by: erikj
Sun, 09 Dec 2018 19:18:27 -0800 8215043: Remove declaration of parallel_worker_threads
manc [Sun, 09 Dec 2018 19:18:27 -0800] rev 52916
8215043: Remove declaration of parallel_worker_threads Summary: Removing unused declaration Reviewed-by: eosterlund, tschatzl
Sun, 09 Dec 2018 10:07:18 -0800 8215048: Some classloader typos
martin [Sun, 09 Dec 2018 10:07:18 -0800] rev 52915
8215048: Some classloader typos Reviewed-by: alanb
Sun, 09 Dec 2018 12:36:24 -0500 8210031: implementation for JVM Constants API
vromero [Sun, 09 Dec 2018 12:36:24 -0500] rev 52914
8210031: implementation for JVM Constants API Reviewed-by: jrose, mcimadamore, darcy, mchung, rriggs, dholmes, forax Contributed-by: brian.goetz@oracle.com, vicente.romero@oracle.com
Sat, 08 Dec 2018 18:52:57 -0500 8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0
kbarrett [Sat, 08 Dec 2018 18:52:57 -0500] rev 52913
8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0 Summary: Add new 'tty' lock rank. Reviewed-by: eosterlund, tschatzl
Sat, 08 Dec 2018 17:41:17 +0100 8213617: JFR should record the PID of the recorded process
egahlin [Sat, 08 Dec 2018 17:41:17 +0100] rev 52912
8213617: JFR should record the PID of the recorded process Reviewed-by: mgronlun
Sat, 08 Dec 2018 14:08:04 +0100 8213966: The ZGC JFR events should be marked as experimental
egahlin [Sat, 08 Dec 2018 14:08:04 +0100] rev 52911
8213966: The ZGC JFR events should be marked as experimental Reviewed-by: pliden
Sat, 08 Dec 2018 00:56:10 -0800 8214023: Update Graal
dlong [Sat, 08 Dec 2018 00:56:10 -0800] rev 52910
8214023: Update Graal Reviewed-by: kvn
Sat, 08 Dec 2018 05:04:19 +0100 8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
jwilhelm [Sat, 08 Dec 2018 05:04:19 +0100] rev 52909
8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used Reviewed-by: jwilhelm Contributed-by: merkel05@gmail.com
Fri, 07 Dec 2018 17:20:44 -0500 8215034: Remove old HOTSWAP conditionals
coleenp [Fri, 07 Dec 2018 17:20:44 -0500] rev 52908
8215034: Remove old HOTSWAP conditionals Reviewed-by: dcubed, jiangli, sspitsyn
Fri, 07 Dec 2018 14:48:35 -0500 8214972: Uses of klass_holder() except GC need to apply GC barriers
coleenp [Fri, 07 Dec 2018 14:48:35 -0500] rev 52907
8214972: Uses of klass_holder() except GC need to apply GC barriers Summary: Fix klass_holder() and make all callers use it, remove holder_phantom(). Reviewed-by: eosterlund, dlong
Fri, 07 Dec 2018 13:59:19 -0500 8214148: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java is not doing what is expected
pchilanomate [Fri, 07 Dec 2018 13:59:19 -0500] rev 52906
8214148: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java is not doing what is expected Summary: Fixed the logic for checking method name and added checks for thread status Reviewed-by: dholmes, coleenp
Fri, 07 Dec 2018 13:55:06 -0500 8204947: Port ShenandoahTaskTerminator to mainline and make it default
zgu [Fri, 07 Dec 2018 13:55:06 -0500] rev 52905
8204947: Port ShenandoahTaskTerminator to mainline and make it default Reviewed-by: tschatzl, rkennke
Fri, 07 Dec 2018 12:46:31 +0800 8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy
manc [Fri, 07 Dec 2018 12:46:31 +0800] rev 52904
8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy Summary: Consolidate code related to GC threads calculation into a single class Reviewed-by: tschatzl, pliden
Fri, 07 Dec 2018 18:00:41 +0100 8213421: Line number information for execution samples always 0
egahlin [Fri, 07 Dec 2018 18:00:41 +0100] rev 52903
8213421: Line number information for execution samples always 0 Reviewed-by: mgronlun
Fri, 07 Dec 2018 11:51:17 -0500 8214971: Replace use of string.equals("") with isEmpty()
rriggs [Fri, 07 Dec 2018 11:51:17 -0500] rev 52902
8214971: Replace use of string.equals("") with isEmpty() Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
Fri, 07 Dec 2018 17:11:17 +0100 8212232: Wrong metadata for the configuration of the cutoff for old object sample events
egahlin [Fri, 07 Dec 2018 17:11:17 +0100] rev 52901
8212232: Wrong metadata for the configuration of the cutoff for old object sample events Reviewed-by: mgronlun
Fri, 07 Dec 2018 17:52:37 +0300 8214376: Don't use memset to initialize array of Bundle in output.cpp
dchuyko [Fri, 07 Dec 2018 17:52:37 +0300] rev 52900
8214376: Don't use memset to initialize array of Bundle in output.cpp Reviewed-by: thartmann, shade
Fri, 07 Dec 2018 14:19:20 +0100 8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it
egahlin [Fri, 07 Dec 2018 14:19:20 +0100] rev 52899
8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it Reviewed-by: mgronlun
Fri, 07 Dec 2018 08:16:50 -0500 8214840: runtime/NMT/MallocStressTest.java timed out
hseigel [Fri, 07 Dec 2018 08:16:50 -0500] rev 52898
8214840: runtime/NMT/MallocStressTest.java timed out Summary: Add volatile to declaration of static field shared by multiple threads Reviewed-by: dcubed, dholmes, coleenp
Fri, 07 Dec 2018 13:54:45 +0100 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
sjohanss [Fri, 07 Dec 2018 13:54:45 +0100] rev 52897
8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: tschatzl, kbarrett Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com
Fri, 07 Dec 2018 13:15:35 +0100 8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs
eosterlund [Fri, 07 Dec 2018 13:15:35 +0100] rev 52896
8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs Reviewed-by: kvn, thartmann, pliden
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
(0) -30000 -10000 -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 tip