Fri, 03 May 2019 23:00:07 -0700 8223174: Pattern.compile() can throw confusing NegativeArraySizeException
igerasim [Fri, 03 May 2019 23:00:07 -0700] rev 54714
8223174: Pattern.compile() can throw confusing NegativeArraySizeException Reviewed-by: martin
Fri, 03 May 2019 23:35:12 -0400 8221359: Eliminate SATBMarkQueueSet::filter_thread_buffers
kbarrett [Fri, 03 May 2019 23:35:12 -0400] rev 54713
8221359: Eliminate SATBMarkQueueSet::filter_thread_buffers Summary: Removed filter_thread_buffers Reviewed-by: tschatzl, sangheki
Fri, 03 May 2019 14:09:19 -0700 8223178: Improve FileSystems.newFileSystem example with map factory methods
darcy [Fri, 03 May 2019 14:09:19 -0700] rev 54712
8223178: Improve FileSystems.newFileSystem example with map factory methods Reviewed-by: alanb, clanger, bpb
Fri, 03 May 2019 09:34:02 -0700 8223309: test failing due to self-assign-overloaded
erikj [Fri, 03 May 2019 09:34:02 -0700] rev 54711
8223309: test failing due to self-assign-overloaded Reviewed-by: tbell Contributed-by: johan.vos@gluonhq.com, erik.joelsson@oracle.com
Fri, 03 May 2019 12:33:08 -0400 8220724: TestBiasedLockRevocationEvents fails while matching revoke events to VMOperation events
pchilanomate [Fri, 03 May 2019 12:33:08 -0400] rev 54710
8220724: TestBiasedLockRevocationEvents fails while matching revoke events to VMOperation events Summary: Safepoint id used by JavaThread when posting event is now set inside appropiate safepoint Reviewed-by: dholmes, rehn
Fri, 03 May 2019 09:25:59 -0700 8223265: Clarify operational semantics of java.util.Objects.equals()
darcy [Fri, 03 May 2019 09:25:59 -0700] rev 54709
8223265: Clarify operational semantics of java.util.Objects.equals() Reviewed-by: bpb, alanb
Fri, 03 May 2019 09:07:30 -0700 8223262: [AOT] jaotc crashes with assert(!(((ThreadShadow*)__the_thread__)->has_pending_exception())) failed: Should not allocate with exception pending
kvn [Fri, 03 May 2019 09:07:30 -0700] rev 54708
8223262: [AOT] jaotc crashes with assert(!(((ThreadShadow*)__the_thread__)->has_pending_exception())) failed: Should not allocate with exception pending Summary: Added missing checks for pending exception. Reviewed-by: never, gdub, dnsimon
Fri, 03 May 2019 16:31:11 +0200 8223248: [AIX] Remove old xlC 10 workaround for load acquire
mdoerr [Fri, 03 May 2019 16:31:11 +0200] rev 54707
8223248: [AIX] Remove old xlC 10 workaround for load acquire Reviewed-by: goetz, lucy
Fri, 03 May 2019 07:54:09 -0400 8222500: runtime/8176717/TestInheritFD.java failed with java.nio.file.NoSuchFileException: /tmp/communication7071713601211876892.txt
hseigel [Fri, 03 May 2019 07:54:09 -0400] rev 54706
8222500: runtime/8176717/TestInheritFD.java failed with java.nio.file.NoSuchFileException: /tmp/communication7071713601211876892.txt Summary: Create the test's temporary files inside of jtreg scratch directories instead of /tmp Reviewed-by: coleenp, lfoltan, dholmes
Wed, 17 Apr 2019 14:57:53 +0200 8216137: assert failed: Live node limit exceeded.
phedlin [Wed, 17 Apr 2019 14:57:53 +0200] rev 54705
8216137: assert failed: Live node limit exceeded. 8219520: assert failed: Live node limit exceeded. Summary: Adding simplistic node budget support for loop-transformations. This /should/attempts to/ resolve most cases of: "assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit". Reviewed-by: vlivanov, neliasso
Wed, 17 Apr 2019 14:56:45 +0200 8223143: Restructure/clean-up for 'loopexit_or_null()'.
phedlin [Wed, 17 Apr 2019 14:56:45 +0200] rev 54704
8223143: Restructure/clean-up for 'loopexit_or_null()'. Summary: Minor restructure and clean-up for 'loopexit_or_null()' and its use. Reviewed-by: vlivanov
Wed, 17 Apr 2019 14:55:37 +0200 8223142: Clean-up WS and CB.
phedlin [Wed, 17 Apr 2019 14:55:37 +0200] rev 54703
8223142: Clean-up WS and CB. Reviewed-by: vlivanov
Wed, 17 Apr 2019 14:55:29 +0200 8223141: Change (count) suffix _ct into _cnt.
phedlin [Wed, 17 Apr 2019 14:55:29 +0200] rev 54702
8223141: Change (count) suffix _ct into _cnt. Reviewed-by: vlivanov
Wed, 17 Apr 2019 14:55:11 +0200 8223140: Clean-up in 'ok_to_convert()'.
phedlin [Wed, 17 Apr 2019 14:55:11 +0200] rev 54701
8223140: Clean-up in 'ok_to_convert()'. Summary: Simplify logic in function. Added precond/postcond macros. Reviewed-by: vlivanov, neliasso
Wed, 17 Apr 2019 14:55:01 +0200 8223139: Rename mandatory policy-do routines.
phedlin [Wed, 17 Apr 2019 14:55:01 +0200] rev 54700
8223139: Rename mandatory policy-do routines. Summary: Rename 'policy_do_remove_empty_loop' to 'do_remove_empty_loop', 'policy_do_one_iteration_loop' to 'do_one_iteration_loop'. Reviewed-by: vlivanov, dl
Thu, 02 May 2019 11:05:47 +0200 8223138: Small clean-up in loop-tree support.
phedlin [Thu, 02 May 2019 11:05:47 +0200] rev 54699
8223138: Small clean-up in loop-tree support. Summary: Rename predicate 'is_inner()' to 'is_innermost()' to be accurate. Added 'is_root()' predicate for root parent test in loop-tree. Changed definition of 'is_loop()' to always lazy-read the tail, since it should never be NULL. Cleanup of 'tail()' definition. Reviewed-by: vlivanov, neliasso
Wed, 17 Apr 2019 14:52:25 +0200 8223137: Rename predicate 'do_unroll_only()' to 'is_unroll_only()'.
phedlin [Wed, 17 Apr 2019 14:52:25 +0200] rev 54698
8223137: Rename predicate 'do_unroll_only()' to 'is_unroll_only()'. Reviewed-by: vlivanov
Fri, 03 May 2019 15:57:41 +0800 8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed
jjiang [Fri, 03 May 2019 15:57:41 +0800] rev 54697
8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed Summary: Build NSS 3.41 with VS2017 and also upgrade to this NSS for macosx Reviewed-by: valeriep
Thu, 02 May 2019 22:52:51 +0100 8217364: Custom URLStreamHandler for jrt or file protocol can override default handler
coffeys [Thu, 02 May 2019 22:52:51 +0100] rev 54696
8217364: Custom URLStreamHandler for jrt or file protocol can override default handler Reviewed-by: redestad
Thu, 02 May 2019 14:21:06 -0700 8223052: Cleanup: NodeSortRecord
joehw [Thu, 02 May 2019 14:21:06 -0700] rev 54695
8223052: Cleanup: NodeSortRecord Reviewed-by: lancea
Thu, 02 May 2019 14:15:09 -0700 8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
bpb [Thu, 02 May 2019 14:15:09 -0700] rev 54694
8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space" Reviewed-by: lancea, rriggs
Thu, 02 May 2019 17:08:03 -0400 8218875: Add new FileSystems.newFileSystem methods
lancea [Thu, 02 May 2019 17:08:03 -0400] rev 54693
8218875: Add new FileSystems.newFileSystem methods Reviewed-by: rriggs, alanb, clanger, dfuchs
Thu, 02 May 2019 13:25:00 -0700 8220793: (fs) No support for changing modification time of symlink
bpb [Thu, 02 May 2019 13:25:00 -0700] rev 54692
8220793: (fs) No support for changing modification time of symlink Reviewed-by: alanb, rriggs
Thu, 02 May 2019 15:20:06 -0400 8223258: Shenandoah: SRP::process_all_roots_slow processes JvmtiExport weak oops twice
zgu [Thu, 02 May 2019 15:20:06 -0400] rev 54691
8223258: Shenandoah: SRP::process_all_roots_slow processes JvmtiExport weak oops twice Reviewed-by: rkennke
Wed, 01 May 2019 20:25:31 -0700 8223227: Rename acquire_tag_map() to tag_map_acquire() in jvmtiEnvBase
manc [Wed, 01 May 2019 20:25:31 -0700] rev 54690
8223227: Rename acquire_tag_map() to tag_map_acquire() in jvmtiEnvBase Reviewed-by: dholmes, jcbeyler
Thu, 02 May 2019 17:29:10 +0100 8216978: Drop support for pre JDK 1.4 SocketImpl implementations
michaelm [Thu, 02 May 2019 17:29:10 +0100] rev 54689
8216978: Drop support for pre JDK 1.4 SocketImpl implementations Reviewed-by: chegar, alanb, dfuchs
Mon, 29 Apr 2019 17:54:15 -0700 8219202: Use Unsynchronized StringBuilder in sun.net.www.ParseUtil
cushon [Mon, 29 Apr 2019 17:54:15 -0700] rev 54688
8219202: Use Unsynchronized StringBuilder in sun.net.www.ParseUtil Reviewed-by: chegar Contributed-by: Alan Malloy <amalloy@google.com>
Thu, 02 May 2019 09:49:52 -0400 8222992: Shenandoah: Pre-evacuate all roots
zgu [Thu, 02 May 2019 09:49:52 -0400] rev 54687
8222992: Shenandoah: Pre-evacuate all roots Reviewed-by: shade
Thu, 02 May 2019 06:33:28 -0700 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54686
8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 Reviewed-by: martin
Thu, 02 May 2019 06:33:28 -0700 8220248: fix headings in java.util.concurrent
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54685
8220248: fix headings in java.util.concurrent Reviewed-by: martin, jjg
Thu, 02 May 2019 06:33:28 -0700 8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54684
8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable Reviewed-by: martin, dholmes
Thu, 02 May 2019 06:33:28 -0700 8221120: CopyOnWriteArrayList.set should always have volatile write semantics
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54683
8221120: CopyOnWriteArrayList.set should always have volatile write semantics Reviewed-by: martin
Thu, 02 May 2019 06:33:28 -0700 8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54682
8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone Reviewed-by: martin, smarks Contributed-by: Adam Farley8 <adam.farley@uk.ibm.com>, Martin Buchholz <martinrb@google.com>
Thu, 02 May 2019 11:55:16 +0100 8223145: Replace wildcard address with loopback or local host in tests - part 1
dfuchs [Thu, 02 May 2019 11:55:16 +0100] rev 54681
8223145: Replace wildcard address with loopback or local host in tests - part 1 Summary: Replaces binding to wildacard with alternative less susceptible to intermittent failure in some intermittently failing tests. Reviewed-by: chegar, msheppar
Thu, 02 May 2019 10:32:28 +0200 8223064: Minor cleanups in ResolvedMethodTable
stefank [Thu, 02 May 2019 10:32:28 +0200] rev 54680
8223064: Minor cleanups in ResolvedMethodTable Reviewed-by: hseigel, coleenp
Thu, 02 May 2019 10:32:14 +0200 8222986: Add parameter to skip clearing CHeapBitMaps when resizing
stefank [Thu, 02 May 2019 10:32:14 +0200] rev 54679
8222986: Add parameter to skip clearing CHeapBitMaps when resizing Reviewed-by: pliden
Mon, 15 Apr 2019 11:47:46 +0200 8198505: Remove CollectorPolicy and its subclasses
stefank [Mon, 15 Apr 2019 11:47:46 +0200] rev 54678
8198505: Remove CollectorPolicy and its subclasses Reviewed-by: pliden, shade
Thu, 02 May 2019 10:38:00 +0200 8222895: StackOverflowError in custom security manager that relies on ClassSpecializer
redestad [Thu, 02 May 2019 10:38:00 +0200] rev 54677
8222895: StackOverflowError in custom security manager that relies on ClassSpecializer Reviewed-by: alanb
Wed, 01 May 2019 20:48:19 -0400 8223194: runtime/Shutdown/ShutdownTest.java due to "OutOfMemoryError: Java heap too small"
coleenp [Wed, 01 May 2019 20:48:19 -0400] rev 54676
8223194: runtime/Shutdown/ShutdownTest.java due to "OutOfMemoryError: Java heap too small" Summary: Use default memory for the test. Reviewed-by: dholmes, kvn
Thu, 02 May 2019 03:20:32 +0200 Added tag jdk-13+19 for changeset a43d6467317d
jwilhelm [Thu, 02 May 2019 03:20:32 +0200] rev 54675
Added tag jdk-13+19 for changeset a43d6467317d
Tue, 30 Apr 2019 18:44:41 -0700 8223177: Data race on JvmtiEnvBase::_tag_map in double-checked locking
manc [Tue, 30 Apr 2019 18:44:41 -0700] rev 54674
8223177: Data race on JvmtiEnvBase::_tag_map in double-checked locking Summary: Add memory fences on accesses to JvmtiEnvBase::_tag_map Reviewed-by: dholmes, jcbeyler, sspitsyn
Wed, 01 May 2019 16:47:26 -0700 8146726: Improve AbstractProcessor to issue warnings for repeated information
darcy [Wed, 01 May 2019 16:47:26 -0700] rev 54673
8146726: Improve AbstractProcessor to issue warnings for repeated information Reviewed-by: jjg, smarks, serb, igerasim
Wed, 01 May 2019 14:35:28 -0700 8220818: Validator does not find missing match for keyref error jdk-13+19
joehw [Wed, 01 May 2019 14:35:28 -0700] rev 54672
8220818: Validator does not find missing match for keyref error Reviewed-by: lancea
Wed, 01 May 2019 13:25:54 -0700 8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command
mseledtsov [Wed, 01 May 2019 13:25:54 -0700] rev 54671
8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command Summary: Using InetAddress.getLocalHost() Reviewed-by: egahlin, lmesnik Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
Wed, 01 May 2019 13:07:30 -0700 8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property
bchristi [Wed, 01 May 2019 13:07:30 -0700] rev 54670
8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property Reviewed-by: alanb, bpb, lancea
Wed, 01 May 2019 12:31:29 -0700 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn [Wed, 01 May 2019 12:31:29 -0700] rev 54669
8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library Reviewed-by: dnsimon, never, stefank, rehn, neliasso, dholmes, kbarrett, coleenp
Wed, 01 May 2019 12:41:26 -0400 8222744: add support for generating method handles from a variable symbol
vromero [Wed, 01 May 2019 12:41:26 -0400] rev 54668
8222744: add support for generating method handles from a variable symbol Reviewed-by: mcimadamore
Wed, 01 May 2019 22:02:48 +0530 8202414: Unsafe write after primitive array creation may result in array length change
rraghavan [Wed, 01 May 2019 22:02:48 +0530] rev 54667
8202414: Unsafe write after primitive array creation may result in array length change Summary: Avoided collecting unaligned stores in Initialize node by making can_capture_store return false for same Reviewed-by: dlong, kvn, vlivanov
Wed, 01 May 2019 09:06:12 -0700 8223078: Add microbenchmark for array copying/clearing/resizing
martin [Wed, 01 May 2019 09:06:12 -0700] rev 54666
8223078: Add microbenchmark for array copying/clearing/resizing Reviewed-by: dl, redestad
Wed, 01 May 2019 10:54:07 -0400 8223190: Test gc/arguments/TestShrinkHeapInSteps.java breaks with change for JDK-8074355
coleenp [Wed, 01 May 2019 10:54:07 -0400] rev 54665
8223190: Test gc/arguments/TestShrinkHeapInSteps.java breaks with change for JDK-8074355 Summary: Remove too strict assert. Reviewed-by: hseigel
Wed, 01 May 2019 10:12:51 -0400 8223184: Shenandoah: Missing roots in SRP::process_all_roots_slow
zgu [Wed, 01 May 2019 10:12:51 -0400] rev 54664
8223184: Shenandoah: Missing roots in SRP::process_all_roots_slow Reviewed-by: shade
Wed, 01 May 2019 08:56:38 -0400 8074355: make MutexLocker smarter about non-JavaThreads
coleenp [Wed, 01 May 2019 08:56:38 -0400] rev 54663
8074355: make MutexLocker smarter about non-JavaThreads Summary: Use safepoint_check_always/safepoint_check_never instead of safepoint_check_sometimes for locks that are taken by JavaThreads and non-JavaThreads Reviewed-by: dholmes, rehn, dcubed, lmesnik
Wed, 01 May 2019 07:12:14 -0400 8213399: DecoderLocker is unused
coleenp [Wed, 01 May 2019 07:12:14 -0400] rev 54662
8213399: DecoderLocker is unused Summary: remove DecoderLocker Reviewed-by: iklam, dholmes
Tue, 30 Apr 2019 20:26:16 -0700 8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows
jcbeyler [Tue, 30 Apr 2019 20:26:16 -0700] rev 54661
8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows Summary: Keep it simple and handle INT32_MIN separately Reviewed-by: dholmes, sspitsyn
Tue, 30 Apr 2019 16:11:42 -0700 8222821: com/sun/jdi/ExceptionEvents.java failed
dtitov [Tue, 30 Apr 2019 16:11:42 -0700] rev 54660
8222821: com/sun/jdi/ExceptionEvents.java failed Reviewed-by: dlong, sspitsyn, jcbeyler, cjplummer
Tue, 30 Apr 2019 15:39:42 -0700 8215113: Sampling interval not always correct
jcbeyler [Tue, 30 Apr 2019 15:39:42 -0700] rev 54659
8215113: Sampling interval not always correct Summary: Fix the sampling interval Reviewed-by: phh, sspitsyn
Tue, 30 Apr 2019 12:53:32 -0700 8222137: Remove T-Systems root CA certificate
rhalade [Tue, 30 Apr 2019 12:53:32 -0700] rev 54658
8222137: Remove T-Systems root CA certificate Reviewed-by: mullan
Tue, 30 Apr 2019 11:04:26 -0700 8216577: Add GlobalSign's R6 Root certificate
rhalade [Tue, 30 Apr 2019 11:04:26 -0700] rev 54657
8216577: Add GlobalSign's R6 Root certificate Reviewed-by: mullan, clanger
Tue, 30 Apr 2019 10:24:14 -0700 8222913: Add Jib support for VERSION_EXTRA*
erikj [Tue, 30 Apr 2019 10:24:14 -0700] rev 54656
8222913: Add Jib support for VERSION_EXTRA* Reviewed-by: tbell, mikael
Tue, 30 Apr 2019 08:45:19 -0700 8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2"
dtitov [Tue, 30 Apr 2019 08:45:19 -0700] rev 54655
8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2" Reviewed-by: sspitsyn, jcbeyler
Thu, 18 Apr 2019 13:58:31 +0200 8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717
sgehwolf [Thu, 18 Apr 2019 13:58:31 +0200] rev 54654
8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717 Summary: Only perform this optimization for x86_64 Reviewed-by: dholmes, andrew
Tue, 30 Apr 2019 14:49:19 +0200 8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
thartmann [Tue, 30 Apr 2019 14:49:19 +0200] rev 54653
8219807: C2 crash in IfNode::up_one_dom(Node*, bool) Summary: Guard against regions degraded to copies. Reviewed-by: kvn
Tue, 30 Apr 2019 12:54:07 +0200 8222852: Reduce String concat combinator tree shapes by folding constants into prependers
redestad [Tue, 30 Apr 2019 12:54:07 +0200] rev 54652
8222852: Reduce String concat combinator tree shapes by folding constants into prependers Reviewed-by: shade, plevart, forax Contributed-by: claes.redestad@oracle.com, peter.levart@gmail.com
Tue, 30 Apr 2019 01:56:28 -0700 8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated
sspitsyn [Tue, 30 Apr 2019 01:56:28 -0700] rev 54651
8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated Summary: Mark new option depricated Reviewed-by: dcubed, coleenp, dholmes
Tue, 30 Apr 2019 10:39:22 +0200 8218152: [javac] fails and exits with no error if a bad annotation processor provided
jlahoda [Tue, 30 Apr 2019 10:39:22 +0200] rev 54650
8218152: [javac] fails and exits with no error if a bad annotation processor provided Summary: Handle exceptions thrown while loading annotation processors. Reviewed-by: jlahoda Contributed-by: groeges@uk.ibm.com
Wed, 17 Apr 2019 01:21:56 -0700 8222529: sun.jdwp.listenerAddress agent property uses wrong encoding
rschmelter [Wed, 17 Apr 2019 01:21:56 -0700] rev 54649
8222529: sun.jdwp.listenerAddress agent property uses wrong encoding Reviewed-by: sspitsyn, amenkov, clanger, erikj
Tue, 30 Apr 2019 11:58:30 +0530 8221991: Improve the HTML for the inheritance tree for a type
pmuthuswamy [Tue, 30 Apr 2019 11:58:30 +0530] rev 54648
8221991: Improve the HTML for the inheritance tree for a type Reviewed-by: hannesw
Wed, 24 Apr 2019 09:10:45 -0700 8219403: JVMCIRuntime::adjust_comp_level should be replaced
dlong [Wed, 24 Apr 2019 09:10:45 -0700] rev 54647
8219403: JVMCIRuntime::adjust_comp_level should be replaced Reviewed-by: kvn, dnsimon, never
Fri, 08 Mar 2019 18:21:52 -0800 8220388: Increase -inlinehint-threshold for Clang to avoid G1 pause time regression
manc [Fri, 08 Mar 2019 18:21:52 -0800] rev 54646
8220388: Increase -inlinehint-threshold for Clang to avoid G1 pause time regression Summary: Make Clang inline more aggressively for functions with inline keyword Reviewed-by: erikj, jiangli, shade
Mon, 29 Apr 2019 16:01:52 -0400 8222988: Use MonitorLocker rather than MutexLocker when wait/notify used
coleenp [Mon, 29 Apr 2019 16:01:52 -0400] rev 54645
8222988: Use MonitorLocker rather than MutexLocker when wait/notify used Summary: fixed use cases in code except CMS. Reviewed-by: rehn, dcubed
Mon, 29 Apr 2019 14:34:10 -0400 8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
mullan [Mon, 29 Apr 2019 14:34:10 -0400] rev 54644
8036608: Key.getAlgorithm link to standard algorithm names needs to be updated Reviewed-by: xuelei
Mon, 29 Apr 2019 07:39:16 -0700 8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer.
bpb [Mon, 29 Apr 2019 07:39:16 -0700] rev 54643
8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer. Reviewed-by: dfuchs, prappo
Fri, 26 Apr 2019 16:38:39 +0800 8223020: aarch64: expand minI_rReg and maxI_rReg patterns into separate instructions
fyang [Fri, 26 Apr 2019 16:38:39 +0800] rev 54642
8223020: aarch64: expand minI_rReg and maxI_rReg patterns into separate instructions Reviewed-by: aph
Mon, 29 Apr 2019 10:27:44 +0100 8223015: Cleanups for zipfs tests
clanger [Mon, 29 Apr 2019 10:27:44 +0100] rev 54641
8223015: Cleanups for zipfs tests Reviewed-by: redestad, lancea
Mon, 29 Apr 2019 09:04:25 +0200 8221592: C2 compilation failed with assert(!q->is_MergeMem())
thartmann [Mon, 29 Apr 2019 09:04:25 +0200] rev 54640
8221592: C2 compilation failed with assert(!q->is_MergeMem()) Summary: Transform the original MergeMem after transforming the slices to get rid of MergeMem inputs. Reviewed-by: kvn, neliasso
Sat, 27 Apr 2019 18:21:57 +0800 8223003: SunMSCAPI keys are not cleaned up
weijun [Sat, 27 Apr 2019 18:21:57 +0800] rev 54639
8223003: SunMSCAPI keys are not cleaned up Reviewed-by: igerasim
Fri, 26 Apr 2019 11:33:32 -0700 8220813: update hotspot tier1_gc tests depending on GC to use @requires vm.gc.X
lmesnik [Fri, 26 Apr 2019 11:33:32 -0700] rev 54638
8220813: update hotspot tier1_gc tests depending on GC to use @requires vm.gc.X Reviewed-by: pliden, lmesnik Contributed-by: aoqi@loongson.cn
Fri, 26 Apr 2019 12:49:51 -0400 8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
vromero [Fri, 26 Apr 2019 12:49:51 -0400] rev 54637
8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods Reviewed-by: darcy, jlaskey
Fri, 26 Apr 2019 09:09:39 -0700 8222980: Upgrade IANA Language Subtag Registry to Version 2019-04-03
naoto [Fri, 26 Apr 2019 09:09:39 -0700] rev 54636
8222980: Upgrade IANA Language Subtag Registry to Version 2019-04-03 Reviewed-by: bpb, lancea
Fri, 26 Apr 2019 18:56:15 +0300 8221988: add possibility to build with Visual Studio 2019
avoitylov [Fri, 26 Apr 2019 18:56:15 +0300] rev 54635
8221988: add possibility to build with Visual Studio 2019 Reviewed-by: erikj, ysuenaga
Fri, 26 Apr 2019 16:25:43 +0100 8129315: java/net/Socket/LingerTest.java and java/net/Socket/ShutdownBoth.java timeout intermittently
dfuchs [Fri, 26 Apr 2019 16:25:43 +0100] rev 54634
8129315: java/net/Socket/LingerTest.java and java/net/Socket/ShutdownBoth.java timeout intermittently Summary: tests are updated to use the loopback address instead of the wildcard to avoid traffic being routed to a different server than what was intended by the test. Reviewed-by: chegar
Fri, 26 Apr 2019 12:35:26 +0200 8223026: [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
jwilhelm [Fri, 26 Apr 2019 12:35:26 +0200] rev 54633
8223026: [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures Reviewed-by: dsimms
Fri, 26 Apr 2019 12:05:34 +0200 8223016: ZGC: Fix misaligned statistics printout
pliden [Fri, 26 Apr 2019 12:05:34 +0200] rev 54632
8223016: ZGC: Fix misaligned statistics printout Reviewed-by: tschatzl
Fri, 26 Apr 2019 10:18:47 +0200 8222637: Obsolete NeedsDeoptSuspend
rehn [Fri, 26 Apr 2019 10:18:47 +0200] rev 54631
8222637: Obsolete NeedsDeoptSuspend Reviewed-by: dlong, coleenp, dholmes
Fri, 26 Apr 2019 08:53:29 +0100 8222440: (zipfs) JarFileSystem does not correctly handle versioned entries if no root entry is present
clanger [Fri, 26 Apr 2019 08:53:29 +0100] rev 54630
8222440: (zipfs) JarFileSystem does not correctly handle versioned entries if no root entry is present Reviewed-by: lancea
Fri, 26 Apr 2019 00:57:03 -0400 8222518: Remove unnecessary caching of Parker object in java.lang.Thread
dholmes [Fri, 26 Apr 2019 00:57:03 -0400] rev 54629
8222518: Remove unnecessary caching of Parker object in java.lang.Thread Reviewed-by: dcubed, rehn
Thu, 25 Apr 2019 15:54:21 -0700 8222743: Xerces 2.12.0: DOM Implementation
joehw [Thu, 25 Apr 2019 15:54:21 -0700] rev 54628
8222743: Xerces 2.12.0: DOM Implementation Reviewed-by: lancea
Tue, 16 Apr 2019 13:16:49 -0700 8222562: Don't set IPV6_V6ONLY when IPv4 is not available
aeubanks [Tue, 16 Apr 2019 13:16:49 -0700] rev 54627
8222562: Don't set IPV6_V6ONLY when IPv4 is not available Reviewed-by: dfuchs, chegar Contributed-by: aeubanks@google.com
Thu, 25 Apr 2019 18:41:52 -0400 8222970: Update ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java
dholmes [Thu, 25 Apr 2019 18:41:52 -0400] rev 54626
8222970: Update ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java Reviewed-by: gadams, dcubed, sspitsyn
Thu, 25 Apr 2019 11:45:52 -0700 8222888: [TESTBUG] docker/TestJFREvents.java fails due to "RuntimeException: JAVA_MAIN_CLASS_ is not defined"
mseledtsov [Thu, 25 Apr 2019 11:45:52 -0700] rev 54625
8222888: [TESTBUG] docker/TestJFREvents.java fails due to "RuntimeException: JAVA_MAIN_CLASS_ is not defined" Summary: Introduced unique environment variable Reviewed-by: egahlin, lmesnik, sgehwolf
Thu, 25 Apr 2019 12:33:19 -0400 8222977: Fix shenandoah broken with JDK-8222811
coleenp [Thu, 25 Apr 2019 12:33:19 -0400] rev 54624
8222977: Fix shenandoah broken with JDK-8222811 Reviewed-by: dcubed, shade
Thu, 25 Apr 2019 10:56:31 -0400 8222811: Consolidate MutexLockerEx and MutexLocker
coleenp [Thu, 25 Apr 2019 10:56:31 -0400] rev 54623
8222811: Consolidate MutexLockerEx and MutexLocker Summary: Make MutexLocker be MutexLockerEx implementation, remove MutexLockerEx calls. Reviewed-by: dcubed, dholmes, pliden, rehn
Thu, 25 Apr 2019 05:54:54 -0700 8139965: Hang seen when using com.sun.jndi.ldap.search.replyQueueSize
robm [Thu, 25 Apr 2019 05:54:54 -0700] rev 54622
8139965: Hang seen when using com.sun.jndi.ldap.search.replyQueueSize Reviewed-by: dfuchs
Wed, 24 Apr 2019 14:03:20 +0200 8220795: Rework naked_short_nanosleep on Windows to improve time-to-safepoint
rwestberg [Wed, 24 Apr 2019 14:03:20 +0200] rev 54621
8220795: Rework naked_short_nanosleep on Windows to improve time-to-safepoint Reviewed-by: dholmes, rehn
Thu, 25 Apr 2019 10:41:49 +0100 8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
alanb [Thu, 25 Apr 2019 10:41:49 +0100] rev 54620
8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks Reviewed-by: dfuchs, bpb, martin
Thu, 25 Apr 2019 09:12:40 +0200 8220497: Improve Javadoc search feature and add test coverage
hannesw [Thu, 25 Apr 2019 09:12:40 +0200] rev 54619
8220497: Improve Javadoc search feature and add test coverage Reviewed-by: jjg
Thu, 25 Apr 2019 08:55:50 +0200 8222469: ZGC: Generalize ZPageCache::flush()
pliden [Thu, 25 Apr 2019 08:55:50 +0200] rev 54618
8222469: ZGC: Generalize ZPageCache::flush() Reviewed-by: stefank
Thu, 25 Apr 2019 08:55:50 +0200 8221786: ZGC: Increase max heap size to 16TB
pliden [Thu, 25 Apr 2019 08:55:50 +0200] rev 54617
8221786: ZGC: Increase max heap size to 16TB Reviewed-by: stefank
Thu, 25 Apr 2019 08:55:49 +0200 8222462: Introduce CollectedHeap::unused()
pliden [Thu, 25 Apr 2019 08:55:49 +0200] rev 54616
8222462: Introduce CollectedHeap::unused() Reviewed-by: stefank, eosterlund
Thu, 25 Apr 2019 08:55:49 +0200 8222664: runtime/appcds/sharedStrings/SharedStringsStress.java assert GC active during NoGCVerifier
pliden [Thu, 25 Apr 2019 08:55:49 +0200] rev 54615
8222664: runtime/appcds/sharedStrings/SharedStringsStress.java assert GC active during NoGCVerifier Reviewed-by: iklam, stefank
Wed, 24 Apr 2019 19:51:38 -0700 8222935: Fix ExceptionCheckingJniEnv system
jcbeyler [Wed, 24 Apr 2019 19:51:38 -0700] rev 54614
8222935: Fix ExceptionCheckingJniEnv system Summary: Added missing tests and fixed the code Reviewed-by: cjplummer, sspitsyn, amenkov
Thu, 25 Apr 2019 02:23:27 +0200 Added tag jdk-13+18 for changeset bebb82ef3434
jwilhelm [Thu, 25 Apr 2019 02:23:27 +0200] rev 54613
Added tag jdk-13+18 for changeset bebb82ef3434
Thu, 25 Apr 2019 02:14:22 +0200 8222952: Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
jwilhelm [Thu, 25 Apr 2019 02:14:22 +0200] rev 54612
8222952: Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures Reviewed-by: darcy
Wed, 24 Apr 2019 16:25:41 -0300 8222805: sun/security/pkcs11/tls/tls12/TestTLS12.java fails with Unsupported signature algorithm: rsa_pss_rsae_sha256 jdk-13+18
mbalao [Wed, 24 Apr 2019 16:25:41 -0300] rev 54611
8222805: sun/security/pkcs11/tls/tls12/TestTLS12.java fails with Unsupported signature algorithm: rsa_pss_rsae_sha256 Reviewed-by: mullan, xuelei
Wed, 24 Apr 2019 11:26:44 -0700 8222669: Create and use new html.Entity class
jjg [Wed, 24 Apr 2019 11:26:44 -0700] rev 54610
8222669: Create and use new html.Entity class Reviewed-by: hannesw
Wed, 24 Apr 2019 10:20:25 -0400 8222295: more baseline cleanups from Async Monitor Deflation project
dcubed [Wed, 24 Apr 2019 10:20:25 -0400] rev 54609
8222295: more baseline cleanups from Async Monitor Deflation project Reviewed-by: coleenp, acorn, dholmes
Wed, 24 Apr 2019 15:37:55 +0200 8222532: (zipfs) Performance regression when writing ZipFileSystem entries in parallel
redestad [Wed, 24 Apr 2019 15:37:55 +0200] rev 54608
8222532: (zipfs) Performance regression when writing ZipFileSystem entries in parallel Reviewed-by: lancea, clanger, alanb
Wed, 24 Apr 2019 08:27:00 -0400 8221685: -XX:BytecodeVerificationRemote and -XX:BytecodeVerificationLocal should be diagnostic options
hseigel [Wed, 24 Apr 2019 08:27:00 -0400] rev 54607
8221685: -XX:BytecodeVerificationRemote and -XX:BytecodeVerificationLocal should be diagnostic options Summary: Make the options diagnostic and add -XX:+UnlockDiagnosticVMOptions to tests where needed. Reviewed-by: lfoltan, acorn, dholmes
Wed, 24 Apr 2019 11:40:04 +0200 8222838: Shenandoah: SEGV on accessing cset bitmap for NULL ptr
shade [Wed, 24 Apr 2019 11:40:04 +0200] rev 54606
8222838: Shenandoah: SEGV on accessing cset bitmap for NULL ptr Reviewed-by: rkennke
Wed, 24 Apr 2019 11:39:56 +0200 8222843: Print Shenandoah cset map addresses in hs_err
shade [Wed, 24 Apr 2019 11:39:56 +0200] rev 54605
8222843: Print Shenandoah cset map addresses in hs_err Reviewed-by: rkennke
Sat, 20 Apr 2019 15:55:07 +0800 8222785: aarch64: add necessary masking for immediate shift counts
fyang [Sat, 20 Apr 2019 15:55:07 +0800] rev 54604
8222785: aarch64: add necessary masking for immediate shift counts Reviewed-by: aph
Wed, 24 Apr 2019 17:09:24 +0900 8219566: JFR did not collect call stacks when MaxJavaStackTraceDepth is set to zero
ysuenaga [Wed, 24 Apr 2019 17:09:24 +0900] rev 54603
8219566: JFR did not collect call stacks when MaxJavaStackTraceDepth is set to zero Reviewed-by: egahlin, mgronlun
Tue, 23 Apr 2019 14:56:39 -0700 8222817: Refactor printing processor to use streams
darcy [Tue, 23 Apr 2019 14:56:39 -0700] rev 54602
8222817: Refactor printing processor to use streams Reviewed-by: jjg
Tue, 23 Apr 2019 22:55:09 +0200 8221598: Update Graal
jwilhelm [Tue, 23 Apr 2019 22:55:09 +0200] rev 54601
8221598: Update Graal Reviewed-by: kvn
Tue, 23 Apr 2019 14:09:54 -0400 8218994: Consolidate indy and condy JVM information within a BootstrapInfo data structure
lfoltan [Tue, 23 Apr 2019 14:09:54 -0400] rev 54600
8218994: Consolidate indy and condy JVM information within a BootstrapInfo data structure Summary: Introduce BootstrapInfo data structure and merge invocation of a bootstrap method for condy and indy into invoke_bootstrap_method. Reviewed-by: acorn, coleenp Contributed-by: john.r.rose@oracle.com, lois.foltan@oracle.com
Tue, 23 Apr 2019 08:11:38 -0700 8213501: Deploy ExceptionJniWrapper for a few tests
jcbeyler [Tue, 23 Apr 2019 08:11:38 -0700] rev 54599
8213501: Deploy ExceptionJniWrapper for a few tests Summary: Add more tests to be using the wrapper Reviewed-by: phh, amenkov, sspitsyn, dholmes, cjplummer
Tue, 23 Apr 2019 16:50:17 +0200 8222526: Use of no longer existing jquery directory in script.js
hannesw [Tue, 23 Apr 2019 16:50:17 +0200] rev 54598
8222526: Use of no longer existing jquery directory in script.js Reviewed-by: jjg
Thu, 11 Apr 2019 14:56:52 +0200 8215017: Improve String::equals warmup characteristics
redestad [Thu, 11 Apr 2019 14:56:52 +0200] rev 54597
8215017: Improve String::equals warmup characteristics Reviewed-by: jlaskey
Tue, 23 Apr 2019 18:28:48 +0530 8219998: Eliminate inherently singleton lists
pmuthuswamy [Tue, 23 Apr 2019 18:28:48 +0530] rev 54596
8219998: Eliminate inherently singleton lists Reviewed-by: jjg
Tue, 23 Apr 2019 07:05:38 -0400 8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names
lfoltan [Tue, 23 Apr 2019 07:05:38 -0400] rev 54595
8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names Summary: Add JVM_CONSTANT_Module and JVM_CONSTANT_Package to classfile_constants.h Reviewed-by: coleenp, hseigel
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip