Wed, 30 Oct 2019 17:02:26 +0100 Make TestSetEndTime more stable JEP-349-branch
egahlin [Wed, 30 Oct 2019 17:02:26 +0100] rev 58862
Make TestSetEndTime more stable
Wed, 30 Oct 2019 16:14:56 +0100 8233159: Method::result_type should use calculated value in constMethod
redestad [Wed, 30 Oct 2019 16:14:56 +0100] rev 58861
8233159: Method::result_type should use calculated value in constMethod Reviewed-by: lfoltan, iklam, coleenp
Tue, 29 Oct 2019 14:29:40 +0100 8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
chagedorn [Tue, 29 Oct 2019 14:29:40 +0100] rev 58860
8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type" Summary: Explicitly set the receiver klass in the ci MDO to NULL if it is NULL in the MDO while translating. Reviewed-by: kvn, thartmann
Wed, 30 Oct 2019 14:08:07 +0000 8232724: Remove indirection with calling JNU_NewStringPlatform
aivanov [Wed, 30 Oct 2019 14:08:07 +0000] rev 58859
8232724: Remove indirection with calling JNU_NewStringPlatform Reviewed-by: dholmes, clanger
Wed, 30 Oct 2019 09:42:59 -0400 8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64
zgu [Wed, 30 Oct 2019 09:42:59 -0400] rev 58858
8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64 Reviewed-by: rkennke
Wed, 30 Oct 2019 12:25:22 +0000 Windows InheritedChannel no longer needed unixdomainchannels
michaelm [Wed, 30 Oct 2019 12:25:22 +0000] rev 58857
Windows InheritedChannel no longer needed
Wed, 30 Oct 2019 11:53:07 +0000 removing unnecessary diffs from mainline unixdomainchannels
michaelm [Wed, 30 Oct 2019 11:53:07 +0000] rev 58856
removing unnecessary diffs from mainline
Wed, 30 Oct 2019 11:38:40 +0100 fix typo JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:38:40 +0100] rev 58855
fix typo
Wed, 30 Oct 2019 11:28:38 +0100 stricly monotone nanos for chunkheader JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:28:38 +0100] rev 58854
stricly monotone nanos for chunkheader
Wed, 30 Oct 2019 11:23:55 +0100 Merge JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:23:55 +0100] rev 58853
Merge
Wed, 30 Oct 2019 09:17:36 +0800 8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl
pli [Wed, 30 Oct 2019 09:17:36 +0800] rev 58852
8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl Reviewed-by: aph
Tue, 29 Oct 2019 15:35:06 -0700 8233035: Update JVMCI
kvn [Tue, 29 Oct 2019 15:35:06 -0700] rev 58851
8233035: Update JVMCI Reviewed-by: dlong
Tue, 29 Oct 2019 13:52:04 -0700 8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080
mr [Tue, 29 Oct 2019 13:52:04 -0700] rev 58850
8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080 Reviewed-by: stuefe, iignatyev, mchung
Tue, 29 Oct 2019 12:52:03 -0700 8173975: Lookup::in should not allow target class be primitive or array class
mchung [Tue, 29 Oct 2019 12:52:03 -0700] rev 58849
8173975: Lookup::in should not allow target class be primitive or array class Reviewed-by: alanb
Tue, 29 Oct 2019 19:55:34 +0000 second part of cleanup reducing number of files touched in main line unixdomainchannels
michaelm [Tue, 29 Oct 2019 19:55:34 +0000] rev 58848
second part of cleanup reducing number of files touched in main line
Tue, 29 Oct 2019 19:23:09 +0000 partial cleanup unixdomainchannels
michaelm [Tue, 29 Oct 2019 19:23:09 +0000] rev 58847
partial cleanup
Tue, 29 Oct 2019 12:01:14 -0700 8232748: Build static versions of certain JDK libraries
erikj [Tue, 29 Oct 2019 12:01:14 -0700] rev 58846
8232748: Build static versions of certain JDK libraries Reviewed-by: ihse, bobv
Tue, 29 Oct 2019 14:22:18 -0400 8231766: Files.copy and Files.move do not honor requested compression method when copying or moving within the same zip file
lancea [Tue, 29 Oct 2019 14:22:18 -0400] rev 58845
8231766: Files.copy and Files.move do not honor requested compression method when copying or moving within the same zip file Reviewed-by: clanger, bpb, alanb
Tue, 29 Oct 2019 13:51:14 -0400 8233075: JFR - nmetods - misspelled in several places
ecaspole [Tue, 29 Oct 2019 13:51:14 -0400] rev 58844
8233075: JFR - nmetods - misspelled in several places Reviewed-by: hseigel, mseledtsov
Tue, 29 Oct 2019 10:13:27 -0700 8232864: Classes generated at link time by GenerateJLIClassesPlugin are not reproducible
jiefu [Tue, 29 Oct 2019 10:13:27 -0700] rev 58843
8232864: Classes generated at link time by GenerateJLIClassesPlugin are not reproducible Reviewed-by: redestad, mchung
Tue, 29 Oct 2019 08:26:55 -0700 8232080: jlink plugins for vendor information and run-time options
mr [Tue, 29 Oct 2019 08:26:55 -0700] rev 58842
8232080: jlink plugins for vendor information and run-time options Reviewed-by: ihse, alanb, kvn, bobv, mchung
Tue, 29 Oct 2019 15:16:45 +0100 license header and newlines JEP-349-branch
mgronlun [Tue, 29 Oct 2019 15:16:45 +0100] rev 58841
license header and newlines
Tue, 29 Oct 2019 12:10:57 +0100 Add workaround for 8233019 stuefe-new-metaspace-branch
stuefe [Tue, 29 Oct 2019 12:10:57 +0100] rev 58840
Add workaround for 8233019
Tue, 29 Oct 2019 12:07:19 +0100 Add experimental switch to force ccs to a specific address stuefe-new-metaspace-branch
stuefe [Tue, 29 Oct 2019 12:07:19 +0100] rev 58839
Add experimental switch to force ccs to a specific address
Tue, 29 Oct 2019 08:56:10 +0100 Merge stuefe-new-metaspace-branch
stuefe [Tue, 29 Oct 2019 08:56:10 +0100] rev 58838
Merge
Tue, 29 Oct 2019 11:50:28 +0100 Merge JEP-349-branch
mgronlun [Tue, 29 Oct 2019 11:50:28 +0100] rev 58837
Merge
Tue, 29 Oct 2019 11:33:25 +0100 8230400: Missing constant pool entry for a method in stacktrace
mgronlun [Tue, 29 Oct 2019 11:33:25 +0100] rev 58836
8230400: Missing constant pool entry for a method in stacktrace Reviewed-by: egahlin
Tue, 29 Oct 2019 11:19:48 +0100 Close ihse-setupexecute-branch ihse-setupexecute-branch
ihse [Tue, 29 Oct 2019 11:19:48 +0100] rev 58835
Close ihse-setupexecute-branch
Tue, 29 Oct 2019 11:17:25 +0100 Merge from default ihse-setupexecute-branch
ihse [Tue, 29 Oct 2019 11:17:25 +0100] rev 58834
Merge from default
Tue, 29 Oct 2019 11:13:39 +0100 Add documentation. ihse-setupexecute-branch
ihse [Tue, 29 Oct 2019 11:13:39 +0100] rev 58833
Add documentation.
Tue, 29 Oct 2019 08:26:48 +0000 Merge unixdomainchannels
michaelm [Tue, 29 Oct 2019 08:26:48 +0000] rev 58832
Merge
Tue, 29 Oct 2019 09:34:23 +0800 8231365: ServicePermission::equals doesn't comply to the spec
weijun [Tue, 29 Oct 2019 09:34:23 +0800] rev 58831
8231365: ServicePermission::equals doesn't comply to the spec 8231196: DelegationPermission allows to create an instance that thows NPE on ::equals call Reviewed-by: mullan
Tue, 29 Oct 2019 09:34:21 +0800 8228969: 2019-09-28 public suffix list update
weijun [Tue, 29 Oct 2019 09:34:21 +0800] rev 58830
8228969: 2019-09-28 public suffix list update Reviewed-by: mullan
Mon, 28 Oct 2019 16:41:47 -0400 8086003: Test fails on OSX with java.lang.RuntimeException 'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3' missing
coleenp [Mon, 28 Oct 2019 16:41:47 -0400] rev 58829
8086003: Test fails on OSX with java.lang.RuntimeException 'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3' missing Summary: Make the test reserve 1G rather than 3G, so it is more reliable. Reviewed-by: hseigel, stuefe
Mon, 28 Oct 2019 21:31:23 +0100 TestLatestEvent: Abort if not 6 NotLatest events are found JEP-349-branch
egahlin [Mon, 28 Oct 2019 21:31:23 +0100] rev 58828
TestLatestEvent: Abort if not 6 NotLatest events are found
Mon, 28 Oct 2019 21:24:30 +0100 Merge JEP-349-branch
mgronlun [Mon, 28 Oct 2019 21:24:30 +0100] rev 58827
Merge
Mon, 28 Oct 2019 21:17:47 +0100 move stub JEP-349-branch
mgronlun [Mon, 28 Oct 2019 21:17:47 +0100] rev 58826
move stub
Mon, 28 Oct 2019 11:06:17 -0700 8231273: Upgrade CLDR to v36
naoto [Mon, 28 Oct 2019 11:06:17 -0700] rev 58825
8231273: Upgrade CLDR to v36 Reviewed-by: rriggs
Mon, 28 Oct 2019 18:43:54 +0100 Merge JEP-349-branch
mgronlun [Mon, 28 Oct 2019 18:43:54 +0100] rev 58824
Merge
Mon, 28 Oct 2019 18:43:04 +0100 Merge JEP-349-branch
mgronlun [Mon, 28 Oct 2019 18:43:04 +0100] rev 58823
Merge
Mon, 28 Oct 2019 13:17:54 -0400 8232879: Writing out data with the Zip File System leads to a CRC failure
lancea [Mon, 28 Oct 2019 13:17:54 -0400] rev 58822
8232879: Writing out data with the Zip File System leads to a CRC failure Reviewed-by: lancea, clanger Contributed-by: Jaikiran Pai <jai.forums2013@gmail.com>
Mon, 28 Oct 2019 16:06:08 +0000 8232118: Add JVM option to enable JVMCI compilers in product mode
bobv [Mon, 28 Oct 2019 16:06:08 +0000] rev 58821
8232118: Add JVM option to enable JVMCI compilers in product mode Reviewed-by: kvn, dholmes
Mon, 28 Oct 2019 17:33:38 +0100 Exception should use FileAccess to get file length JEP-349-branch
egahlin [Mon, 28 Oct 2019 17:33:38 +0100] rev 58820
Exception should use FileAccess to get file length
Mon, 28 Oct 2019 11:33:28 -0400 8232992: Shenandoah: Implement self-fixing interpreter LRB
zgu [Mon, 28 Oct 2019 11:33:28 -0400] rev 58819
8232992: Shenandoah: Implement self-fixing interpreter LRB Reviewed-by: shade
Mon, 28 Oct 2019 11:21:43 -0400 Merge JDK-8200758-branch
herrick [Mon, 28 Oct 2019 11:21:43 -0400] rev 58818
Merge
Mon, 28 Oct 2019 12:55:48 +0000 8232890: Remove bad Code attribute parsing code
hseigel [Mon, 28 Oct 2019 12:55:48 +0000] rev 58817
8232890: Remove bad Code attribute parsing code Summary: Remove code that accepts illegal max_stack, max_locals, and length values for Code attribute in old class files. Reviewed-by: dholmes, lfoltan
Wed, 23 Oct 2019 12:51:53 +0200 8231565: More node budget asserts in fuzzed tests.
phedlin [Wed, 23 Oct 2019 12:51:53 +0200] rev 58816
8231565: More node budget asserts in fuzzed tests. Reviewed-by: neliasso, thartmann
Mon, 28 Oct 2019 11:27:27 +0100 8232604: ZGC: Make ZVerifyViews mapping and unmapping precise
stefank [Mon, 28 Oct 2019 11:27:27 +0100] rev 58815
8232604: ZGC: Make ZVerifyViews mapping and unmapping precise Reviewed-by: pliden, eosterlund
Mon, 28 Oct 2019 11:26:53 +0100 8232650: ZGC: Add initialization hooks for OS specific code
stefank [Mon, 28 Oct 2019 11:26:53 +0100] rev 58814
8232650: ZGC: Add initialization hooks for OS specific code Reviewed-by: pliden, eosterlund
Mon, 28 Oct 2019 11:26:00 +0100 8232651: Add implementation of os::processor_id() for Windows
stefank [Mon, 28 Oct 2019 11:26:00 +0100] rev 58813
8232651: Add implementation of os::processor_id() for Windows Reviewed-by: dholmes, stuefe
Mon, 28 Oct 2019 11:24:11 +0100 8232649: ZGC: Add callbacks to ZMemoryManager
stefank [Mon, 28 Oct 2019 11:24:11 +0100] rev 58812
8232649: ZGC: Add callbacks to ZMemoryManager Reviewed-by: pliden, eosterlund
Mon, 28 Oct 2019 11:23:48 +0100 8232648: ZGC: Move ATTRIBUTE_ALIGNED to the front of declarations
stefank [Mon, 28 Oct 2019 11:23:48 +0100] rev 58811
8232648: ZGC: Move ATTRIBUTE_ALIGNED to the front of declarations Reviewed-by: pliden, eosterlund
Mon, 28 Oct 2019 11:23:28 +0100 8232602: ZGC: Make ZGranuleMap ZAddress agnostic
stefank [Mon, 28 Oct 2019 11:23:28 +0100] rev 58810
8232602: ZGC: Make ZGranuleMap ZAddress agnostic Reviewed-by: pliden, eosterlund
Mon, 28 Oct 2019 11:21:23 +0100 8232601: ZGC: Parameterize the ZGranuleMap table size
stefank [Mon, 28 Oct 2019 11:21:23 +0100] rev 58809
8232601: ZGC: Parameterize the ZGranuleMap table size Reviewed-by: pliden, eosterlund
Sun, 27 Oct 2019 12:13:51 +0000 8212132: (dc) Remove DatagramChannelImpl finalize method
alanb [Sun, 27 Oct 2019 12:13:51 +0000] rev 58808
8212132: (dc) Remove DatagramChannelImpl finalize method Reviewed-by: bpb, chegar, dfuchs, martin
Sun, 27 Oct 2019 10:14:40 +0100 Tune chunk sizes to reduce waste sections stuefe-new-metaspace-branch
stuefe [Sun, 27 Oct 2019 10:14:40 +0100] rev 58807
Tune chunk sizes to reduce waste sections
Sat, 26 Oct 2019 23:59:51 +0200 Stabilize TestLatestEvent.java JEP-349-branch
egahlin [Sat, 26 Oct 2019 23:59:51 +0200] rev 58806
Stabilize TestLatestEvent.java
Fri, 25 Oct 2019 13:17:31 -0700 8233027: OopMapSet::all_do does oms.next() twice during iteration
never [Fri, 25 Oct 2019 13:17:31 -0700] rev 58805
8233027: OopMapSet::all_do does oms.next() twice during iteration Reviewed-by: shade, kvn
Fri, 25 Oct 2019 11:51:48 -0700 8225464: Obsolete TraceNMethodInstalls flag
kvn [Fri, 25 Oct 2019 11:51:48 -0700] rev 58804
8225464: Obsolete TraceNMethodInstalls flag Reviewed-by: dholmes, thartmann
Fri, 25 Oct 2019 12:05:56 +0100 8231570: (dc) Clarify implicit bind behavior of DatagramChannel
pconcannon [Fri, 25 Oct 2019 12:05:56 +0100] rev 58803
8231570: (dc) Clarify implicit bind behavior of DatagramChannel Summary: Update to DatagramChannel spec to make it clear that SecurityException can be thrown in connect send and receive methods Reviewed-by: alanb, chegar, dfuchs
Fri, 25 Oct 2019 17:30:25 +0200 8233021: Shenandoah: SBSC2::is_shenandoah_lrb_call should match all LRB shapes
shade [Fri, 25 Oct 2019 17:30:25 +0200] rev 58802
8233021: Shenandoah: SBSC2::is_shenandoah_lrb_call should match all LRB shapes Reviewed-by: zgu
Fri, 25 Oct 2019 15:56:35 +0100 Initial implementation of unix domain channels. See j.n.c.{Server}SocketChannel apidoc unixdomainchannels
michaelm [Fri, 25 Oct 2019 15:56:35 +0100] rev 58801
Initial implementation of unix domain channels. See j.n.c.{Server}SocketChannel apidoc
Fri, 25 Oct 2019 07:15:09 -0700 8233000: Mark vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize test as stress test
epavlova [Fri, 25 Oct 2019 07:15:09 -0700] rev 58800
8233000: Mark vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize test as stress test Reviewed-by: iveresov, lmesnik
Fri, 25 Oct 2019 14:50:16 +0100 Initial changeset for unixdomainchannels unixdomainchannels
michaelm [Fri, 25 Oct 2019 14:50:16 +0100] rev 58799
Initial changeset for unixdomainchannels
Fri, 25 Oct 2019 12:32:46 +0200 8232776: G1 should always take rs_length_diff into account when predicting rs_lengths
tschatzl [Fri, 25 Oct 2019 12:32:46 +0200] rev 58798
8232776: G1 should always take rs_length_diff into account when predicting rs_lengths Reviewed-by: sangheki, kbarrett
Fri, 25 Oct 2019 12:33:30 +0200 8232777: Rename G1Policy::_max_rs_length as it is no maximum
tschatzl [Fri, 25 Oct 2019 12:33:30 +0200] rev 58797
8232777: Rename G1Policy::_max_rs_length as it is no maximum Reviewed-by: kbarrett, sjohanss
Fri, 25 Oct 2019 12:34:30 +0200 8232779: G1 current collection parallel time does not include optional evacuation
tschatzl [Fri, 25 Oct 2019 12:34:30 +0200] rev 58796
8232779: G1 current collection parallel time does not include optional evacuation Reviewed-by: kbarrett, sangheki
Thu, 24 Oct 2019 22:41:24 -0700 8232083: Minimal VM is broken after JDK-8231586
never [Thu, 24 Oct 2019 22:41:24 -0700] rev 58795
8232083: Minimal VM is broken after JDK-8231586 Reviewed-by: dlong
Fri, 25 Oct 2019 08:50:50 +0800 8232922: Add java/math/BigInteger/largeMemory/SymmetricRangeTests.java to ProblemList-Xcomp
amlu [Fri, 25 Oct 2019 08:50:50 +0800] rev 58794
8232922: Add java/math/BigInteger/largeMemory/SymmetricRangeTests.java to ProblemList-Xcomp Reviewed-by: bpb, darcy, iignatyev
Thu, 24 Oct 2019 16:58:39 -0700 8232904: Update JVMCI
kvn [Thu, 24 Oct 2019 16:58:39 -0700] rev 58793
8232904: Update JVMCI Reviewed-by: dnsimon
Thu, 24 Oct 2019 17:14:42 -0400 8223323: Adjust jpackage makefiles JDK-8200758-branch
herrick [Thu, 24 Oct 2019 17:14:42 -0400] rev 58792
8223323: Adjust jpackage makefiles Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee, erikj
Thu, 24 Oct 2019 16:48:53 -0400 8230612: Debian packaging ignores version and release in custom control file JDK-8200758-branch
herrick [Thu, 24 Oct 2019 16:48:53 -0400] rev 58791
8230612: Debian packaging ignores version and release in custom control file Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Thu, 24 Oct 2019 12:18:32 -0700 8227317: [TESTBUG] jdk docker/TestDockerMemoryMetrics.java fails on systems w/o kernel memory accounting
mseledtsov [Thu, 24 Oct 2019 12:18:32 -0700] rev 58790
8227317: [TESTBUG] jdk docker/TestDockerMemoryMetrics.java fails on systems w/o kernel memory accounting Summary: skipping the test case if kernel memory acct not supported Reviewed-by: sgehwolf, lmesnik
Thu, 24 Oct 2019 11:25:53 -0700 8166275: vm/mlvm/meth/stress/compiler/deoptimize keeps timeouting
epavlova [Thu, 24 Oct 2019 11:25:53 -0700] rev 58789
8166275: vm/mlvm/meth/stress/compiler/deoptimize keeps timeouting Reviewed-by: kvn
Mon, 30 Sep 2019 22:39:11 +0200 8222766: Shenandoah: streamline post-LRB CAS barrier (x86)
shade [Mon, 30 Sep 2019 22:39:11 +0200] rev 58788
8222766: Shenandoah: streamline post-LRB CAS barrier (x86) Reviewed-by: rkennke
Thu, 24 Oct 2019 17:24:58 +0200 8231552: ZGC: Refine address space reservation
pliden [Thu, 24 Oct 2019 17:24:58 +0200] rev 58787
8231552: ZGC: Refine address space reservation Reviewed-by: eosterlund, stefank
Thu, 24 Oct 2019 16:37:22 +0200 8231081: TestMetadataRetention fails due to missing symbol id
mgronlun [Thu, 24 Oct 2019 16:37:22 +0200] rev 58786
8231081: TestMetadataRetention fails due to missing symbol id Reviewed-by: egahlin
Thu, 24 Oct 2019 16:28:51 +0200 8231949: [PPC64, s390]: Make async profiling more reliable
mdoerr [Thu, 24 Oct 2019 16:28:51 +0200] rev 58785
8231949: [PPC64, s390]: Make async profiling more reliable Summary: Better checks if method from interpreter frame is valid. Reviewed-by: rrich, ghaug, goetz
Thu, 24 Oct 2019 16:28:49 +0200 8232005: [s390, PPC64] More exception checks missing in interpreter
mdoerr [Thu, 24 Oct 2019 16:28:49 +0200] rev 58784
8232005: [s390, PPC64] More exception checks missing in interpreter Reviewed-by: rrich, goetz
Thu, 24 Oct 2019 08:52:33 -0400 8232788: Move biased locking initalization
coleenp [Thu, 24 Oct 2019 08:52:33 -0400] rev 58783
8232788: Move biased locking initalization Reviewed-by: pchilanomate, dholmes
Thu, 24 Oct 2019 08:49:21 -0400 8231953: Wrong assumption in assertion in oop::register_oop
coleenp [Thu, 24 Oct 2019 08:49:21 -0400] rev 58782
8231953: Wrong assumption in assertion in oop::register_oop Summary: On ARM32 thumb mode, the pc of the current frame is always zero Reviewed-by: coleenp, dcubed Contributed-by: christoph.goettschkes@microdoc.com
Thu, 24 Oct 2019 15:46:50 +0300 8231952: ARM32: Wrong assumption in assertion in LIRGenerator::atomic_xchg and LIRGenerator::atomic_add
bulasevich [Thu, 24 Oct 2019 15:46:50 +0300] rev 58781
8231952: ARM32: Wrong assumption in assertion in LIRGenerator::atomic_xchg and LIRGenerator::atomic_add Reviewed-by: dlong, shade Contributed-by: christoph.goettschkes@microdoc.com
Thu, 24 Oct 2019 11:54:33 +0100 8232713: Update BCEL version to 6.3.1 in license file
aefimov [Thu, 24 Oct 2019 11:54:33 +0100] rev 58780
8232713: Update BCEL version to 6.3.1 in license file Reviewed-by: joehw
Thu, 24 Oct 2019 11:07:31 +0100 8231602: Deprecate Thread.suspend/resume for removal
alanb [Thu, 24 Oct 2019 11:07:31 +0100] rev 58779
8231602: Deprecate Thread.suspend/resume for removal Reviewed-by: mchung, dholmes, chegar
Thu, 24 Oct 2019 11:49:56 +0200 8232908: Shenandoah: compact heuristics has incorrect trigger "Free is lower than allocated recently"
shade [Thu, 24 Oct 2019 11:49:56 +0200] rev 58778
8232908: Shenandoah: compact heuristics has incorrect trigger "Free is lower than allocated recently" Reviewed-by: rkennke
Thu, 24 Oct 2019 11:08:16 +0200 8230706: Waiting on completion of strong nmethod processing causes long pause times with G1
tschatzl [Thu, 24 Oct 2019 11:08:16 +0200] rev 58777
8230706: Waiting on completion of strong nmethod processing causes long pause times with G1 Summary: Instead of globally waiting for completion of strong nmethod processing during evacuation, synchronize the nmethods processing on a per-nmethod basis so that only one thread processes one nmethod at once using a state. This state indicates what work (strong/weak processing) needs to be done and what has already been done. Reviewed-by: sjohanss, kbarrett
Thu, 24 Oct 2019 15:53:20 +0800 8231598: keytool does not export sun.security.mscapi
weijun [Thu, 24 Oct 2019 15:53:20 +0800] rev 58776
8231598: keytool does not export sun.security.mscapi Reviewed-by: mullan
Thu, 24 Oct 2019 09:57:29 +0200 8232613: Move Object.registerNatives into HotSpot
redestad [Thu, 24 Oct 2019 09:57:29 +0200] rev 58775
8232613: Move Object.registerNatives into HotSpot Reviewed-by: dholmes, adinn, coleenp, lfoltan, mchung
Thu, 24 Oct 2019 07:02:36 +0200 Stabilize tests JEP-349-branch
egahlin [Thu, 24 Oct 2019 07:02:36 +0200] rev 58774
Stabilize tests
Wed, 23 Oct 2019 18:43:18 -0700 8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes
phh [Wed, 23 Oct 2019 18:43:18 -0700] rev 58773
8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes Summary: Pass Thread.currentThread().getId() to getThreadAllocatedBytes, remove its implSpec Reviewed-by: dholmes, mchung, sspitsyn
Thu, 24 Oct 2019 02:58:29 +0200 Added tag jdk-14+20 for changeset 54ffb15c4839
jwilhelm [Thu, 24 Oct 2019 02:58:29 +0200] rev 58772
Added tag jdk-14+20 for changeset 54ffb15c4839
Wed, 23 Oct 2019 23:47:56 +0200 Fix bug in TestStartEndTime.java JEP-349-branch
egahlin [Wed, 23 Oct 2019 23:47:56 +0200] rev 58771
Fix bug in TestStartEndTime.java
Wed, 23 Oct 2019 23:23:18 +0200 Fix end time filtering JEP-349-branch
egahlin [Wed, 23 Oct 2019 23:23:18 +0200] rev 58770
Fix end time filtering
Wed, 23 Oct 2019 23:22:27 +0200 Remove e.printStackTrace() JEP-349-branch
egahlin [Wed, 23 Oct 2019 23:22:27 +0200] rev 58769
Remove e.printStackTrace()
Wed, 23 Oct 2019 23:20:18 +0200 Recording::setEndTime is incorrect JEP-349-branch
egahlin [Wed, 23 Oct 2019 23:20:18 +0200] rev 58768
Recording::setEndTime is incorrect
Wed, 23 Oct 2019 23:19:27 +0200 ChunkParser should not log filtered events JEP-349-branch
egahlin [Wed, 23 Oct 2019 23:19:27 +0200] rev 58767
ChunkParser should not log filtered events
Wed, 23 Oct 2019 13:01:40 -0700 8232442: Suppress warnings on non-serializable non-transient instance fields in java.management.* jdk-14+20
darcy [Wed, 23 Oct 2019 13:01:40 -0700] rev 58766
8232442: Suppress warnings on non-serializable non-transient instance fields in java.management.* Reviewed-by: rriggs, mchung
Wed, 23 Oct 2019 20:11:21 +0200 Add testing of RecordingStream::setStartTime JEP-349-branch
egahlin [Wed, 23 Oct 2019 20:11:21 +0200] rev 58765
Add testing of RecordingStream::setStartTime
Wed, 23 Oct 2019 14:01:17 -0400 Merge JDK-8200758-branch
herrick [Wed, 23 Oct 2019 14:01:17 -0400] rev 58764
Merge
Wed, 23 Oct 2019 13:53:41 -0400 8232723: make the resource file main.wxs over-ridable JDK-8200758-branch
herrick [Wed, 23 Oct 2019 13:53:41 -0400] rev 58763
8232723: make the resource file main.wxs over-ridable Reviewed-by: asemenyuk, almatvee
Wed, 23 Oct 2019 10:37:54 -0400 8232281: jpackage is not always reporting an error when no main class specified JDK-8200758-branch
herrick [Wed, 23 Oct 2019 10:37:54 -0400] rev 58762
8232281: jpackage is not always reporting an error when no main class specified Reviewed-by: asemenyuk, asemenuk
Wed, 23 Oct 2019 10:10:34 -0400 8231972: Build a stable list of jpackager tests for SQE JDK-8200758-branch
herrick [Wed, 23 Oct 2019 10:10:34 -0400] rev 58761
8231972: Build a stable list of jpackager tests for SQE Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Wed, 23 Oct 2019 18:34:25 +0200 8232881: Remove unnecessary InstanceKlass::casts
redestad [Wed, 23 Oct 2019 18:34:25 +0200] rev 58760
8232881: Remove unnecessary InstanceKlass::casts Reviewed-by: coleenp
Wed, 23 Oct 2019 17:35:32 +0200 8232882: GCC 4.8.5 build failure after JDK-8211073
shade [Wed, 23 Oct 2019 17:35:32 +0200] rev 58759
8232882: GCC 4.8.5 build failure after JDK-8211073 Reviewed-by: thartmann
Wed, 23 Oct 2019 15:54:39 +0100 8232625: HttpClient redirect policy should be more conservative
dfuchs [Wed, 23 Oct 2019 15:54:39 +0100] rev 58758
8232625: HttpClient redirect policy should be more conservative Summary: When enabled, HttpClient redirect is fixed to drop the body when the request method is changed, and to relay any redirection code it does not understand to the caller. Reviewed-by: chegar
Wed, 23 Oct 2019 17:02:32 +0200 Method setStartTime doesn't work with RecordingStream JEP-349-branch
egahlin [Wed, 23 Oct 2019 17:02:32 +0200] rev 58757
Method setStartTime doesn't work with RecordingStream
Wed, 23 Oct 2019 15:48:11 +0200 8232887: Remove SystemDictionary::has_checkPackageAccess
redestad [Wed, 23 Oct 2019 15:48:11 +0200] rev 58756
8232887: Remove SystemDictionary::has_checkPackageAccess Reviewed-by: coleenp, lfoltan
Wed, 23 Oct 2019 15:01:32 +0200 Improve TestFilledChunks.java JEP-349-branch
egahlin [Wed, 23 Oct 2019 15:01:32 +0200] rev 58755
Improve TestFilledChunks.java
Wed, 23 Oct 2019 05:48:17 -0700 8232834: RunTest sometimes fails to produce valid exitcode.txt
erikj [Wed, 23 Oct 2019 05:48:17 -0700] rev 58754
8232834: RunTest sometimes fails to produce valid exitcode.txt Reviewed-by: ihse
Wed, 23 Oct 2019 14:06:39 +0200 8232771: Revert JDK-8230794 because of environment changes
tschatzl [Wed, 23 Oct 2019 14:06:39 +0200] rev 58753
8232771: Revert JDK-8230794 because of environment changes Reviewed-by: pliden, sjohanss
Wed, 23 Oct 2019 13:52:33 +0200 8232883: compiler/c2/CmpPNodeSubTest.java fails because test class name is wrong
thartmann [Wed, 23 Oct 2019 13:52:33 +0200] rev 58752
8232883: compiler/c2/CmpPNodeSubTest.java fails because test class name is wrong Summary: Renamed test file to match class name. Reviewed-by: roland
Wed, 23 Oct 2019 12:21:32 +0200 8231412: C2: InitializeNode::detect_init_independence() bails out on simple IR shapes
chagedorn [Wed, 23 Oct 2019 12:21:32 +0200] rev 58751
8231412: C2: InitializeNode::detect_init_independence() bails out on simple IR shapes Summary: Avoids early bailout of capturing a field store to remove unnecessary zeroing in simple methods containing only non-escaping objects. Reviewed-by: roland, thartmann
Wed, 23 Oct 2019 12:17:14 +0200 8232874: Add missing test for 8230062
chagedorn [Wed, 23 Oct 2019 12:17:14 +0200] rev 58750
8232874: Add missing test for 8230062 Summary: Adds a missing test which verifies the bug fix of 8230062. Reviewed-by: roland, thartmann
Wed, 23 Oct 2019 12:15:42 +0200 8232873: Add missing test for 8220416
chagedorn [Wed, 23 Oct 2019 12:15:42 +0200] rev 58749
8232873: Add missing test for 8220416 Summary: Adds a missing test which verifies the bug fix of 8220416. Reviewed-by: roland, thartmann
Wed, 23 Oct 2019 09:53:07 +0200 8232768: Configuration with --disable-cds --enable-generate-classlist should be reported as an error
jiefu [Wed, 23 Oct 2019 09:53:07 +0200] rev 58748
8232768: Configuration with --disable-cds --enable-generate-classlist should be reported as an error Reviewed-by: ihse
Wed, 23 Oct 2019 09:48:46 +0200 8232770: Enable more warnings on solaris studio
ihse [Wed, 23 Oct 2019 09:48:46 +0200] rev 58747
8232770: Enable more warnings on solaris studio Reviewed-by: erikj
Wed, 23 Oct 2019 09:45:41 +0200 8211073: Remove -Wno-extra from Hotspot
ihse [Wed, 23 Oct 2019 09:45:41 +0200] rev 58746
8211073: Remove -Wno-extra from Hotspot Reviewed-by: dholmes, erikj, kbarrett
Tue, 22 Oct 2019 21:26:45 -0500 8231649: PPC64: Intrinsics for Math.ceil, floor, rint on Power
mhorie [Tue, 22 Oct 2019 21:26:45 -0500] rev 58745
8231649: PPC64: Intrinsics for Math.ceil, floor, rint on Power Reviewed-by: mdoerr, vlivanov
Tue, 22 Oct 2019 22:00:21 -0400 8232571: Add missing SIGINFO signal
dholmes [Tue, 22 Oct 2019 22:00:21 -0400] rev 58744
8232571: Add missing SIGINFO signal Reviewed-by: dholmes, rriggs Contributed-by: Benoit Daloze <benoit.daloze@oracle.com>
Wed, 23 Oct 2019 10:02:26 +0900 8232592: <Unknown compiled code> is shown in jstack mixed mode
ysuenaga [Wed, 23 Oct 2019 10:02:26 +0900] rev 58743
8232592: <Unknown compiled code> is shown in jstack mixed mode Reviewed-by: cjplummer, phh
(0) -30000 -10000 -3000 -1000 -120 +120 tip