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
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
michaelm [Fri, 25 Oct 2019 15:56:35 +0100] rev 58801
Initial implementation of unix domain channels. See j.n.c.{Server}SocketChannel apidoc
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
michaelm [Fri, 25 Oct 2019 14:50:16 +0100] rev 58799
Initial changeset for unixdomainchannels
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
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
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
never [Thu, 24 Oct 2019 22:41:24 -0700] rev 58795
8232083: Minimal VM is broken after JDK-8231586
Reviewed-by: dlong
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
kvn [Thu, 24 Oct 2019 16:58:39 -0700] rev 58793
8232904: Update JVMCI
Reviewed-by: dnsimon
herrick [Thu, 24 Oct 2019 17:14:42 -0400] rev 58792
8223323: Adjust jpackage makefiles
Submitted-by: asemenyuk
Reviewed-by: aherrick, almatvee, erikj
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
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
epavlova [Thu, 24 Oct 2019 11:25:53 -0700] rev 58789
8166275: vm/mlvm/meth/stress/compiler/deoptimize keeps timeouting
Reviewed-by: kvn
shade [Mon, 30 Sep 2019 22:39:11 +0200] rev 58788
8222766: Shenandoah: streamline post-LRB CAS barrier (x86)
Reviewed-by: rkennke
pliden [Thu, 24 Oct 2019 17:24:58 +0200] rev 58787
8231552: ZGC: Refine address space reservation
Reviewed-by: eosterlund, stefank
mgronlun [Thu, 24 Oct 2019 16:37:22 +0200] rev 58786
8231081: TestMetadataRetention fails due to missing symbol id
Reviewed-by: egahlin
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
mdoerr [Thu, 24 Oct 2019 16:28:49 +0200] rev 58784
8232005: [s390, PPC64] More exception checks missing in interpreter
Reviewed-by: rrich, goetz
coleenp [Thu, 24 Oct 2019 08:52:33 -0400] rev 58783
8232788: Move biased locking initalization
Reviewed-by: pchilanomate, dholmes
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
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
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
alanb [Thu, 24 Oct 2019 11:07:31 +0100] rev 58779
8231602: Deprecate Thread.suspend/resume for removal
Reviewed-by: mchung, dholmes, chegar
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
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
weijun [Thu, 24 Oct 2019 15:53:20 +0800] rev 58776
8231598: keytool does not export sun.security.mscapi
Reviewed-by: mullan
redestad [Thu, 24 Oct 2019 09:57:29 +0200] rev 58775
8232613: Move Object.registerNatives into HotSpot
Reviewed-by: dholmes, adinn, coleenp, lfoltan, mchung
egahlin [Thu, 24 Oct 2019 07:02:36 +0200] rev 58774
Stabilize tests
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
jwilhelm [Thu, 24 Oct 2019 02:58:29 +0200] rev 58772
Added tag jdk-14+20 for changeset 54ffb15c4839
egahlin [Wed, 23 Oct 2019 23:47:56 +0200] rev 58771
Fix bug in TestStartEndTime.java
egahlin [Wed, 23 Oct 2019 23:23:18 +0200] rev 58770
Fix end time filtering
egahlin [Wed, 23 Oct 2019 23:22:27 +0200] rev 58769
Remove e.printStackTrace()
egahlin [Wed, 23 Oct 2019 23:20:18 +0200] rev 58768
Recording::setEndTime is incorrect
egahlin [Wed, 23 Oct 2019 23:19:27 +0200] rev 58767
ChunkParser should not log filtered events
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
egahlin [Wed, 23 Oct 2019 20:11:21 +0200] rev 58765
Add testing of RecordingStream::setStartTime
herrick [Wed, 23 Oct 2019 14:01:17 -0400] rev 58764
Merge
herrick [Wed, 23 Oct 2019 13:53:41 -0400] rev 58763
8232723: make the resource file main.wxs over-ridable
Reviewed-by: asemenyuk, almatvee
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
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
redestad [Wed, 23 Oct 2019 18:34:25 +0200] rev 58760
8232881: Remove unnecessary InstanceKlass::casts
Reviewed-by: coleenp
shade [Wed, 23 Oct 2019 17:35:32 +0200] rev 58759
8232882: GCC 4.8.5 build failure after JDK-8211073
Reviewed-by: thartmann
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
egahlin [Wed, 23 Oct 2019 17:02:32 +0200] rev 58757
Method setStartTime doesn't work with RecordingStream
redestad [Wed, 23 Oct 2019 15:48:11 +0200] rev 58756
8232887: Remove SystemDictionary::has_checkPackageAccess
Reviewed-by: coleenp, lfoltan
egahlin [Wed, 23 Oct 2019 15:01:32 +0200] rev 58755
Improve TestFilledChunks.java
erikj [Wed, 23 Oct 2019 05:48:17 -0700] rev 58754
8232834: RunTest sometimes fails to produce valid exitcode.txt
Reviewed-by: ihse
tschatzl [Wed, 23 Oct 2019 14:06:39 +0200] rev 58753
8232771: Revert JDK-8230794 because of environment changes
Reviewed-by: pliden, sjohanss
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
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
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
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
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