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
Tue, 23 Apr 2019 14:20:08 +0530 Merge
psadhukhan [Tue, 23 Apr 2019 14:20:08 +0530] rev 54594
Merge
Tue, 23 Apr 2019 13:40:37 +0530 Merge
psadhukhan [Tue, 23 Apr 2019 13:40:37 +0530] rev 54593
Merge
Mon, 22 Apr 2019 10:53:45 +0530 Merge
psadhukhan [Mon, 22 Apr 2019 10:53:45 +0530] rev 54592
Merge
Tue, 16 Apr 2019 10:09:11 +0530 8222332: PIT: Problemlist tests that times out consistently
psadhukhan [Tue, 16 Apr 2019 10:09:11 +0530] rev 54591
8222332: PIT: Problemlist tests that times out consistently Reviewed-by: serb
Thu, 11 Apr 2019 10:49:36 -0700 8220231: Cache HarfBuzz face object for same font's text layout calls
dbatrak [Thu, 11 Apr 2019 10:49:36 -0700] rev 54590
8220231: Cache HarfBuzz face object for same font's text layout calls Reviewed-by: prr, avu, serb
Tue, 23 Apr 2019 14:13:18 +0530 8215580: Remove support for `--no-module-directories`
pmuthuswamy [Tue, 23 Apr 2019 14:13:18 +0530] rev 54589
8215580: Remove support for `--no-module-directories` Reviewed-by: jjg
Tue, 23 Apr 2019 10:08:52 +0800 8222391: javax/net/ssl/compatibility/Compatibility.java should be more flexible
jjiang [Tue, 23 Apr 2019 10:08:52 +0800] rev 54588
8222391: javax/net/ssl/compatibility/Compatibility.java should be more flexible Reviewed-by: xuelei
Mon, 22 Apr 2019 07:13:18 -0400 8222741: jdi/EventQueue/remove/remove004 fails due to VMDisconnectedException
gadams [Mon, 22 Apr 2019 07:13:18 -0400] rev 54587
8222741: jdi/EventQueue/remove/remove004 fails due to VMDisconnectedException Reviewed-by: cjplummer, jcbeyler
Mon, 22 Apr 2019 11:16:21 +0200 8222786: Shenandoah get_barrier_strength should accept all shapes of (Weak)CAS reference barriers
shade [Mon, 22 Apr 2019 11:16:21 +0200] rev 54586
8222786: Shenandoah get_barrier_strength should accept all shapes of (Weak)CAS reference barriers Reviewed-by: rkennke
Fri, 19 Apr 2019 21:49:54 -0700 8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition
coleenp [Fri, 19 Apr 2019 21:49:54 -0700] rev 54585
8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition Summary: Introduce new flag fo compatibility: -XX:AllowRedefinitionToAddOrDeleteMethods Reviewed-by: jcbeyler, sspitsyn
Fri, 19 Apr 2019 10:59:09 -0300 8221271: sun/security/pkcs11/tls/tls12/TestTLS12.java test failed
mbalao [Fri, 19 Apr 2019 10:59:09 -0300] rev 54584
8221271: sun/security/pkcs11/tls/tls12/TestTLS12.java test failed Reviewed-by: xuelei
Fri, 19 Apr 2019 11:18:06 -0700 8222747: [Graal] mx_subprocess files miss testing VM flags
epavlova [Fri, 19 Apr 2019 11:18:06 -0700] rev 54583
8222747: [Graal] mx_subprocess files miss testing VM flags Reviewed-by: kvn
Fri, 19 Apr 2019 14:42:23 +0800 8222753: AAarch64: Add CPU implementer code for Ampere
qpzhang [Fri, 19 Apr 2019 14:42:23 +0800] rev 54582
8222753: AAarch64: Add CPU implementer code for Ampere Summary: Add CPU implementer code 0xC0 for Ampere Reviewed-by: aph, drwhite, fyang
Fri, 19 Apr 2019 06:29:05 -0700 8222735: Update doc/building.md with current Oracle build platforms and compilers
erikj [Fri, 19 Apr 2019 06:29:05 -0700] rev 54581
8222735: Update doc/building.md with current Oracle build platforms and compilers Reviewed-by: tbell
Thu, 18 Apr 2019 17:36:10 -0700 8222668: Add @since tag to JapaneseEra.REIWA
naoto [Thu, 18 Apr 2019 17:36:10 -0700] rev 54580
8222668: Add @since tag to JapaneseEra.REIWA Reviewed-by: chegar, lancea
Thu, 18 Apr 2019 17:56:46 +0100 8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy
dfuchs [Thu, 18 Apr 2019 17:56:46 +0100] rev 54579
8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy Summary: HttpClient no longer filters out system host header when sending tunelling CONNECT request to proxy Reviewed-by: michaelm
Mon, 15 Apr 2019 15:52:38 -0300 8220513: Wrapper Key may get deleted when closing sessions in SunPKCS11 crypto provider
mbalao [Mon, 15 Apr 2019 15:52:38 -0300] rev 54578
8220513: Wrapper Key may get deleted when closing sessions in SunPKCS11 crypto provider Summary: Do not close the session holding the Wrapper Key while in use. Delete the Wrapper Key when no longer needed. Reviewed-by: valeriep
Tue, 12 Mar 2019 10:43:27 +0100 8217338: [Containers] Improve systemd slice memory limit support
sgehwolf [Tue, 12 Mar 2019 10:43:27 +0100] rev 54577
8217338: [Containers] Improve systemd slice memory limit support Summary: Use hierachical memory limit in addition to memory_limits_in_bytes Reviewed-by: bobv, dholmes
Wed, 17 Apr 2019 07:41:12 +0200 8222550: runtime/MemberName/MemberNameLeak.java times out
stefank [Wed, 17 Apr 2019 07:41:12 +0200] rev 54576
8222550: runtime/MemberName/MemberNameLeak.java times out Reviewed-by: coleenp, dholmes
Thu, 18 Apr 2019 09:27:28 +0200 8222713: Add OutputAnalyzer(Path) constructor
stefank [Thu, 18 Apr 2019 09:27:28 +0200] rev 54575
8222713: Add OutputAnalyzer(Path) constructor Reviewed-by: dholmes, coleenp
Wed, 17 Apr 2019 07:41:09 +0200 8222558: Rework ResolvedMethodTable verification
stefank [Wed, 17 Apr 2019 07:41:09 +0200] rev 54574
8222558: Rework ResolvedMethodTable verification Reviewed-by: coleenp
Thu, 18 Apr 2019 07:02:07 -0400 8222379: JFR TestClassLoadEvent.java failed due to EXCEPTION_ACCESS_VIOLATION
coleenp [Thu, 18 Apr 2019 07:02:07 -0400] rev 54573
8222379: JFR TestClassLoadEvent.java failed due to EXCEPTION_ACCESS_VIOLATION Summary: Give fatal error if CDS loses archive mapping. Reviewed-by: iklam, ccheung, jiangli
Fri, 12 Apr 2019 09:13:50 +0200 8222280: Provide virtualization related info in the hs_error file on AIX
mbaesken [Fri, 12 Apr 2019 09:13:50 +0200] rev 54572
8222280: Provide virtualization related info in the hs_error file on AIX Reviewed-by: clanger, mdoerr
Thu, 18 Apr 2019 02:45:02 +0200 Added tag jdk-13+17 for changeset 93b702d2a0cb
jwilhelm [Thu, 18 Apr 2019 02:45:02 +0200] rev 54571
Added tag jdk-13+17 for changeset 93b702d2a0cb
Wed, 17 Apr 2019 13:18:29 -0700 8222444: Add a suggestion for non-US locale in the test doc jdk-13+17
erikj [Wed, 17 Apr 2019 13:18:29 -0700] rev 54570
8222444: Add a suggestion for non-US locale in the test doc Reviewed-by: erikj Contributed-by: jingtian@loongson.cn
Wed, 17 Apr 2019 08:12:19 -0700 8220477: Channels.newWriter() does not close if underlying channel throws an IOException
bpb [Wed, 17 Apr 2019 08:12:19 -0700] rev 54569
8220477: Channels.newWriter() does not close if underlying channel throws an IOException Reviewed-by: alanb
Wed, 17 Apr 2019 15:37:20 +0100 8222289: Overhaul logic for reading/writing constant pool entries
mcimadamore [Wed, 17 Apr 2019 15:37:20 +0100] rev 54568
8222289: Overhaul logic for reading/writing constant pool entries Summary: Rewrite of Pool,ClassReader,ClassWriter to use shared pool helper components Reviewed-by: vromero
Wed, 17 Apr 2019 12:41:33 +0200 8219718: ZGC: Make nmethod entry barriers and nmethod::is_unloading use ZNMethodDataOops
eosterlund [Wed, 17 Apr 2019 12:41:33 +0200] rev 54567
8219718: ZGC: Make nmethod entry barriers and nmethod::is_unloading use ZNMethodDataOops Reviewed-by: pliden, stefank
Mon, 15 Apr 2019 06:41:02 -0700 8222491: jcmd can fail converting UTF8 output to strings
rschmelter [Mon, 15 Apr 2019 06:41:02 -0700] rev 54566
8222491: jcmd can fail converting UTF8 output to strings Reviewed-by: jcbeyler, clanger, dholmes
Wed, 17 Apr 2019 10:31:05 +0100 8222627: Remove sneaky token 'Name' in jdk-version.m4
clanger [Wed, 17 Apr 2019 10:31:05 +0100] rev 54565
8222627: Remove sneaky token 'Name' in jdk-version.m4 Reviewed-by: simonis
Wed, 17 Apr 2019 09:54:37 +0200 8218468: Load barrier slow path node should be MachTypeNode
neliasso [Wed, 17 Apr 2019 09:54:37 +0200] rev 54564
8218468: Load barrier slow path node should be MachTypeNode Reviewed-by: shade, pliden, kvn
Wed, 17 Apr 2019 09:29:25 +0200 8222327: java_lang_Thread _thread_status_offset, remove pre 1.5 code paths
rehn [Wed, 17 Apr 2019 09:29:25 +0200] rev 54563
8222327: java_lang_Thread _thread_status_offset, remove pre 1.5 code paths Reviewed-by: dholmes, redestad
Wed, 17 Apr 2019 09:25:27 +0200 8218147: make_walkable asserts on multiple calls
rehn [Wed, 17 Apr 2019 09:25:27 +0200] rev 54562
8218147: make_walkable asserts on multiple calls Reviewed-by: dholmes, dcubed
Wed, 17 Apr 2019 12:43:41 +0530 8220382: Cleanup doclet instantiation
pmuthuswamy [Wed, 17 Apr 2019 12:43:41 +0530] rev 54561
8220382: Cleanup doclet instantiation Reviewed-by: jjg
Wed, 17 Apr 2019 08:15:09 +0200 8222418: compiler/arguments/TestScavengeRootsInCode.java times out
thartmann [Wed, 17 Apr 2019 08:15:09 +0200] rev 54560
8222418: compiler/arguments/TestScavengeRootsInCode.java times out Summary: Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation. Reviewed-by: kvn, iignatyev
Wed, 17 Apr 2019 08:12:00 +0200 8222417: compiler/loopopts/TestOverunrolling.java times out
thartmann [Wed, 17 Apr 2019 08:12:00 +0200] rev 54559
8222417: compiler/loopopts/TestOverunrolling.java times out Summary: Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation. Reviewed-by: kvn, iignatyev
Tue, 16 Apr 2019 20:47:11 -0700 Merge
henryjen [Tue, 16 Apr 2019 20:47:11 -0700] rev 54558
Merge
Mon, 15 Apr 2019 18:24:37 -0700 Merge
henryjen [Mon, 15 Apr 2019 18:24:37 -0700] rev 54557
Merge
Wed, 06 Feb 2019 11:39:57 -0500 8218453: More dynamic RMI interactions
rriggs [Wed, 06 Feb 2019 11:39:57 -0500] rev 54556
8218453: More dynamic RMI interactions Reviewed-by: ahgross, skoivu, smarks
Tue, 22 Jan 2019 09:45:30 -0800 8211936: Better String parsing
bpb [Tue, 22 Jan 2019 09:45:30 -0800] rev 54555
8211936: Better String parsing Reviewed-by: bpb, darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>, Joe Darcy <joe.darcy@oracle.com>, Paul Hohensee <hohensee@amazon.com>
Tue, 26 Mar 2019 10:55:17 -0700 Merge
henryjen [Tue, 26 Mar 2019 10:55:17 -0700] rev 54554
Merge
Tue, 22 Jan 2019 14:14:52 -0800 Merge
henryjen [Tue, 22 Jan 2019 14:14:52 -0800] rev 54553
Merge
Wed, 12 Dec 2018 11:57:22 -0800 8214809: CDS storage improvements
ccheung [Wed, 12 Dec 2018 11:57:22 -0800] rev 54552
8214809: CDS storage improvements Reviewed-by: acorn, iklam, ahgross, rhalade
Tue, 16 Apr 2019 16:59:09 -0700 8216326: SSLSocket stream close() does not close the associated socket
xuelei [Tue, 16 Apr 2019 16:59:09 -0700] rev 54551
8216326: SSLSocket stream close() does not close the associated socket Reviewed-by: jnimeh
Wed, 17 Apr 2019 00:06:38 +0200 8222484: Specialize generation of simple String concatenation expressions
redestad [Wed, 17 Apr 2019 00:06:38 +0200] rev 54550
8222484: Specialize generation of simple String concatenation expressions Reviewed-by: jrose, jlaskey
Tue, 16 Apr 2019 21:29:33 +0000 8222415: Xerces 2.12.0: Parsing Configuration
joehw [Tue, 16 Apr 2019 21:29:33 +0000] rev 54549
8222415: Xerces 2.12.0: Parsing Configuration Reviewed-by: lancea
Mon, 15 Apr 2019 18:37:18 -0700 8222510: Small cleanup for JDK launcher's make file
manc [Mon, 15 Apr 2019 18:37:18 -0700] rev 54548
8222510: Small cleanup for JDK launcher's make file Reviewed-by: clanger, erikj
Tue, 16 Apr 2019 18:22:13 +0200 8222528: Fix javadoc headers in Nashorn sources
hannesw [Tue, 16 Apr 2019 18:22:13 +0200] rev 54547
8222528: Fix javadoc headers in Nashorn sources Reviewed-by: sundar
Tue, 16 Apr 2019 17:15:57 +0100 8222522: Add configure options for Mac Bundle creation
clanger [Tue, 16 Apr 2019 17:15:57 +0100] rev 54546
8222522: Add configure options for Mac Bundle creation Reviewed-by: erikj
Tue, 16 Apr 2019 10:01:20 -0400 8220743: [TESTBUG] Review Runtime tests recently migrated from JDK subdirs
coleenp [Tue, 16 Apr 2019 10:01:20 -0400] rev 54545
8220743: [TESTBUG] Review Runtime tests recently migrated from JDK subdirs Summary: removed tests that will not find bugs in current code base. Reviewed-by: lfoltan, hseigel
Tue, 16 Apr 2019 17:56:53 +0530 8222395: Refactor the abstract classes of package and module index writer
pmuthuswamy [Tue, 16 Apr 2019 17:56:53 +0530] rev 54544
8222395: Refactor the abstract classes of package and module index writer Reviewed-by: hannesw
Tue, 16 Apr 2019 11:00:48 +0000 8222334: java -Xss0 triggers StackOverflowError
qpzhang [Tue, 16 Apr 2019 11:00:48 +0000] rev 54543
8222334: java -Xss0 triggers StackOverflowError Summary: Launcher to use the stack size decided by hotpot or system if -Xss is 0 Reviewed-by: dholmes, alanb
Tue, 16 Apr 2019 08:51:01 +0200 8222271: [s390] optimize register usage in C2 instruction forms for clearing arrays
rrich [Tue, 16 Apr 2019 08:51:01 +0200] rev 54542
8222271: [s390] optimize register usage in C2 instruction forms for clearing arrays Reviewed-by: mdoerr, lucy
Tue, 09 Apr 2019 18:46:51 +0800 8163363: AArch64: Stack size in tools/launcher/Settings.java needs to be adjusted
qpzhang [Tue, 09 Apr 2019 18:46:51 +0800] rev 54541
8163363: AArch64: Stack size in tools/launcher/Settings.java needs to be adjusted Summary: Specify a proper min stack size input to -Xss for aarch64 Reviewed-by: aph
Mon, 15 Apr 2019 16:05:46 -0700 8222430: Add tests for ElementKind predicates
darcy [Mon, 15 Apr 2019 16:05:46 -0700] rev 54540
8222430: Add tests for ElementKind predicates Reviewed-by: jjg
Mon, 15 Apr 2019 15:44:42 -0700 8222378: Provide mechanism to query preview feature status for annotation processors
darcy [Mon, 15 Apr 2019 15:44:42 -0700] rev 54539
8222378: Provide mechanism to query preview feature status for annotation processors Reviewed-by: jjg
Mon, 15 Apr 2019 12:35:29 -0700 8222501: [TESTBUG] Docker support is always set to true in jtreg-ext/requires/VMProps.java
mseledtsov [Mon, 15 Apr 2019 12:35:29 -0700] rev 54538
8222501: [TESTBUG] Docker support is always set to true in jtreg-ext/requires/VMProps.java Summary: Restored prior code Reviewed-by: dcubed
Mon, 15 Apr 2019 11:44:07 -0700 8221711: [TESTBUG] create more tests for JFR in container environment
mseledtsov [Mon, 15 Apr 2019 11:44:07 -0700] rev 54537
8221711: [TESTBUG] create more tests for JFR in container environment Summary: Added test cases for environment and network events Reviewed-by: egahlin
Mon, 15 Apr 2019 13:07:06 -0400 8222425: Shenandoah: Move commonly used closures to separate files
zgu [Mon, 15 Apr 2019 13:07:06 -0400] rev 54536
8222425: Shenandoah: Move commonly used closures to separate files Reviewed-by: shade
Mon, 15 Apr 2019 12:54:12 -0400 8222490: Shenandoah: Remove unused _par_state_string in ShenandoahRootEvacuator
zgu [Mon, 15 Apr 2019 12:54:12 -0400] rev 54535
8222490: Shenandoah: Remove unused _par_state_string in ShenandoahRootEvacuator Reviewed-by: shade
Mon, 15 Apr 2019 18:22:10 +0200 8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled registers
shade [Mon, 15 Apr 2019 18:22:10 +0200] rev 54534
8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled registers Reviewed-by: kvn, dsamersoff
Mon, 15 Apr 2019 18:22:08 +0200 8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile hangs when "nc" does not accept "-U"
shade [Mon, 15 Apr 2019 18:22:08 +0200] rev 54533
8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile hangs when "nc" does not accept "-U" Reviewed-by: alanb
Tue, 09 Apr 2019 16:21:20 +0100 8221397: Support implementation-defined Map Modes
adinn [Tue, 09 Apr 2019 16:21:20 +0100] rev 54532
8221397: Support implementation-defined Map Modes Summary: Allow implementation-defined extensions to FileChannel MapMode enum Reviewed-by: alanb
Mon, 15 Apr 2019 15:38:47 +0200 8221644: jquery directory should be renamed
hannesw [Mon, 15 Apr 2019 15:38:47 +0200] rev 54531
8221644: jquery directory should be renamed Reviewed-by: jjg
Mon, 15 Apr 2019 10:16:04 +0200 8220625: tools/javac/classreader/8171132/BadConstantValue.java failed with "did not see expected error"
mdoerr [Mon, 15 Apr 2019 10:16:04 +0200] rev 54530
8220625: tools/javac/classreader/8171132/BadConstantValue.java failed with "did not see expected error" Reviewed-by: clanger
Sun, 14 Apr 2019 21:40:07 +0000 8222387: Out-of-bounds access to CPU _family_id_xxx array
dholmes [Sun, 14 Apr 2019 21:40:07 +0000] rev 54529
8222387: Out-of-bounds access to CPU _family_id_xxx array Reviewed-by: dholmes, kvn Contributed-by: Jinke Fan <fanjinke51@yeah.net>
Sun, 14 Apr 2019 10:22:56 +0800 8222275: sun/security/tools/keytool/Serial64.java: assertTrue: expected true, was false
weijun [Sun, 14 Apr 2019 10:22:56 +0800] rev 54528
8222275: sun/security/tools/keytool/Serial64.java: assertTrue: expected true, was false Reviewed-by: xuelei
Fri, 12 Apr 2019 14:13:31 -0700 8208066: compiler/graalunit/JttThreadsTest.java failed with org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
epavlova [Fri, 12 Apr 2019 14:13:31 -0700] rev 54527
8208066: compiler/graalunit/JttThreadsTest.java failed with org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds Reviewed-by: iignatyev
Fri, 12 Apr 2019 16:30:19 -0400 8222419: Shenandoah: Remove unused _par_state_string in ShenandoahRootProcessor
zgu [Fri, 12 Apr 2019 16:30:19 -0400] rev 54526
8222419: Shenandoah: Remove unused _par_state_string in ShenandoahRootProcessor Reviewed-by: rkennke
Fri, 12 Apr 2019 12:26:29 -0700 8222299: [TESTBUG] move hotspot container tests to hotspot/containers
mseledtsov [Fri, 12 Apr 2019 12:26:29 -0700] rev 54525
8222299: [TESTBUG] move hotspot container tests to hotspot/containers Summary: Moved the tests, updated relevant files Reviewed-by: dholmes, iignatyev
Fri, 12 Apr 2019 09:55:30 -0400 8222403: Shenandoah: Remove ShenandoahAlwaysTrueClosure, use AlwaysTrueClosure instead
zgu [Fri, 12 Apr 2019 09:55:30 -0400] rev 54524
8222403: Shenandoah: Remove ShenandoahAlwaysTrueClosure, use AlwaysTrueClosure instead Reviewed-by: shade
Fri, 12 Apr 2019 09:30:17 -0400 8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT
coleenp [Fri, 12 Apr 2019 09:30:17 -0400] rev 54523
8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT Summary: Replace IRT entry points with JRT. Reviewed-by: lfoltan, dcubed
Fri, 12 Apr 2019 07:51:47 -0400 8222188: Shenandoah: Adjust Shenandoah work gang types
zgu [Fri, 12 Apr 2019 07:51:47 -0400] rev 54522
8222188: Shenandoah: Adjust Shenandoah work gang types Reviewed-by: shade, rkennke
Fri, 12 Apr 2019 13:35:23 +0800 8180573: Refactor sun/security/tools shell tests to plain java tests
weijun [Fri, 12 Apr 2019 13:35:23 +0800] rev 54521
8180573: Refactor sun/security/tools shell tests to plain java tests Reviewed-by: rhalade, valeriep
Thu, 11 Apr 2019 22:56:11 -0400 8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName
vromero [Thu, 11 Apr 2019 22:56:11 -0400] rev 54520
8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName Reviewed-by: darcy Contributed-by: sergei.tsypanov@yandex.ru
Thu, 11 Apr 2019 19:36:00 -0400 8222090: Add Hygon Dhyana processor support
dholmes [Thu, 11 Apr 2019 19:36:00 -0400] rev 54519
8222090: Add Hygon Dhyana processor support Reviewed-by: kvn, dholmes, coleenp, rwestberg Contributed-by: Jinke Fan <fanjinke51@yeah.net>
Thu, 11 Apr 2019 12:06:58 -0700 8217405: rmic should reject class files with preview features enabled
smarks [Thu, 11 Apr 2019 12:06:58 -0700] rev 54518
8217405: rmic should reject class files with preview features enabled Reviewed-by: lancea, alanb
Thu, 11 Apr 2019 14:14:30 -0400 8222034: Thread-SMR functions should be updated to remove work around
dcubed [Thu, 11 Apr 2019 14:14:30 -0400] rev 54517
8222034: Thread-SMR functions should be updated to remove work around Reviewed-by: mdoerr, eosterlund
Thu, 11 Apr 2019 03:05:11 -0800 8221857: Collect code coverage for a subset of code
shurailine [Thu, 11 Apr 2019 03:05:11 -0800] rev 54516
8221857: Collect code coverage for a subset of code Reviewed-by: erikj
Thu, 11 Apr 2019 19:09:45 +0200 8222333: fastdebug build broken after JDK-8221393 (phase_mapping[] doesn't match enum Phase in WeakProcessorPhases)
shade [Thu, 11 Apr 2019 19:09:45 +0200] rev 54515
8222333: fastdebug build broken after JDK-8221393 (phase_mapping[] doesn't match enum Phase in WeakProcessorPhases) Reviewed-by: zgu, shade Contributed-by: Ao Qi <aoqi@loongson.cn>
Thu, 11 Apr 2019 17:55:18 +0200 8217047: Provide a way to inject missing parameter names
jlahoda [Thu, 11 Apr 2019 17:55:18 +0200] rev 54514
8217047: Provide a way to inject missing parameter names Summary: Adding a way to provide parameter names that are missing in the classfiles. Reviewed-by: darcy, jjg
Thu, 11 Apr 2019 15:36:09 +0100 8221979: Cleanups for building Windows resources
clanger [Thu, 11 Apr 2019 15:36:09 +0100] rev 54513
8221979: Cleanups for building Windows resources Reviewed-by: erikj
Thu, 11 Apr 2019 14:49:04 +0200 8215407: javac should reject class files with bad EnclosingMethod attributes
jlahoda [Thu, 11 Apr 2019 14:49:04 +0200] rev 54512
8215407: javac should reject class files with bad EnclosingMethod attributes Summary: Reject classfiles with broken EnclosingMethod attribute. Reviewed-by: jjg
Wed, 10 Apr 2019 15:41:04 +0200 8221393: ResolvedMethodTable too small for StackWalking applications
stefank [Wed, 10 Apr 2019 15:41:04 +0200] rev 54511
8221393: ResolvedMethodTable too small for StackWalking applications Reviewed-by: coleenp, rehn
Wed, 10 Apr 2019 15:41:03 +0200 8221913: Add GC.selected() jtreg-ext function
stefank [Wed, 10 Apr 2019 15:41:03 +0200] rev 54510
8221913: Add GC.selected() jtreg-ext function Reviewed-by: kbarrett, pliden
Thu, 11 Apr 2019 14:20:16 +0530 Merge
psadhukhan [Thu, 11 Apr 2019 14:20:16 +0530] rev 54509
Merge
Wed, 10 Apr 2019 10:46:53 +0530 Merge
psadhukhan [Wed, 10 Apr 2019 10:46:53 +0530] rev 54508
Merge
Wed, 10 Apr 2019 10:32:43 +0530 8222097: ProblemList tests that are failing recurringly and intermittently in PIT
psadhukhan [Wed, 10 Apr 2019 10:32:43 +0530] rev 54507
8222097: ProblemList tests that are failing recurringly and intermittently in PIT Reviewed-by: prr, kaddepalli
Tue, 09 Apr 2019 13:57:58 -0700 8221445: FastSysexMessage constructor crashes MIDI receiption thread
serb [Tue, 09 Apr 2019 13:57:58 -0700] rev 54506
8221445: FastSysexMessage constructor crashes MIDI receiption thread Reviewed-by: prr
Tue, 09 Apr 2019 08:50:08 +0100 8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard to use
aivanov [Tue, 09 Apr 2019 08:50:08 +0100] rev 54505
8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard to use Reviewed-by: serb, prr
Mon, 08 Apr 2019 14:48:35 -0700 8221885: Add intermittent test in the JavaSound to the ProblemList
serb [Mon, 08 Apr 2019 14:48:35 -0700] rev 54504
8221885: Add intermittent test in the JavaSound to the ProblemList Reviewed-by: prr
Thu, 04 Apr 2019 12:14:51 +0530 8220349: The fix done for JDK-8214253 have caused issues in JTree behaviour
pbansal [Thu, 04 Apr 2019 12:14:51 +0530] rev 54503
8220349: The fix done for JDK-8214253 have caused issues in JTree behaviour Reviewed-by: serb, prr
Wed, 03 Apr 2019 15:56:29 -0700 6684386: ElementIterator javadoc bug
serb [Wed, 03 Apr 2019 15:56:29 -0700] rev 54502
6684386: ElementIterator javadoc bug Reviewed-by: psadhukhan
Wed, 03 Apr 2019 14:21:24 +0530 8221661: javax.swing.text.View.getPreferredSpan(int axis)
psadhukhan [Wed, 03 Apr 2019 14:21:24 +0530] rev 54501
8221661: javax.swing.text.View.getPreferredSpan(int axis) Reviewed-by: serb
Thu, 11 Apr 2019 12:49:26 +0530 8217013: javadoc generates references to missing file overview-frame.html
pmuthuswamy [Thu, 11 Apr 2019 12:49:26 +0530] rev 54500
8217013: javadoc generates references to missing file overview-frame.html Reviewed-by: hannesw
Wed, 10 Apr 2019 09:33:32 +0200 8221915: cleanup ticks related coding in os_perf_aix.cpp [aix]
mbaesken [Wed, 10 Apr 2019 09:33:32 +0200] rev 54499
8221915: cleanup ticks related coding in os_perf_aix.cpp [aix] Reviewed-by: mdoerr
Wed, 10 Apr 2019 22:41:28 -0400 8222300: Zero build broken after JDK-8222231
aoqi [Wed, 10 Apr 2019 22:41:28 -0400] rev 54498
8222300: Zero build broken after JDK-8222231 Reviewed-by: dholmes
Wed, 10 Apr 2019 17:29:03 -0700 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn [Wed, 10 Apr 2019 17:29:03 -0700] rev 54497
8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv Summary: Fix GenerateEvents() to send CompiledMethodLoad events to requesting agent only Reviewed-by: jcbeyler, amenkov
Thu, 11 Apr 2019 01:21:11 +0200 Added tag jdk-13+16 for changeset 9d0ae9508d53
jwilhelm [Thu, 11 Apr 2019 01:21:11 +0200] rev 54496
Added tag jdk-13+16 for changeset 9d0ae9508d53
Wed, 10 Apr 2019 17:31:31 -0400 8222231: Clean up interfaceSupport.inline.hpp duplicated code
coleenp [Wed, 10 Apr 2019 17:31:31 -0400] rev 54495
8222231: Clean up interfaceSupport.inline.hpp duplicated code Reviewed-by: dholmes, pchilanomate
Wed, 10 Apr 2019 21:21:31 +0000 8222224: vmTestbase/nsk/jvmti/SingleStep/singlestep001/TestDescription.java fails
dtitov [Wed, 10 Apr 2019 21:21:31 +0000] rev 54494
8222224: vmTestbase/nsk/jvmti/SingleStep/singlestep001/TestDescription.java fails Reviewed-by: sspitsyn, jcbeyler, amenkov
Wed, 10 Apr 2019 17:15:53 -0400 8222035: minimal inference context optimization is forcing resolution with incomplete constraints
vromero [Wed, 10 Apr 2019 17:15:53 -0400] rev 54493
8222035: minimal inference context optimization is forcing resolution with incomplete constraints Reviewed-by: mcimadamore, cushon
Wed, 10 Apr 2019 20:03:07 +0200 8222029: Optimize Math.floorMod jdk-13+16
redestad [Wed, 10 Apr 2019 20:03:07 +0200] rev 54492
8222029: Optimize Math.floorMod Reviewed-by: aph, darcy
Wed, 10 Apr 2019 05:15:50 -0700 8222264: Windows incremental build is broken with JDK-8217728
rschmelter [Wed, 10 Apr 2019 05:15:50 -0700] rev 54491
8222264: Windows incremental build is broken with JDK-8217728 Reviewed-by: erikj, clanger
Wed, 10 Apr 2019 07:04:35 -0700 8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
erikj [Wed, 10 Apr 2019 07:04:35 -0700] rev 54490
8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC Reviewed-by: tbell, ysuenaga
Wed, 10 Apr 2019 13:21:38 +0200 8222259: Shenandoah: Pre-evacuate string-dedup roots in Traversal GC
rkennke [Wed, 10 Apr 2019 13:21:38 +0200] rev 54489
8222259: Shenandoah: Pre-evacuate string-dedup roots in Traversal GC Reviewed-by: shade
Wed, 10 Apr 2019 12:45:32 +0200 8221984: ZGC: Clean up ZOop
pliden [Wed, 10 Apr 2019 12:45:32 +0200] rev 54488
8221984: ZGC: Clean up ZOop Reviewed-by: stefank, eosterlund
Tue, 09 Apr 2019 12:47:34 +0200 8222180: ZGC: ZForwarding::verify() failing when checking for duplicates
smonteith [Tue, 09 Apr 2019 12:47:34 +0200] rev 54487
8222180: ZGC: ZForwarding::verify() failing when checking for duplicates Reviewed-by: pliden, eosterlund
Wed, 10 Apr 2019 12:05:50 +0200 8221836: Avoid recalculating String.hash when zero
redestad [Wed, 10 Apr 2019 12:05:50 +0200] rev 54486
8221836: Avoid recalculating String.hash when zero Reviewed-by: jrose, adinn Contributed-by: peter.levart@gmail.com, claes.redestad@oracle.com
Wed, 10 Apr 2019 08:51:38 +0200 8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
mbaesken [Wed, 10 Apr 2019 08:51:38 +0200] rev 54485
8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64 Reviewed-by: dholmes, mdoerr
Wed, 10 Apr 2019 02:41:43 +0000 Merge
valeriep [Wed, 10 Apr 2019 02:41:43 +0000] rev 54484
Merge
Wed, 10 Apr 2019 02:35:18 +0000 8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
valeriep [Wed, 10 Apr 2019 02:35:18 +0000] rev 54483
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange Summary: Add internal Signature init methods to select provider based on both key and parameter Reviewed-by: xuelei
Tue, 09 Apr 2019 19:34:05 -0700 8221853: Data race in compile broker (set_last_compile)
jcbeyler [Tue, 09 Apr 2019 19:34:05 -0700] rev 54482
8221853: Data race in compile broker (set_last_compile) Summary: Remove the debug code provoking it Reviewed-by: kvn, thartmann
Tue, 09 Apr 2019 16:32:22 -0700 8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
igerasim [Tue, 09 Apr 2019 16:32:22 -0700] rev 54481
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified Reviewed-by: igerasim, rriggs Contributed-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>, Ivan Gerasimov <ivan.gerasimov@oracle.com>
Tue, 09 Apr 2019 18:26:36 -0400 8222229: ProblemList compiler/jsr292/InvokerSignatureMismatch.java
dcubed [Tue, 09 Apr 2019 18:26:36 -0400] rev 54480
8222229: ProblemList compiler/jsr292/InvokerSignatureMismatch.java Reviewed-by: iignatyev
Tue, 09 Apr 2019 23:36:43 +0200 8222227: Shenandoah: Fix Traversal GC weak roots handling in final-traversal pause
rkennke [Tue, 09 Apr 2019 23:36:43 +0200] rev 54479
8222227: Shenandoah: Fix Traversal GC weak roots handling in final-traversal pause Reviewed-by: shade, zgu
Tue, 09 Apr 2019 21:20:16 +0200 8222186: Shenandoah should not uncommit below minimum heap size
shade [Tue, 09 Apr 2019 21:20:16 +0200] rev 54478
8222186: Shenandoah should not uncommit below minimum heap size Reviewed-by: zgu, rkennke
Tue, 09 Apr 2019 21:20:15 +0200 8222185: Shenandoah should report "committed" as capacity
shade [Tue, 09 Apr 2019 21:20:15 +0200] rev 54477
8222185: Shenandoah should report "committed" as capacity Reviewed-by: zgu, rkennke
Tue, 09 Apr 2019 12:17:03 -0700 8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should be selected at runtime, not build time
bpb [Tue, 09 Apr 2019 12:17:03 -0700] rev 54476
8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should be selected at runtime, not build time Reviewed-by: alanb, shade
Tue, 09 Apr 2019 09:49:36 -0700 8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
smarks [Tue, 09 Apr 2019 09:49:36 -0700] rev 54475
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE Reviewed-by: redestad, lancea
Mon, 08 Apr 2019 14:40:31 +0800 8221658: aarch64: add necessary predicate for ubfx patterns
fyang [Mon, 08 Apr 2019 14:40:31 +0800] rev 54474
8221658: aarch64: add necessary predicate for ubfx patterns Reviewed-by: aph
Tue, 09 Apr 2019 06:11:54 -0700 8221894: Add comments for docker tests in the test doc
jiefu [Tue, 09 Apr 2019 06:11:54 -0700] rev 54473
8221894: Add comments for docker tests in the test doc Reviewed-by: erikj, dholmes
Tue, 09 Apr 2019 08:56:15 -0400 8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings
mullan [Tue, 09 Apr 2019 08:56:15 -0400] rev 54472
8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings Reviewed-by: weijun
Tue, 09 Apr 2019 11:40:01 +0200 8222144: BuiltinClassLoader should create the CodeSource for jrt URLs lazily
redestad [Tue, 09 Apr 2019 11:40:01 +0200] rev 54471
8222144: BuiltinClassLoader should create the CodeSource for jrt URLs lazily Reviewed-by: alanb
Mon, 08 Apr 2019 14:36:33 +0200 8221535: add steal tick related information to hs_error file [linux]
mbaesken [Mon, 08 Apr 2019 14:36:33 +0200] rev 54470
8221535: add steal tick related information to hs_error file [linux] Reviewed-by: dholmes, goetz
Mon, 08 Apr 2019 21:39:43 +0000 8221584: SIGSEGV in os::PlatformEvent::unpark() in JvmtiRawMonitor::raw_exit while posting method exit event
dholmes [Mon, 08 Apr 2019 21:39:43 +0000] rev 54469
8221584: SIGSEGV in os::PlatformEvent::unpark() in JvmtiRawMonitor::raw_exit while posting method exit event Reviewed-by: dholmes, dcubed Contributed-by: robbin.ehn@oracle.com, stefan.karlsson@oracle.com
Mon, 08 Apr 2019 17:30:18 -0400 8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output
dholmes [Mon, 08 Apr 2019 17:30:18 -0400] rev 54468
8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output Reviewed-by: cjplummer, zgu
Mon, 08 Apr 2019 12:15:40 -0700 8218049: Survivor MemoryMXBean used() size granularity is region based
sangheki [Mon, 08 Apr 2019 12:15:40 -0700] rev 54467
8218049: Survivor MemoryMXBean used() size granularity is region based Reviewed-by: tschatzl, kbarrett
Mon, 08 Apr 2019 21:01:17 +0200 8222105: Add "use_" prefix to G1Policy::adaptive_young_list_length
tschatzl [Mon, 08 Apr 2019 21:01:17 +0200] rev 54466
8222105: Add "use_" prefix to G1Policy::adaptive_young_list_length Summary: Improve naming of G1Policy::adaptive_young_list_length to improve readability. Reviewed-by: kbarrett
Mon, 08 Apr 2019 20:37:52 +0200 8218668: Clean up evacuation of optional collection set
tschatzl [Mon, 08 Apr 2019 20:37:52 +0200] rev 54465
8218668: Clean up evacuation of optional collection set Summary: Better integrate optional collection set evacuation into the existing evacuation scheme, fixing a few minor issues with the initial implementation. Reviewed-by: kbarrett, sangheki
Mon, 08 Apr 2019 11:11:22 -0700 8216551: GraalUnitTestLauncher should be executed as '@run driver'
epavlova [Mon, 08 Apr 2019 11:11:22 -0700] rev 54464
8216551: GraalUnitTestLauncher should be executed as '@run driver' Reviewed-by: dlong, kvn
Mon, 08 Apr 2019 19:43:04 +0200 8222130: Shenandoah should verify roots after pre-evacuation
shade [Mon, 08 Apr 2019 19:43:04 +0200] rev 54463
8222130: Shenandoah should verify roots after pre-evacuation Reviewed-by: rkennke, zgu
Mon, 08 Apr 2019 13:33:28 -0400 8222133: Add temporary exceptions for root certs that are due to expire soon
mullan [Mon, 08 Apr 2019 13:33:28 -0400] rev 54462
8222133: Add temporary exceptions for root certs that are due to expire soon Reviewed-by: xuelei
Mon, 08 Apr 2019 13:22:59 -0400 8222086: CodeCache::UnloadingScope needs to preserve and restore previous IsUnloadingBehavior
zgu [Mon, 08 Apr 2019 13:22:59 -0400] rev 54461
8222086: CodeCache::UnloadingScope needs to preserve and restore previous IsUnloadingBehavior Reviewed-by: eosterlund
Mon, 08 Apr 2019 17:09:02 +0000 8221730: jcmd process name matching broken
dtitov [Mon, 08 Apr 2019 17:09:02 +0000] rev 54460
8221730: jcmd process name matching broken Reviewed-by: jcbeyler, dholmes, cjplummer
Mon, 08 Apr 2019 15:01:39 +0100 8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException
sgroeger [Mon, 08 Apr 2019 15:01:39 +0100] rev 54459
8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException Summary: Make a strong reference to TestLogger and dont fetch it from LogManager Reviewed-by: dfuchs
Mon, 08 Apr 2019 18:42:29 +0200 8222129: Shenandoah: Missing CompareAndSwapP/N case in get_barrier_strength()
rkennke [Mon, 08 Apr 2019 18:42:29 +0200] rev 54458
8222129: Shenandoah: Missing CompareAndSwapP/N case in get_barrier_strength() Reviewed-by: shade
Mon, 08 Apr 2019 18:42:27 +0200 8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1
rkennke [Mon, 08 Apr 2019 18:42:27 +0200] rev 54457
8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1 Reviewed-by: shade
Mon, 08 Apr 2019 12:19:51 -0400 8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due to cert within 90-day expiry window
mullan [Mon, 08 Apr 2019 12:19:51 -0400] rev 54456
8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due to cert within 90-day expiry window Reviewed-by: xuelei
Fri, 05 Apr 2019 06:48:20 -0700 8221907: make reconfigure breaks when configured with relative paths
erikj [Fri, 05 Apr 2019 06:48:20 -0700] rev 54455
8221907: make reconfigure breaks when configured with relative paths Reviewed-by: dholmes
Mon, 08 Apr 2019 15:25:27 +0200 8222111: exeCallerAccessTest.c fails to build: control reaches end of non-void function
shade [Mon, 08 Apr 2019 15:25:27 +0200] rev 54454
8222111: exeCallerAccessTest.c fails to build: control reaches end of non-void function Reviewed-by: alanb, dholmes
Mon, 08 Apr 2019 15:54:47 +0300 8221995: AARCH64: problems with CAS instructions encoding
dpochepk [Mon, 08 Apr 2019 15:54:47 +0300] rev 54453
8221995: AARCH64: problems with CAS instructions encoding Reviewed-by: aph
Mon, 08 Apr 2019 06:56:37 +0100 8221880: Better customization for Windows RC properties FileDescription and ProductName
clanger [Mon, 08 Apr 2019 06:56:37 +0100] rev 54452
8221880: Better customization for Windows RC properties FileDescription and ProductName Reviewed-by: erikj
Mon, 08 Apr 2019 09:31:39 +0800 8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64
ngasson [Mon, 08 Apr 2019 09:31:39 +0800] rev 54451
8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64 Reviewed-by: aph, sgehwolf, mseledtsov
Sun, 07 Apr 2019 13:28:18 +0200 8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine
shade [Sun, 07 Apr 2019 13:28:18 +0200] rev 54450
8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine Reviewed-by: kvn, vlivanov
Sun, 07 Apr 2019 13:28:18 +0200 8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms
shade [Sun, 07 Apr 2019 13:28:18 +0200] rev 54449
8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms Reviewed-by: cjplummer, dholmes
Sun, 07 Apr 2019 18:09:06 +0800 8222082: Build of test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c still failing on Windows
mchung [Sun, 07 Apr 2019 18:09:06 +0800] rev 54448
8222082: Build of test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c still failing on Windows Reviewed-by: alanb, dholmes
Sun, 07 Apr 2019 03:00:52 +0000 8222078: test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c build fails after 8221530
mchung [Sun, 07 Apr 2019 03:00:52 +0000] rev 54447
8222078: test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c build fails after 8221530 Reviewed-by: lancea, dholmes
Sat, 06 Apr 2019 21:16:40 +0800 8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
mchung [Sat, 06 Apr 2019 21:16:40 +0800] rev 54446
8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack Reviewed-by: alanb, dholmes, sundar
Sat, 06 Apr 2019 21:05:58 +0800 8220282: Add MethodHandle tests on accessing final fields
mchung [Sat, 06 Apr 2019 21:05:58 +0800] rev 54445
8220282: Add MethodHandle tests on accessing final fields Reviewed-by: lancea
Fri, 05 Apr 2019 15:57:33 -0700 8221871: javadoc should not set role=region on <section> elements
jjg [Fri, 05 Apr 2019 15:57:33 -0700] rev 54444
8221871: javadoc should not set role=region on <section> elements Reviewed-by: hannesw
Fri, 05 Apr 2019 11:28:23 -0700 8221882: Use fiber-friendly java.util.concurrent.locks in JSSE
xuelei [Fri, 05 Apr 2019 11:28:23 -0700] rev 54443
8221882: Use fiber-friendly java.util.concurrent.locks in JSSE Reviewed-by: alanb, dfuchs
Fri, 05 Apr 2019 11:17:09 -0700 8221997: fix headings in jdk.javadoc
jjg [Fri, 05 Apr 2019 11:17:09 -0700] rev 54442
8221997: fix headings in jdk.javadoc Reviewed-by: hannesw
Fri, 05 Apr 2019 08:37:33 -0700 8221597: A typo in the Java API doc for File.getUsableSpace()
bpb [Fri, 05 Apr 2019 08:37:33 -0700] rev 54441
8221597: A typo in the Java API doc for File.getUsableSpace() Reviewed-by: lancea, darcy
Fri, 05 Apr 2019 09:53:07 -0400 8219993: AArch64: Compiled CI stubs are unsafely modified
aph [Fri, 05 Apr 2019 09:53:07 -0400] rev 54440
8219993: AArch64: Compiled CI stubs are unsafely modified Reviewed-by: adinn
Fri, 05 Apr 2019 10:01:09 +0100 8221477: Inject os/cpu-specific constants into Unsafe from JVM
adinn [Fri, 05 Apr 2019 10:01:09 +0100] rev 54439
8221477: Inject os/cpu-specific constants into Unsafe from JVM Summary: Initialize Unsafe os/cpu-specific constants using injection instead of native callouts Reviewed-by: stuefe, coleenp, dholmes, plevart
Fri, 05 Apr 2019 07:10:07 -0400 8203364: Some serviceability/sa/ tests intermittently fail with java.io.IOException: LingeredApp terminated with non-zero exit code 3
gadams [Fri, 05 Apr 2019 07:10:07 -0400] rev 54438
8203364: Some serviceability/sa/ tests intermittently fail with java.io.IOException: LingeredApp terminated with non-zero exit code 3 Reviewed-by: cjplummer, jcbeyler
Wed, 27 Mar 2019 14:13:34 +0100 8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends
stuefe [Wed, 27 Mar 2019 14:13:34 +0100] rev 54437
8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends Reviewed-by: adinn, coleenp, mdoerr
Fri, 05 Apr 2019 09:18:18 +0200 8221833: Readability check in Symbol::is_valid not performed for some addresses
mdoerr [Fri, 05 Apr 2019 09:18:18 +0200] rev 54436
8221833: Readability check in Symbol::is_valid not performed for some addresses Reviewed-by: zgu, coleenp
Fri, 05 Apr 2019 09:06:19 +0200 8221918: runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found
shade [Fri, 05 Apr 2019 09:06:19 +0200] rev 54435
8221918: runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found Reviewed-by: jiangli, dholmes
Tue, 02 Apr 2019 13:54:00 +0200 8218547: Simplify JLI_Open on Windows in native code (libjli)
mbaesken [Tue, 02 Apr 2019 13:54:00 +0200] rev 54434
8218547: Simplify JLI_Open on Windows in native code (libjli) Reviewed-by: alanb, clanger
Fri, 05 Apr 2019 07:59:13 +0200 8219918: ProblemList hotspot tests failing in SAP testing.
goetz [Fri, 05 Apr 2019 07:59:13 +0200] rev 54433
8219918: ProblemList hotspot tests failing in SAP testing. Reviewed-by: dholmes
Thu, 04 Apr 2019 09:39:44 +0200 8221470: Print methods in exception messages in java-like Syntax.
goetz [Thu, 04 Apr 2019 09:39:44 +0200] rev 54432
8221470: Print methods in exception messages in java-like Syntax. Reviewed-by: dholmes, mdoerr, coleenp
Thu, 04 Apr 2019 17:23:05 -0400 8221992: Fix old method replacement in ResolvedMethodTable
coleenp [Thu, 04 Apr 2019 17:23:05 -0400] rev 54431
8221992: Fix old method replacement in ResolvedMethodTable Summary: Use method get_new_method() which is used in other call sites. Reviewed-by: sspitsyn
Thu, 04 Apr 2019 14:19:29 -0700 8163326: Update the default enabled cipher suites preference
xuelei [Thu, 04 Apr 2019 14:19:29 -0700] rev 54430
8163326: Update the default enabled cipher suites preference Reviewed-by: mullan
Thu, 04 Apr 2019 23:21:52 +0200 8221921: Implement size() / isEmpty() in immutable collections
redestad [Thu, 04 Apr 2019 23:21:52 +0200] rev 54429
8221921: Implement size() / isEmpty() in immutable collections Reviewed-by: smarks
Thu, 04 Apr 2019 23:21:24 +0200 8221981: Simplify Map/List/Set.of() implementation
redestad [Thu, 04 Apr 2019 23:21:24 +0200] rev 54428
8221981: Simplify Map/List/Set.of() implementation Reviewed-by: smarks
Thu, 04 Apr 2019 23:19:26 +0200 8221980: Simplify Optional implementation
redestad [Thu, 04 Apr 2019 23:19:26 +0200] rev 54427
8221980: Simplify Optional implementation Reviewed-by: smarks, clanger
Thu, 04 Apr 2019 13:56:04 -0700 8221996: Bootcycle build broken
erikj [Thu, 04 Apr 2019 13:56:04 -0700] rev 54426
8221996: Bootcycle build broken Reviewed-by: tbell
Thu, 04 Apr 2019 21:29:46 +0200 8221848: Shenandoah: ArrayCopy post-barrier improvements
rkennke [Thu, 04 Apr 2019 21:29:46 +0200] rev 54425
8221848: Shenandoah: ArrayCopy post-barrier improvements Reviewed-by: zgu
Thu, 04 Apr 2019 12:29:43 -0700 8221710: [TESTBUG] more configurable parameters for docker testing
mseledtsov [Thu, 04 Apr 2019 12:29:43 -0700] rev 54424
8221710: [TESTBUG] more configurable parameters for docker testing Summary: Introduced docker test config properties Reviewed-by: lmesnik, iignatyev, egahlin
Tue, 02 Apr 2019 23:00:22 +0200 8221766: Load-reference barriers for Shenandoah
rkennke [Tue, 02 Apr 2019 23:00:22 +0200] rev 54423
8221766: Load-reference barriers for Shenandoah Reviewed-by: kvn, erikj, aph, shade
Thu, 04 Apr 2019 07:43:44 -0700 8217728: Speed up incremental rerun of "make hotspot"
erikj [Thu, 04 Apr 2019 07:43:44 -0700] rev 54422
8217728: Speed up incremental rerun of "make hotspot" Reviewed-by: tbell
Thu, 04 Apr 2019 20:22:16 +0800 8219861: Add new keytool -showinfo -tls command for displaying TLS configuration information
weijun [Thu, 04 Apr 2019 20:22:16 +0800] rev 54421
8219861: Add new keytool -showinfo -tls command for displaying TLS configuration information Reviewed-by: mullan
Tue, 26 Mar 2019 01:46:06 -0700 8221325: Add information about swap space to print_memory_info() on MacOS
rschmelter [Tue, 26 Mar 2019 01:46:06 -0700] rev 54420
8221325: Add information about swap space to print_memory_info() on MacOS Reviewed-by: stuefe, dholmes
Wed, 03 Apr 2019 20:39:19 -0400 8221872: Remove uses of ClassLoaderWeakHandle typedef in protection domain table
coleenp [Wed, 03 Apr 2019 20:39:19 -0400] rev 54419
8221872: Remove uses of ClassLoaderWeakHandle typedef in protection domain table Summary: Make consistent with StringTable and ResolvedMethodTable Reviewed-by: dholmes
Thu, 04 Apr 2019 01:46:14 +0200 Added tag jdk-13+15 for changeset f855ec13aa25
jwilhelm [Thu, 04 Apr 2019 01:46:14 +0200] rev 54418
Added tag jdk-13+15 for changeset f855ec13aa25
Wed, 03 Apr 2019 16:23:22 -0700 8217610: TLSv1.3 fail with ClassException when EC keys are stored in PKCS11
xuelei [Wed, 03 Apr 2019 16:23:22 -0700] rev 54417
8217610: TLSv1.3 fail with ClassException when EC keys are stored in PKCS11 Reviewed-by: valeriep
Wed, 03 Apr 2019 22:03:39 +0000 8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5"
dholmes [Wed, 03 Apr 2019 22:03:39 +0000] rev 54416
8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5" Reviewed-by: dcubed, stuefe
Wed, 03 Apr 2019 12:52:37 -0700 8221764: Reduce make Init.gmk logging overhead
erikj [Wed, 03 Apr 2019 12:52:37 -0700] rev 54415
8221764: Reduce make Init.gmk logging overhead Reviewed-by: tbell
Wed, 27 Mar 2019 22:25:03 +0100 8220664: Simplify ShenandoahUpdateHeapRefsClosure jdk-13+15
rkennke [Wed, 27 Mar 2019 22:25:03 +0100] rev 54414
8220664: Simplify ShenandoahUpdateHeapRefsClosure Reviewed-by: shade
Wed, 03 Apr 2019 11:30:23 -0400 8216539: tools/jar/modularJar/Basic.java times out
lancea [Wed, 03 Apr 2019 11:30:23 -0400] rev 54413
8216539: tools/jar/modularJar/Basic.java times out Reviewed-by: mchung, alanb, bchristi, bpb
Wed, 03 Apr 2019 17:06:35 +0200 8221701: Archive constant BaseLocales
redestad [Wed, 03 Apr 2019 17:06:35 +0200] rev 54412
8221701: Archive constant BaseLocales Reviewed-by: naoto
Wed, 03 Apr 2019 16:55:41 +0200 8221482: Initialize VMRegImpl::regName[] earlier to prevent assert during PrintStubCode
lucy [Wed, 03 Apr 2019 16:55:41 +0200] rev 54411
8221482: Initialize VMRegImpl::regName[] earlier to prevent assert during PrintStubCode Reviewed-by: kvn
Wed, 03 Apr 2019 13:30:05 +0530 Merge
psadhukhan [Wed, 03 Apr 2019 13:30:05 +0530] rev 54410
Merge
Tue, 02 Apr 2019 10:57:57 +0530 Merge
psadhukhan [Tue, 02 Apr 2019 10:57:57 +0530] rev 54409
Merge
Tue, 02 Apr 2019 10:55:20 +0530 8221731: Fix doclint handling of accessibility heading in java.desktop
psadhukhan [Tue, 02 Apr 2019 10:55:20 +0530] rev 54408
8221731: Fix doclint handling of accessibility heading in java.desktop Reviewed-by: erikj
Sun, 31 Mar 2019 16:57:21 -0700 8220495: Update GIFlib library to the 5.1.8
serb [Sun, 31 Mar 2019 16:57:21 -0700] rev 54407
8220495: Update GIFlib library to the 5.1.8 Reviewed-by: prr
Fri, 29 Mar 2019 23:14:37 -0700 8221436: Incorrect check of package in Line.Info.toString()
serb [Fri, 29 Mar 2019 23:14:37 -0700] rev 54406
8221436: Incorrect check of package in Line.Info.toString() Reviewed-by: prr
Fri, 29 Mar 2019 17:46:59 -0700 8220320: Remove unused old code in GraphicsEnvironment on unix
serb [Fri, 29 Mar 2019 17:46:59 -0700] rev 54405
8220320: Remove unused old code in GraphicsEnvironment on unix Reviewed-by: prr
Fri, 29 Mar 2019 16:09:47 -0700 8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color
serb [Fri, 29 Mar 2019 16:09:47 -0700] rev 54404
8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color Reviewed-by: prr
Wed, 27 Mar 2019 13:14:55 +0300 8221244: Unexpected behavior of PropertyDescription.getReadMethod for boolean properties
dcherepanov [Wed, 27 Mar 2019 13:14:55 +0300] rev 54403
8221244: Unexpected behavior of PropertyDescription.getReadMethod for boolean properties Reviewed-by: serb
Fri, 29 Mar 2019 10:11:01 +0530 8212904: JTextArea line wrapping incorrect when using UI scale
psadhukhan [Fri, 29 Mar 2019 10:11:01 +0530] rev 54402
8212904: JTextArea line wrapping incorrect when using UI scale Reviewed-by: serb, prr
Thu, 28 Mar 2019 18:51:52 +0000 8217707: JNICALL declaration breaks Splash screen functions
aivanov [Thu, 28 Mar 2019 18:51:52 +0000] rev 54401
8217707: JNICALL declaration breaks Splash screen functions Reviewed-by: prr, stuefe
Thu, 28 Mar 2019 14:52:41 +0000 8221412: lookupPrintServices() does not always update the list of Windows remote printers
aivanov [Thu, 28 Mar 2019 14:52:41 +0000] rev 54400
8221412: lookupPrintServices() does not always update the list of Windows remote printers Reviewed-by: prr, serb
Thu, 28 Mar 2019 13:49:27 +0530 8221411: NullPointerException in RasterPrinterJob without PrinterResolution
psadhukhan [Thu, 28 Mar 2019 13:49:27 +0530] rev 54399
8221411: NullPointerException in RasterPrinterJob without PrinterResolution Reviewed-by: prr
Thu, 28 Mar 2019 13:47:10 +0530 8217735: awt_image_GifImageDecoder_parseImage() "interlace" param has the wrong type
psadhukhan [Thu, 28 Mar 2019 13:47:10 +0530] rev 54398
8217735: awt_image_GifImageDecoder_parseImage() "interlace" param has the wrong type Reviewed-by: psadhukhan, jdv Contributed-by: andrew_m_leonard@uk.ibm.com
Wed, 27 Mar 2019 12:27:56 +0530 8220250: fix headings in java.desktop
psadhukhan [Wed, 27 Mar 2019 12:27:56 +0530] rev 54397
8220250: fix headings in java.desktop Reviewed-by: aivanov, jjg, serb
Wed, 27 Mar 2019 12:24:28 +0530 8216971: [macosx swing] For JCheckBoxMenuItem actionPerformed() is called twice, when apple.laf.useScreenMenuBar=true and modifier is InputEvent.META_DOWN_MASK
mhalder [Wed, 27 Mar 2019 12:24:28 +0530] rev 54396
8216971: [macosx swing] For JCheckBoxMenuItem actionPerformed() is called twice, when apple.laf.useScreenMenuBar=true and modifier is InputEvent.META_DOWN_MASK Reviewed-by: psadhukhan, kaddepalli
Tue, 26 Mar 2019 16:53:01 +0100 8221405: Fix Windows 32bit awt build
stuefe [Tue, 26 Mar 2019 16:53:01 +0100] rev 54395
8221405: Fix Windows 32bit awt build Reviewed-by: clanger, aivanov
Fri, 22 Mar 2019 12:44:47 -0700 8177960: Deprecate the Swing Motif Look and Feel and document it as unsupported on macOS
serb [Fri, 22 Mar 2019 12:44:47 -0700] rev 54394
8177960: Deprecate the Swing Motif Look and Feel and document it as unsupported on macOS Reviewed-by: psadhukhan, prr
Fri, 22 Mar 2019 14:39:16 +0530 Merge
psadhukhan [Fri, 22 Mar 2019 14:39:16 +0530] rev 54393
Merge
Thu, 21 Mar 2019 21:37:09 -0700 8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java
prr [Thu, 21 Mar 2019 21:37:09 -0700] rev 54392
8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java Reviewed-by: serb
Wed, 03 Apr 2019 13:24:12 +0800 8178335: fake pass: jdk/internal/ref/Cleaner/ExitOnThrow.java
amlu [Wed, 03 Apr 2019 13:24:12 +0800] rev 54391
8178335: fake pass: jdk/internal/ref/Cleaner/ExitOnThrow.java Reviewed-by: mchung
Tue, 02 Apr 2019 17:27:48 -0700 8220792: Performance bottleneck in JavacFileManager.list()
ronsh [Tue, 02 Apr 2019 17:27:48 -0700] rev 54390
8220792: Performance bottleneck in JavacFileManager.list() Reviewed-by: jjg
Tue, 02 Apr 2019 17:11:04 -0700 8221437: assert(java_lang_invoke_ResolvedMethodName::vmtarget(resolved_method()) == m()) failed: Should not change after link resolution
lmesnik [Tue, 02 Apr 2019 17:11:04 -0700] rev 54389
8221437: assert(java_lang_invoke_ResolvedMethodName::vmtarget(resolved_method()) == m()) failed: Should not change after link resolution Reviewed-by: coleenp, sspitsyn
Thu, 14 Mar 2019 09:53:15 -0400 8220602: Shenandoah-SA: Enable best-effort implementation of heap walk
zgu [Thu, 14 Mar 2019 09:53:15 -0400] rev 54388
8220602: Shenandoah-SA: Enable best-effort implementation of heap walk Reviewed-by: rkennke, cjplummer
Tue, 02 Apr 2019 16:36:00 -0400 8221875: Unquarantine Shenandoah string dedup tests
zgu [Tue, 02 Apr 2019 16:36:00 -0400] rev 54387
8221875: Unquarantine Shenandoah string dedup tests Reviewed-by: rkennke
Tue, 02 Apr 2019 13:39:22 -0700 8221870: use driver to run CtwRunner in applications/ctw tests
iignatyev [Tue, 02 Apr 2019 13:39:22 -0700] rev 54386
8221870: use driver to run CtwRunner in applications/ctw tests Reviewed-by: shade, epavlova
Tue, 02 Apr 2019 13:08:38 -0400 8221102: Allow GC threads to participate in threads claiming protocol
kbarrett [Tue, 02 Apr 2019 13:08:38 -0400] rev 54385
8221102: Allow GC threads to participate in threads claiming protocol Summary: Expand claim counter from 1bit to uintx, with rare overflow handling. Reviewed-by: tschatzl, rkennke
Tue, 02 Apr 2019 09:45:52 -0700 8221782: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.jdk.vm.ci.services
kvn [Tue, 02 Apr 2019 09:45:52 -0700] rev 54384
8221782: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.jdk.vm.ci.services Reviewed-by: dlong, alanb, mullan
Tue, 02 Apr 2019 18:13:42 +0200 8221751: Shenandoah: Improve SATB enqueueing
rkennke [Tue, 02 Apr 2019 18:13:42 +0200] rev 54383
8221751: Shenandoah: Improve SATB enqueueing Reviewed-by: shade
Tue, 02 Apr 2019 08:19:36 -0700 8221762: Improve Main.gmk/FindTests.gmk bootstrap time
erikj [Tue, 02 Apr 2019 08:19:36 -0700] rev 54382
8221762: Improve Main.gmk/FindTests.gmk bootstrap time Reviewed-by: tbell
Tue, 02 Apr 2019 17:10:09 +0200 8221824: Build failure with MSVS 2013 after JDK-8218418
shade [Tue, 02 Apr 2019 17:10:09 +0200] rev 54381
8221824: Build failure with MSVS 2013 after JDK-8218418 Reviewed-by: stuefe, alanb
Tue, 24 Oct 2017 10:41:45 +0200 8189861: Refactor CacheFind
erikj [Tue, 24 Oct 2017 10:41:45 +0200] rev 54380
8189861: Refactor CacheFind Reviewed-by: tbell
Tue, 02 Apr 2019 11:37:11 +0200 8221724: Enable archiving of Strings with hash 0
redestad [Tue, 02 Apr 2019 11:37:11 +0200] rev 54379
8221724: Enable archiving of Strings with hash 0 Reviewed-by: jiangli, iklam
Tue, 02 Apr 2019 11:24:40 +0200 8221723: Avoid storing zero to String.hash
redestad [Tue, 02 Apr 2019 11:24:40 +0200] rev 54378
8221723: Avoid storing zero to String.hash Reviewed-by: shade, prappo, jiangli
Tue, 02 Apr 2019 10:04:35 +0200 8221748: Remove unused oopDesc::is_unlocked_oop()
pliden [Tue, 02 Apr 2019 10:04:35 +0200] rev 54377
8221748: Remove unused oopDesc::is_unlocked_oop() Reviewed-by: kbarrett
Tue, 02 Apr 2019 10:04:25 +0200 8221732: Introduce CollectedHeap::hash_oop()
pliden [Tue, 02 Apr 2019 10:04:25 +0200] rev 54376
8221732: Introduce CollectedHeap::hash_oop() Reviewed-by: kbarrett, tschatzl, stefank
Tue, 02 Apr 2019 10:04:25 +0200 8221648: Remove CollectedHeap::is_in_closed_subset()
pliden [Tue, 02 Apr 2019 10:04:25 +0200] rev 54375
8221648: Remove CollectedHeap::is_in_closed_subset() Reviewed-by: kbarrett, tschatzl
Wed, 27 Mar 2019 10:25:12 +0100 8221541: clean up functions in CompilerOracle
mbaesken [Wed, 27 Mar 2019 10:25:12 +0100] rev 54374
8221541: clean up functions in CompilerOracle Reviewed-by: mdoerr, kvn
Tue, 02 Apr 2019 11:05:08 +0800 8221801: Update src/java.base/share/legal/public_suffix.md
weijun [Tue, 02 Apr 2019 11:05:08 +0800] rev 54373
8221801: Update src/java.base/share/legal/public_suffix.md Reviewed-by: xuelei
Tue, 02 Apr 2019 10:17:30 +0800 8157404: Unable to read certain PKCS12 keystores from SequenceInputStream
weijun [Tue, 02 Apr 2019 10:17:30 +0800] rev 54372
8157404: Unable to read certain PKCS12 keystores from SequenceInputStream Reviewed-by: xuelei
Tue, 02 Apr 2019 00:23:31 +0800 8221763: Build fails when using --with-jvm-features=-g1gc,-jfr,-shenandoahgc
aoqi [Tue, 02 Apr 2019 00:23:31 +0800] rev 54371
8221763: Build fails when using --with-jvm-features=-g1gc,-jfr,-shenandoahgc Summary: Add missing #include of softRefPolicy.hpp Reviewed-by: kbarrett
Mon, 01 Apr 2019 16:50:17 -0700 8168261: Use server cipher suites preference by default
xuelei [Mon, 01 Apr 2019 16:50:17 -0700] rev 54370
8168261: Use server cipher suites preference by default Reviewed-by: mullan
Mon, 01 Apr 2019 15:59:45 -0700 8218418: (fs) Files.createSymbolicLink should use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE (win)
bpb [Mon, 01 Apr 2019 15:59:45 -0700] rev 54369
8218418: (fs) Files.createSymbolicLink should use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE (win) Reviewed-by: alanb
Mon, 01 Apr 2019 14:54:48 -0700 8221517: G1: Reserved page size for heap can be wrong
sangheki [Mon, 01 Apr 2019 14:54:48 -0700] rev 54368
8221517: G1: Reserved page size for heap can be wrong Reviewed-by: tschatzl, kbarrett
Mon, 01 Apr 2019 14:34:24 -0700 8212627: [TESTBUG] runtime/CreateMirror/ArraysNewInstanceBug.java timed out
ctornqvi [Mon, 01 Apr 2019 14:34:24 -0700] rev 54367
8212627: [TESTBUG] runtime/CreateMirror/ArraysNewInstanceBug.java timed out Reviewed-by: coleenp, dcubed, hseigel
Mon, 01 Apr 2019 17:11:38 -0400 8220671: Initialization race for non-JavaThread PtrQueues
kbarrett [Mon, 01 Apr 2019 17:11:38 -0400] rev 54366
8220671: Initialization race for non-JavaThread PtrQueues Summary: Include on_thread_(attach|detach) under NJTList_lock. Reviewed-by: pliden, rkennke
Mon, 01 Apr 2019 11:02:40 -0700 8221703: Rmic build for java.management.api has bad incremental behavior
erikj [Mon, 01 Apr 2019 11:02:40 -0700] rev 54365
8221703: Rmic build for java.management.api has bad incremental behavior Reviewed-by: tbell
Mon, 01 Apr 2019 18:36:12 +0200 8221558: Remove obsolete uses of OopStorage::ParState<'false, false> _par_state
stefank [Mon, 01 Apr 2019 18:36:12 +0200] rev 54364
8221558: Remove obsolete uses of OopStorage::ParState<'false, false> _par_state Reviewed-by: pliden, tschatzl
Mon, 01 Apr 2019 18:36:01 +0200 8221149: os::malloc checks MallocCatchPtr outside of ifdef ASSERT block
stefank [Mon, 01 Apr 2019 18:36:01 +0200] rev 54363
8221149: os::malloc checks MallocCatchPtr outside of ifdef ASSERT block Reviewed-by: stuefe, dholmes
Mon, 01 Apr 2019 18:34:47 +0200 8221146: ZGC: Reports too much relocated
stefank [Mon, 01 Apr 2019 18:34:47 +0200] rev 54362
8221146: ZGC: Reports too much relocated Reviewed-by: pliden, eosterlund
Mon, 01 Apr 2019 18:34:39 +0200 8220610: Make CollectedHeap nmethod functions pure virtual
stefank [Mon, 01 Apr 2019 18:34:39 +0200] rev 54361
8220610: Make CollectedHeap nmethod functions pure virtual Reviewed-by: shade
Mon, 01 Apr 2019 08:21:45 -0700 8174268: Declare a public field in JapaneseEra for the era starting May 2019
naoto [Mon, 01 Apr 2019 08:21:45 -0700] rev 54360
8174268: Declare a public field in JapaneseEra for the era starting May 2019 Reviewed-by: rriggs, chegar
Mon, 01 Apr 2019 08:19:21 -0700 8205432: Replace the placeholder Japanese era name
naoto [Mon, 01 Apr 2019 08:19:21 -0700] rev 54359
8205432: Replace the placeholder Japanese era name Reviewed-by: rriggs, chegar
Mon, 01 Apr 2019 16:51:09 +0200 8221366: Search box tries to search for "Search"
hannesw [Mon, 01 Apr 2019 16:51:09 +0200] rev 54358
8221366: Search box tries to search for "Search" Reviewed-by: jjg
Mon, 01 Apr 2019 16:49:34 +0200 8219733: Restore javadoc header styles
hannesw [Mon, 01 Apr 2019 16:49:34 +0200] rev 54357
8219733: Restore javadoc header styles Reviewed-by: jjg
Mon, 01 Apr 2019 16:30:23 +0200 8221750: Shenandoah: Enable ThreadLocalHandshake by default
rkennke [Mon, 01 Apr 2019 16:30:23 +0200] rev 54356
8221750: Shenandoah: Enable ThreadLocalHandshake by default Reviewed-by: shade
Mon, 01 Apr 2019 09:53:30 -0400 8221183: Avoid code cache walk in MetadataOnStackMark
coleenp [Mon, 01 Apr 2019 09:53:30 -0400] rev 54355
8221183: Avoid code cache walk in MetadataOnStackMark Summary: Note nmethods with "old" Methods in them in table to walk instead. Reviewed-by: eosterlund, sspitsyn
Mon, 01 Apr 2019 07:34:56 -0400 8221694: jstatLineCounts1 needs to be NaN resilient
gadams [Mon, 01 Apr 2019 07:34:56 -0400] rev 54354
8221694: jstatLineCounts1 needs to be NaN resilient Reviewed-by: cjplummer, jcbeyler
Mon, 01 Apr 2019 13:33:58 +0200 8221735: Shenandoah fails ctw/modules/jdk_management_agent.java with Traversal
shade [Mon, 01 Apr 2019 13:33:58 +0200] rev 54353
8221735: Shenandoah fails ctw/modules/jdk_management_agent.java with Traversal Reviewed-by: rkennke, roland
Mon, 01 Apr 2019 10:04:22 +0200 8221726: Multiple build failures after JDK-8221698 (Remove redundant includes from popular header files)
shade [Mon, 01 Apr 2019 10:04:22 +0200] rev 54352
8221726: Multiple build failures after JDK-8221698 (Remove redundant includes from popular header files) Reviewed-by: dholmes, stuefe, iklam
Mon, 01 Apr 2019 10:02:07 +0200 8221725: AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot)
shade [Mon, 01 Apr 2019 10:02:07 +0200] rev 54351
8221725: AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot) Reviewed-by: dholmes, stuefe
Mon, 01 Apr 2019 12:44:23 +0530 8215599: Remove support for javadoc "frames" mode
pmuthuswamy [Mon, 01 Apr 2019 12:44:23 +0530] rev 54350
8215599: Remove support for javadoc "frames" mode Reviewed-by: jjg
Fri, 29 Mar 2019 09:31:44 +0000 8220707: [TESTBUG] serviceability/sa/TestHeapDumpForLargeArray.java fails with jtreg -vmoption:-Xmx < 8g
ngasson [Fri, 29 Mar 2019 09:31:44 +0000] rev 54349
8220707: [TESTBUG] serviceability/sa/TestHeapDumpForLargeArray.java fails with jtreg -vmoption:-Xmx < 8g Reviewed-by: clanger, sballal, jcbeyler
Sat, 30 Mar 2019 21:29:37 +0100 8221610: Resurrect (legacy) JRE bundle target
clanger [Sat, 30 Mar 2019 21:29:37 +0100] rev 54348
8221610: Resurrect (legacy) JRE bundle target Reviewed-by: erikj, azeller
Sat, 30 Mar 2019 08:26:20 -0700 8221698: Remove redundant includes from popular header files
iklam [Sat, 30 Mar 2019 08:26:20 -0700] rev 54347
8221698: Remove redundant includes from popular header files Summary: Removed histogram.hpp classLoader.hpp utf8.hpp moduleEntry.hpp packageEntry.hpp Reviewed-by: coleenp, stuefe
Sat, 30 Mar 2019 16:32:23 +0800 8221257: Improve serial number generation mechanism for keytool -gencert
weijun [Sat, 30 Mar 2019 16:32:23 +0800] rev 54346
8221257: Improve serial number generation mechanism for keytool -gencert Reviewed-by: xuelei, mullan
Fri, 29 Mar 2019 18:25:39 -0700 8221596: test/hotspot/jtreg/runtime/containers/docker/TestCPUSets.java failed with FileAlreadyExistsException
mseledtsov [Fri, 29 Mar 2019 18:25:39 -0700] rev 54345
8221596: test/hotspot/jtreg/runtime/containers/docker/TestCPUSets.java failed with FileAlreadyExistsException Summary: Using StandardCopyOption.REPLACE_EXISTING to copy whitebox.jar Reviewed-by: dholmes, mseledtsov Contributed-by: jiefu <fujie@loongson.cn>
Thu, 28 Mar 2019 13:53:41 -0400 8221629: Shenandoah: Cleanup class unloading logic
zgu [Thu, 28 Mar 2019 13:53:41 -0400] rev 54344
8221629: Shenandoah: Cleanup class unloading logic Reviewed-by: rkennke
Fri, 29 Mar 2019 14:17:09 -0400 8221643: Tighten up assert(_keep_alive >= 0) in CLD::inc_keep_alive
zgu [Fri, 29 Mar 2019 14:17:09 -0400] rev 54343
8221643: Tighten up assert(_keep_alive >= 0) in CLD::inc_keep_alive Reviewed-by: coleenp
Fri, 29 Mar 2019 18:00:31 +0000 8220254: fix headings in java.xml
joehw [Fri, 29 Mar 2019 18:00:31 +0000] rev 54342
8220254: fix headings in java.xml Reviewed-by: lancea
Tue, 26 Mar 2019 16:26:33 +0100 8221480: jcmd VM.metaspace shall print limits in basic mode
stuefe [Tue, 26 Mar 2019 16:26:33 +0100] rev 54341
8221480: jcmd VM.metaspace shall print limits in basic mode Reviewed-by: adinn, rehn
Fri, 29 Mar 2019 08:42:32 -0700 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam [Fri, 29 Mar 2019 08:42:32 -0700] rev 54340
8221351: Crash in KlassFactory::check_shared_class_file_load_hook Reviewed-by: dholmes, ccheung
Fri, 29 Mar 2019 07:38:34 -0700 8221118: Avoid eagerly creating JCDiagnostic for CompletionFailures
ronsh [Fri, 29 Mar 2019 07:38:34 -0700] rev 54339
8221118: Avoid eagerly creating JCDiagnostic for CompletionFailures Reviewed-by: jjg, mcimadamore, forax
Tue, 26 Mar 2019 12:12:49 -0400 8221435: Shenandoah should not mark through weak roots
zgu [Tue, 26 Mar 2019 12:12:49 -0400] rev 54338
8221435: Shenandoah should not mark through weak roots Reviewed-by: rkennke, shade
Fri, 29 Mar 2019 15:59:28 +0100 8221687: Deprecated j.u.jar.Attributes.Name attributes accidentally set to null
redestad [Fri, 29 Mar 2019 15:59:28 +0100] rev 54337
8221687: Deprecated j.u.jar.Attributes.Name attributes accidentally set to null Reviewed-by: alanb
Fri, 29 Mar 2019 10:21:18 -0400 8221688: Quarantine Shenandoah string dedup tests
zgu [Fri, 29 Mar 2019 10:21:18 -0400] rev 54336
8221688: Quarantine Shenandoah string dedup tests Reviewed-by: rkennke
Fri, 29 Mar 2019 08:36:33 +0100 8221408: Windows 32bit build build errors/warnings in hotspot
stuefe [Fri, 29 Mar 2019 08:36:33 +0100] rev 54335
8221408: Windows 32bit build build errors/warnings in hotspot Reviewed-by: kbarrett, dholmes
Thu, 28 Mar 2019 20:45:40 -0700 8221621: FindTests.gmk cannot handle "=" in TEST.groups comments
iklam [Thu, 28 Mar 2019 20:45:40 -0700] rev 54334
8221621: FindTests.gmk cannot handle "=" in TEST.groups comments Reviewed-by: erikj, dholmes
Fri, 29 Mar 2019 00:39:49 +0000 8220016: Clean up redundant RSA services in the SunJSSE provider
valeriep [Fri, 29 Mar 2019 00:39:49 +0000] rev 54333
8220016: Clean up redundant RSA services in the SunJSSE provider Summary: Removed duplicated RSA signature/KF/KPG support in SunJSSE Reviewed-by: xuelei
Tue, 26 Mar 2019 16:09:33 -0700 8220632: Suggest recompiling with a larger value of -Xmaxerrs/-Xmaxwarns if diagnostics were suppressed
cushon [Tue, 26 Mar 2019 16:09:33 -0700] rev 54332
8220632: Suggest recompiling with a larger value of -Xmaxerrs/-Xmaxwarns if diagnostics were suppressed Reviewed-by: jjg
Thu, 28 Mar 2019 19:43:59 +0100 8221153: ZGC: Heap iteration and verification pollutes GC statistics
pliden [Thu, 28 Mar 2019 19:43:59 +0100] rev 54331
8221153: ZGC: Heap iteration and verification pollutes GC statistics Reviewed-by: stefank, eosterlund
Thu, 28 Mar 2019 19:43:59 +0100 8221540: ZGC: Reduce width of zForwardingEntry::from_index field
pliden [Thu, 28 Mar 2019 19:43:59 +0100] rev 54330
8221540: ZGC: Reduce width of zForwardingEntry::from_index field Reviewed-by: stefank, eosterlund
Thu, 28 Mar 2019 19:43:59 +0100 8221394: Clean up ConcurrentGCThread
pliden [Thu, 28 Mar 2019 19:43:59 +0100] rev 54329
8221394: Clean up ConcurrentGCThread Reviewed-by: kbarrett, eosterlund
Thu, 28 Mar 2019 19:39:14 +0100 8221341: Update Graal
jwilhelm [Thu, 28 Mar 2019 19:39:14 +0100] rev 54328
8221341: Update Graal Reviewed-by: kvn
Thu, 28 Mar 2019 11:06:00 -0700 8157372: C2: Node::cmp() should return bool
jcbeyler [Thu, 28 Mar 2019 11:06:00 -0700] rev 54327
8157372: C2: Node::cmp() should return bool Summary: The method Node::cmp() should return a boolean Reviewed-by: vlivanov, kvn Contributed-by: dthomson@google.com
Thu, 28 Mar 2019 10:04:27 -0700 8205934: Define jdk -source/-target version in version-numbers file
erikj [Thu, 28 Mar 2019 10:04:27 -0700] rev 54326
8205934: Define jdk -source/-target version in version-numbers file Reviewed-by: tbell
Thu, 28 Mar 2019 08:37:05 -0700 8220530: Build compare script does not compare the contents of the test image
erikj [Thu, 28 Mar 2019 08:37:05 -0700] rev 54325
8220530: Build compare script does not compare the contents of the test image Reviewed-by: tbell
Thu, 28 Mar 2019 12:16:36 +0000 8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends
dfuchs [Thu, 28 Mar 2019 12:16:36 +0000] rev 54324
8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends Summary: When a non WebSocket connection is not returned to the pool, it needs to be closed even if HttpConnection::isOpen yields false. Reviewed-by: chegar, michaelm
Thu, 28 Mar 2019 11:08:23 +0100 8220351: Cross-modifying code
rehn [Thu, 28 Mar 2019 11:08:23 +0100] rev 54323
8220351: Cross-modifying code Reviewed-by: rrich, mdoerr, dholmes, eosterlund
Mon, 25 Mar 2019 09:35:40 +0100 8220786: Create new switch to redirect error reporting output to stdout or stderr
stuefe [Mon, 25 Mar 2019 09:35:40 +0100] rev 54322
8220786: Create new switch to redirect error reporting output to stdout or stderr Reviewed-by: dholmes, goetz
Thu, 28 Mar 2019 10:32:05 +0100 8221413: javac does not recognize variable assigned in switch expression as DA
jlahoda [Thu, 28 Mar 2019 10:32:05 +0100] rev 54321
8221413: javac does not recognize variable assigned in switch expression as DA Summary: Fixing definite assignment in presence of implicit throws clause in switch expressions over enums. Reviewed-by: vromero
Thu, 28 Mar 2019 09:15:41 +0100 8221398: Move test NoClassDefFoundMsg.java to subdir exceptionMsgs/
goetz [Thu, 28 Mar 2019 09:15:41 +0100] rev 54320
8221398: Move test NoClassDefFoundMsg.java to subdir exceptionMsgs/ Reviewed-by: coleenp
Thu, 28 Mar 2019 04:30:52 +0000 8221532: Incorrect copyright header in FileSystemSupport_md.c
dtitov [Thu, 28 Mar 2019 04:30:52 +0000] rev 54319
8221532: Incorrect copyright header in FileSystemSupport_md.c Reviewed-by: cjplummer, gadams
Thu, 28 Mar 2019 04:26:36 +0000 8218727: vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/TestDescription.java crash in native library
dtitov [Thu, 28 Mar 2019 04:26:36 +0000] rev 54318
8218727: vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/TestDescription.java crash in native library Reviewed-by: sspitsyn, gadams
Thu, 28 Mar 2019 01:43:11 +0100 Added tag jdk-13+14 for changeset 46cf212cdcca
jwilhelm [Thu, 28 Mar 2019 01:43:11 +0100] rev 54317
Added tag jdk-13+14 for changeset 46cf212cdcca
Wed, 27 Mar 2019 16:35:25 -0700 8221568: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
bpb [Wed, 27 Mar 2019 16:35:25 -0700] rev 54316
8221568: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space" Reviewed-by: shade
Wed, 27 Mar 2019 14:40:36 -0700 8221533: Incorrect copyright header in DurationDayTimeImpl.java, DurationYearMonthImpl.java and XMLStreamException.java
joehw [Wed, 27 Mar 2019 14:40:36 -0700] rev 54315
8221533: Incorrect copyright header in DurationDayTimeImpl.java, DurationYearMonthImpl.java and XMLStreamException.java Reviewed-by: bpb, lancea
Wed, 27 Mar 2019 09:06:43 -0700 8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder jdk-13+14
aeubanks [Wed, 27 Mar 2019 09:06:43 -0700] rev 54314
8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder Reviewed-by: dfuchs, chegar Contributed-by: aeubanks@google.com
Wed, 27 Mar 2019 13:00:57 -0700 8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c
bpb [Wed, 27 Mar 2019 13:00:57 -0700] rev 54313
8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c Reviewed-by: lancea, bchristi
Wed, 27 Mar 2019 19:47:47 +0100 8220528: [AIX] Fix basic Xinerama and Xrender functionality
simonis [Wed, 27 Mar 2019 19:47:47 +0100] rev 54312
8220528: [AIX] Fix basic Xinerama and Xrender functionality Reviewed-by: clanger, stuefe, serb
Wed, 27 Mar 2019 18:30:45 +0100 8221456: nmethod::make_unloaded() clears _method member too early
pliden [Wed, 27 Mar 2019 18:30:45 +0100] rev 54311
8221456: nmethod::make_unloaded() clears _method member too early Reviewed-by: eosterlund, thartmann
Wed, 27 Mar 2019 08:38:05 -0700 8221527: [TESTBUG] DockerBasicTest.java contains hard-coded reference to JDK 10
mseledtsov [Wed, 27 Mar 2019 08:38:05 -0700] rev 54310
8221527: [TESTBUG] DockerBasicTest.java contains hard-coded reference to JDK 10 Summary: Using Docker test library to get the image name Reviewed-by: dholmes
Wed, 27 Mar 2019 07:21:18 -0700 8219196: DataOutputStream.writeUTF may throw unexpected exceptions
bpb [Wed, 27 Mar 2019 07:21:18 -0700] rev 54309
8219196: DataOutputStream.writeUTF may throw unexpected exceptions Reviewed-by: martin, darcy, rriggs Contributed-by: Martin Buchholz <martinrb@google.com>
Wed, 27 Mar 2019 09:29:34 -0400 8059357: ClassVerifier redundantly checks constant pool entries multiple times
hseigel [Wed, 27 Mar 2019 09:29:34 -0400] rev 54308
8059357: ClassVerifier redundantly checks constant pool entries multiple times Summary: Store translated signature verificationTypes in a hashtable where they can be fetched, instead of having to re-translating the signatures Reviewed-by: iklam, coleenp
Wed, 27 Mar 2019 18:33:48 +0530 8219612: compiler.codecache.stress.Helper.TestCaseImpl can't be defined in different runtime package as its nest host
rraghavan [Wed, 27 Mar 2019 18:33:48 +0530] rev 54307
8219612: compiler.codecache.stress.Helper.TestCaseImpl can't be defined in different runtime package as its nest host Summary: Test rewritten to use top level classes rather then nested ones Reviewed-by: iignatyev, kvn, thartmann
Wed, 27 Mar 2019 12:38:29 +0100 8221524: java/util/Base64/TestEncodingDecodingLength.java test should be disabled on 32-bit platforms
shade [Wed, 27 Mar 2019 12:38:29 +0100] rev 54306
8221524: java/util/Base64/TestEncodingDecodingLength.java test should be disabled on 32-bit platforms Reviewed-by: stuefe, alanb
Wed, 27 Mar 2019 11:35:41 +0100 8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms
shade [Wed, 27 Mar 2019 11:35:41 +0100] rev 54305
8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms Reviewed-by: stuefe, bpb
Wed, 27 Mar 2019 11:35:40 +0100 8221400: java/lang/String/StringRepeat.java test requests too much heap
shade [Wed, 27 Mar 2019 11:35:40 +0100] rev 54304
8221400: java/lang/String/StringRepeat.java test requests too much heap Reviewed-by: stuefe, alanb
Wed, 27 Mar 2019 11:35:28 +0100 8220198: Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs
shade [Wed, 27 Mar 2019 11:35:28 +0100] rev 54303
8220198: Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs Reviewed-by: kvn, thartmann
Wed, 27 Mar 2019 10:38:49 +0100 8221537: ZGC: Fix incorrect comment in zNMethod table entry layout
pliden [Wed, 27 Mar 2019 10:38:49 +0100] rev 54302
8221537: ZGC: Fix incorrect comment in zNMethod table entry layout Reviewed-by: stefank
Wed, 27 Mar 2019 10:38:49 +0100 8221392: Reduce ConcurrentGCThreads spinning during start up
pliden [Wed, 27 Mar 2019 10:38:49 +0100] rev 54301
8221392: Reduce ConcurrentGCThreads spinning during start up Reviewed-by: eosterlund, kbarrett
Wed, 27 Mar 2019 10:38:49 +0100 8221396: Clean up serviceability/sa/TestUniverse.java
pliden [Wed, 27 Mar 2019 10:38:49 +0100] rev 54300
8221396: Clean up serviceability/sa/TestUniverse.java Reviewed-by: stefank, jcbeyler
Tue, 26 Mar 2019 16:00:20 +0100 8221479: Fix JFR profiling on s390
ghaug [Tue, 26 Mar 2019 16:00:20 +0100] rev 54299
8221479: Fix JFR profiling on s390 Reviewed-by: mdoerr, clanger
Tue, 26 Mar 2019 15:00:02 -0700 8220687: Add StandardJavaFileManager.getJavaFileObjectsFromPaths overload
cushon [Tue, 26 Mar 2019 15:00:02 -0700] rev 54298
8220687: Add StandardJavaFileManager.getJavaFileObjectsFromPaths overload Reviewed-by: jjg
Tue, 26 Mar 2019 11:34:40 -0700 8217347: [TESTBUG] runtime/appcds/jvmti/InstrumentationTest.java timed out
iklam [Tue, 26 Mar 2019 11:34:40 -0700] rev 54297
8217347: [TESTBUG] runtime/appcds/jvmti/InstrumentationTest.java timed out Summary: Avoid using VirtualMachine.list(). Use Process.pid() instead. Reviewed-by: dholmes
Tue, 26 Mar 2019 15:36:19 -0700 8220633: Optimize CacheFSInfo
cushon [Tue, 26 Mar 2019 15:36:19 -0700] rev 54296
8220633: Optimize CacheFSInfo Reviewed-by: jjg
Tue, 26 Mar 2019 15:53:36 -0700 8216558: Lookup.unreflectSetter(Field) fails to throw IllegalAccessException for final fields
afarley [Tue, 26 Mar 2019 15:53:36 -0700] rev 54295
8216558: Lookup.unreflectSetter(Field) fails to throw IllegalAccessException for final fields Reviewed-by: mchung
Tue, 26 Mar 2019 14:43:23 -0700 8221513: Add vmTestbase/nsk/jdb/eval/eval001/eval001.java to ProblemList.txt
sspitsyn [Tue, 26 Mar 2019 14:43:23 -0700] rev 54294
8221513: Add vmTestbase/nsk/jdb/eval/eval001/eval001.java to ProblemList.txt Summary: Add test to the ProblemList.txt Reviewed-by: dcubed
Tue, 26 Mar 2019 13:25:26 -0700 8221342: [TESTBUG] Generate Dockerfile for docker testing
mseledtsov [Tue, 26 Mar 2019 13:25:26 -0700] rev 54293
8221342: [TESTBUG] Generate Dockerfile for docker testing Summary: Dockerfile is generated; introduced properties to specify custom base image Reviewed-by: sgehwolf, dholmes, jiefu
Tue, 26 Mar 2019 15:50:34 -0400 8204552: NMT: Separate thread stack tracking from virtual memory tracking
zgu [Tue, 26 Mar 2019 15:50:34 -0400] rev 54292
8204552: NMT: Separate thread stack tracking from virtual memory tracking Reviewed-by: stuefe, minqi
Tue, 26 Mar 2019 15:27:41 -0400 8221350: more monitor logging updates from Async Monitor Deflation project
dcubed [Tue, 26 Mar 2019 15:27:41 -0400] rev 54291
8221350: more monitor logging updates from Async Monitor Deflation project Reviewed-by: dholmes, coleenp
Tue, 26 Mar 2019 18:42:10 +0100 8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected"
simonis [Tue, 26 Mar 2019 18:42:10 +0100] rev 54290
8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected" Reviewed-by: kvn, mdoerr
Tue, 26 Mar 2019 17:02:11 +0000 8219446: Specify behaviour of timeout accepting methods of Socket and ServerSocket if timeout is negative
chegar [Tue, 26 Mar 2019 17:02:11 +0000] rev 54289
8219446: Specify behaviour of timeout accepting methods of Socket and ServerSocket if timeout is negative Reviewed-by: alanb, dfuchs
Tue, 26 Mar 2019 09:24:01 -0700 8221414: Bump required boot jdk version to 12
erikj [Tue, 26 Mar 2019 09:24:01 -0700] rev 54288
8221414: Bump required boot jdk version to 12 Reviewed-by: mikael, tbell
Tue, 26 Mar 2019 15:52:08 +0100 8221407: Windows 32bit build error in libsunmscapi/security.cpp
stuefe [Tue, 26 Mar 2019 15:52:08 +0100] rev 54287
8221407: Windows 32bit build error in libsunmscapi/security.cpp Reviewed-by: clanger
Tue, 26 Mar 2019 15:46:15 +0100 8221406: Windows 32bit build error in NetworkInterface_winXP.c
stuefe [Tue, 26 Mar 2019 15:46:15 +0100] rev 54286
8221406: Windows 32bit build error in NetworkInterface_winXP.c Reviewed-by: clanger
Tue, 26 Mar 2019 15:20:23 +0100 8221473: Configuration::reads can use Set.copyOf
redestad [Tue, 26 Mar 2019 15:20:23 +0100] rev 54285
8221473: Configuration::reads can use Set.copyOf Reviewed-by: alanb, forax
Wed, 20 Mar 2019 16:43:49 -0400 8221175: Fix bad function case for controlled JVM crash on PPC64 big-endian
gromero [Wed, 20 Mar 2019 16:43:49 -0400] rev 54284
8221175: Fix bad function case for controlled JVM crash on PPC64 big-endian Reviewed-by: chrisphi, stuefe, goetz
Wed, 20 Mar 2019 16:59:35 -0400 8220794: PPC64: Fix signal handler for SIGSEGV on branch to illegal address
gromero [Wed, 20 Mar 2019 16:59:35 -0400] rev 54283
8220794: PPC64: Fix signal handler for SIGSEGV on branch to illegal address Reviewed-by: stuefe, goetz
Tue, 26 Mar 2019 14:49:54 +0100 8221472: Fix HandshakeSuspendExitTest
rehn [Tue, 26 Mar 2019 14:49:54 +0100] rev 54282
8221472: Fix HandshakeSuspendExitTest Reviewed-by: dcubed, redestad
Tue, 26 Mar 2019 21:33:47 +0800 8217690: Update public suffix version
weijun [Tue, 26 Mar 2019 21:33:47 +0800] rev 54281
8217690: Update public suffix version Reviewed-by: mullan
Fri, 22 Mar 2019 04:47:02 -0700 8220570: Additonal trace when native thread creation fails
rschmelter [Fri, 22 Mar 2019 04:47:02 -0700] rev 54280
8220570: Additonal trace when native thread creation fails Summary: Added additonal trace when native thread creation fails Reviewed-by: dholmes, goetz
Tue, 26 Mar 2019 07:24:26 -0400 8218128: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003 and 004 use wrong path to test classes
gadams [Tue, 26 Mar 2019 07:24:26 -0400] rev 54279
8218128: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003 and 004 use wrong path to test classes Reviewed-by: cjplummer, dholmes, lmesnik
Tue, 26 Mar 2019 12:08:51 +0100 8220774: Add HandshakeALot diag option
rehn [Tue, 26 Mar 2019 12:08:51 +0100] rev 54278
8220774: Add HandshakeALot diag option Reviewed-by: dcubed, dholmes
Tue, 26 Mar 2019 07:09:10 -0400 8203026: java.rmi.NoSuchObjectException: no such object in table
gadams [Tue, 26 Mar 2019 07:09:10 -0400] rev 54277
8203026: java.rmi.NoSuchObjectException: no such object in table Reviewed-by: rriggs, sspitsyn
Tue, 26 Mar 2019 11:51:41 +0100 8221083: [ppc64] Wrong oop compare in C1-generated code
simonis [Tue, 26 Mar 2019 11:51:41 +0100] rev 54276
8221083: [ppc64] Wrong oop compare in C1-generated code Reviewed-by: mdoerr, goetz
Mon, 03 Dec 2018 16:25:27 +0100 8214712: Archive Attributes$Name.KNOWN_NAMES
redestad [Mon, 03 Dec 2018 16:25:27 +0100] rev 54275
8214712: Archive Attributes$Name.KNOWN_NAMES Reviewed-by: alanb, jiangli
Tue, 26 Mar 2019 10:23:11 +0100 8220682: Heap dumping and inspection fails with JDK-8214712
redestad [Tue, 26 Mar 2019 10:23:11 +0100] rev 54274
8220682: Heap dumping and inspection fails with JDK-8214712 Reviewed-by: jcbeyler, jiangli, sspitsyn
Tue, 26 Mar 2019 09:16:07 +0100 8221262: Cleanups in UnixFileSystem/WinNTFileSystem implementation classes
clanger [Tue, 26 Mar 2019 09:16:07 +0100] rev 54273
8221262: Cleanups in UnixFileSystem/WinNTFileSystem implementation classes Reviewed-by: alanb, igerasim
Tue, 26 Mar 2019 04:19:39 +0000 8217827: [Graal] Some vmTestbase/nsk/jvmti/ResourceExhausted tests failing
dtitov [Tue, 26 Mar 2019 04:19:39 +0000] rev 54272
8217827: [Graal] Some vmTestbase/nsk/jvmti/ResourceExhausted tests failing Reviewed-by: cjplummer, jcbeyler, dholmes
Mon, 25 Mar 2019 19:40:01 -0700 8221264: Refactor and update SourceVersion.latestSupported
darcy [Mon, 25 Mar 2019 19:40:01 -0700] rev 54271
8221264: Refactor and update SourceVersion.latestSupported Reviewed-by: jjg, cushon, martin
Mon, 25 Mar 2019 19:16:58 -0700 8146986: JDI: Signature lookups for unprepared classes can take a long time
sspitsyn [Mon, 25 Mar 2019 19:16:58 -0700] rev 54270
8146986: JDI: Signature lookups for unprepared classes can take a long time Summary: Do not cache classes if signature is not provided Reviewed-by: sspitsyn, jcbeyler
Mon, 25 Mar 2019 19:40:25 -0400 8221434: Fix typo in lib-x11 autoconf error message about missing headers
gromero [Mon, 25 Mar 2019 19:40:25 -0400] rev 54269
8221434: Fix typo in lib-x11 autoconf error message about missing headers Reviewed-by: dholmes
Mon, 25 Mar 2019 17:29:43 -0400 8221357: Update test documentation by deleting "cd test && make"
dholmes [Mon, 25 Mar 2019 17:29:43 -0400] rev 54268
8221357: Update test documentation by deleting "cd test && make" Reviewed-by: dholmes, tbell, erikj Contributed-by: Jing Tian <jingtian@loongson.cn>
Mon, 25 Mar 2019 20:57:07 +0100 8221343: x86_32 crashes on startup with "_hwm out of range"
redestad [Mon, 25 Mar 2019 20:57:07 +0100] rev 54267
8221343: x86_32 crashes on startup with "_hwm out of range" Reviewed-by: thartmann, kvn
Mon, 25 Mar 2019 19:49:32 +0300 8216989: CardTableBarrierSetAssembler::gen_write_ref_array_post_barrier() does not check for zero length on AARCH64
dpochepk [Mon, 25 Mar 2019 19:49:32 +0300] rev 54266
8216989: CardTableBarrierSetAssembler::gen_write_ref_array_post_barrier() does not check for zero length on AARCH64 Reviewed-by: adinn
Mon, 25 Mar 2019 09:07:55 -0700 8220445: Support for side by side MSVC Toolset versions
erikj [Mon, 25 Mar 2019 09:07:55 -0700] rev 54265
8220445: Support for side by side MSVC Toolset versions Reviewed-by: tbell Contributed-by: ali.ince@gmail.com, erik.joelsson@oracle.com
Mon, 25 Mar 2019 14:46:55 +0100 8221260: Initialize more class members on construction, remove some unused ones
lkorinth [Mon, 25 Mar 2019 14:46:55 +0100] rev 54264
8221260: Initialize more class members on construction, remove some unused ones Reviewed-by: kbarrett, tschatzl
Mon, 25 Mar 2019 15:37:06 +0100 8217362: Emergency dump does not work when disk=false is set
mgronlun [Mon, 25 Mar 2019 15:37:06 +0100] rev 54263
8217362: Emergency dump does not work when disk=false is set Reviewed-by: egahlin, ysuenaga Contributed-by: yasuenag@gmail.com
Mon, 25 Mar 2019 14:11:09 +0100 8219100: Improve do_collection_pause_at_safepoint
tschatzl [Mon, 25 Mar 2019 14:11:09 +0100] rev 54262
8219100: Improve do_collection_pause_at_safepoint Reviewed-by: kbarrett, sangheki
Mon, 25 Mar 2019 08:37:32 -0400 8220295: sun/tools/jps/TestJps.java still timing out
gadams [Mon, 25 Mar 2019 08:37:32 -0400] rev 54261
8220295: sun/tools/jps/TestJps.java still timing out Reviewed-by: cjplummer, jcbeyler
Mon, 25 Mar 2019 07:31:20 -0400 8221164: jstatLineCounts tests need to be more resilient for NaN outputs
gadams [Mon, 25 Mar 2019 07:31:20 -0400] rev 54260
8221164: jstatLineCounts tests need to be more resilient for NaN outputs Reviewed-by: cjplummer, phh, jcbeyler
Mon, 25 Mar 2019 00:57:03 -0400 8221207: Redo JDK-8218446 - SuspendAtExit hangs
dholmes [Mon, 25 Mar 2019 00:57:03 -0400] rev 54259
8221207: Redo JDK-8218446 - SuspendAtExit hangs Reviewed-by: rehn, dcubed
Thu, 21 Mar 2019 16:45:33 +0800 8221220: AArch64: Add StoreStore membar explicitly for Volatile Writes in TemplateTable
qpzhang [Thu, 21 Mar 2019 16:45:33 +0800] rev 54258
8221220: AArch64: Add StoreStore membar explicitly for Volatile Writes in TemplateTable Reviewed-by: aph
Sat, 23 Mar 2019 21:51:07 -0700 8220095: Assertion failure when symlink (with different name) is used for lib/modules file
iklam [Sat, 23 Mar 2019 21:51:07 -0700] rev 54257
8220095: Assertion failure when symlink (with different name) is used for lib/modules file Summary: Removed confusing function ClassLoader::is_modules_image(char*) Reviewed-by: lfoltan, ccheung Contributed-by: Jiangli Zhou <jianglizhou@google.com>
Sat, 23 Mar 2019 17:18:49 +0100 8221363: Build failure after JDK-8220240 (Refactor shared dirty card queue)
shade [Sat, 23 Mar 2019 17:18:49 +0100] rev 54256
8221363: Build failure after JDK-8220240 (Refactor shared dirty card queue) Reviewed-by: stuefe
Fri, 22 Mar 2019 15:42:43 -0400 8220240: Refactor shared dirty card queue
kbarrett [Fri, 22 Mar 2019 15:42:43 -0400] rev 54255
8220240: Refactor shared dirty card queue Summary: Add G1SharedDirtyCardQueue class. Reviewed-by: tschatzl, lkorinth
Fri, 22 Mar 2019 16:16:10 -0400 8218399: runtime/RedefineObject/TestRedefineObject.java timeout
coleenp [Fri, 22 Mar 2019 16:16:10 -0400] rev 54254
8218399: runtime/RedefineObject/TestRedefineObject.java timeout Summary: exclude this test for graal Reviewed-by: hseigel, lfoltan
Fri, 22 Mar 2019 13:47:37 -0700 8218889: Improperly use of the Optional API
xuelei [Fri, 22 Mar 2019 13:47:37 -0700] rev 54253
8218889: Improperly use of the Optional API Reviewed-by: jnimeh, wetmore
Fri, 22 Mar 2019 09:31:36 -0700 8220224: With CLDR provider, NumberFormat.format could not handle locale with number extension correctly.
naoto [Fri, 22 Mar 2019 09:31:36 -0700] rev 54252
8220224: With CLDR provider, NumberFormat.format could not handle locale with number extension correctly. Reviewed-by: darcy
Fri, 22 Mar 2019 08:18:26 -0700 8078860: (spec) InputStream.read(byte[] b, int off, int len) claims to not affect element b[off]
bpb [Fri, 22 Mar 2019 08:18:26 -0700] rev 54251
8078860: (spec) InputStream.read(byte[] b, int off, int len) claims to not affect element b[off] Reviewed-by: lancea, darcy, rriggs
Fri, 22 Mar 2019 08:14:21 -0700 8221179: Zero builds fail when linking with gold and bundling libffi.so
erikj [Fri, 22 Mar 2019 08:14:21 -0700] rev 54250
8221179: Zero builds fail when linking with gold and bundling libffi.so Reviewed-by: sgehwolf, tbell
Fri, 22 Mar 2019 09:05:06 -0400 8217564: idempotent protection missing in crc32c.h
dbuck [Fri, 22 Mar 2019 09:05:06 -0400] rev 54249
8217564: idempotent protection missing in crc32c.h Summary: added include guard to crc32c.h Reviewed-by: dcubed
Fri, 22 Mar 2019 12:49:33 +0100 8221219: ZGC: Remove ZStallOnOutOfMemory option
pliden [Fri, 22 Mar 2019 12:49:33 +0100] rev 54248
8221219: ZGC: Remove ZStallOnOutOfMemory option Reviewed-by: stefank, eosterlund
Fri, 22 Mar 2019 12:49:32 +0100 8221212: ZGC: Command-line flags should be marked experimental
pliden [Fri, 22 Mar 2019 12:49:32 +0100] rev 54247
8221212: ZGC: Command-line flags should be marked experimental Reviewed-by: stefank, eosterlund
Fri, 22 Mar 2019 11:35:35 +0000 8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset
alanb [Fri, 22 Mar 2019 11:35:35 +0000] rev 54246
8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset Reviewed-by: bpb
Fri, 22 Mar 2019 13:42:45 +0530 Merge
psadhukhan [Fri, 22 Mar 2019 13:42:45 +0530] rev 54245
Merge
Wed, 20 Mar 2019 16:07:43 +0530 Merge
psadhukhan [Wed, 20 Mar 2019 16:07:43 +0530] rev 54244
Merge
Mon, 18 Mar 2019 14:55:41 -0700 8218914: Support fonts installed per-user on Windows 10
prr [Mon, 18 Mar 2019 14:55:41 -0700] rev 54243
8218914: Support fonts installed per-user on Windows 10 Reviewed-by: prr, serb Contributed-by: Mikhail Filippov <mikhail.filippov@jetbrains.com>
Sat, 16 Mar 2019 17:50:24 -0700 7106851: Test should not use System.exit
serb [Sat, 16 Mar 2019 17:50:24 -0700] rev 54242
7106851: Test should not use System.exit Reviewed-by: aivanov, psadhukhan, kaddepalli
Wed, 13 Mar 2019 00:51:28 -0700 8216353: Use utility APIs introduced in org/netbeans/jemmy/util/LookAndFeel class in client sanity test cases
vagarwal [Wed, 13 Mar 2019 00:51:28 -0700] rev 54241
8216353: Use utility APIs introduced in org/netbeans/jemmy/util/LookAndFeel class in client sanity test cases Reviewed-by: serb
Wed, 13 Mar 2019 00:04:22 -0700 8219552: bump jtreg requiredVersion to b14 in test/jdk/sanity/client/
vagarwal [Wed, 13 Mar 2019 00:04:22 -0700] rev 54240
8219552: bump jtreg requiredVersion to b14 in test/jdk/sanity/client/ Reviewed-by: prr, iignatyev
Fri, 01 Mar 2019 12:21:23 -0300 8218854: FontMetrics.getMaxAdvance may be less than the maximum FontMetrics.charWidth
mbalao [Fri, 01 Mar 2019 12:21:23 -0300] rev 54239
8218854: FontMetrics.getMaxAdvance may be less than the maximum FontMetrics.charWidth Summary: Consider algorithmic bold in FontMetrics.getMaxAdvance value and update obliqueness. Reviewed-by: prr, serb
Sat, 09 Mar 2019 14:48:17 -0800 8219504: Test for JDK-8211435 can be run on all platforms
serb [Sat, 09 Mar 2019 14:48:17 -0800] rev 54238
8219504: Test for JDK-8211435 can be run on all platforms Reviewed-by: kaddepalli, dmarkov, sveerabhadra
Fri, 08 Mar 2019 14:07:10 +0530 8215396: JTabbedPane preferred size calculation is wrong for SCROLL_TAB_LAYOUT
psadhukhan [Fri, 08 Mar 2019 14:07:10 +0530] rev 54237
8215396: JTabbedPane preferred size calculation is wrong for SCROLL_TAB_LAYOUT Reviewed-by: serb
Thu, 07 Mar 2019 12:51:02 +0530 8218674: HTML Tooltip with "img=src" on component doesn't show
kaddepalli [Thu, 07 Mar 2019 12:51:02 +0530] rev 54236
8218674: HTML Tooltip with "img=src" on component doesn't show Reviewed-by: serb, psadhukhan
Tue, 05 Mar 2019 14:03:21 +0530 8214112: The whole text in target JPasswordField image are not selected
pbansal [Tue, 05 Mar 2019 14:03:21 +0530] rev 54235
8214112: The whole text in target JPasswordField image are not selected Reviewed-by: serb, psadhukhan
(0) -30000 -10000 -3000 -1000 -480 +480 +1000 +3000 tip