Fri, 22 Nov 2019 10:03:38 +0100 8233597: Clean up code in G1Analytics::compute_pause_time_ratio
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59222
8233597: Clean up code in G1Analytics::compute_pause_time_ratio Reviewed-by: kbarrett, sjohanss
Fri, 22 Nov 2019 10:03:38 +0100 8233702: Introduce helper function to clamp value to range
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59221
8233702: Introduce helper function to clamp value to range Reviewed-by: sjohanss, kbarrett
Fri, 22 Nov 2019 10:03:38 +0100 8234000: Make HeapRegion::bottom/end/hrm_index const
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59220
8234000: Make HeapRegion::bottom/end/hrm_index const Reviewed-by: kbarrett, sjohanss
Fri, 22 Nov 2019 10:03:38 +0100 8233997: Some members of HeapRegion are not cleared in HeapRegion::hr_clear()
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59219
8233997: Some members of HeapRegion are not cleared in HeapRegion::hr_clear() Reviewed-by: sjohanss, sangheki
Fri, 22 Nov 2019 10:03:38 +0100 8233306: Sort members in G1's HeapRegion after removal of Space dependency
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59218
8233306: Sort members in G1's HeapRegion after removal of Space dependency Reviewed-by: sangheki, sjohanss
Mon, 18 Nov 2019 16:49:39 +0100 8234339: replace JLI_StrTok in java_md_solinux.c
mbaesken [Mon, 18 Nov 2019 16:49:39 +0100] rev 59217
8234339: replace JLI_StrTok in java_md_solinux.c Reviewed-by: clanger, rriggs
Fri, 22 Nov 2019 09:25:09 +0100 8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem
clanger [Fri, 22 Nov 2019 09:25:09 +0100] rev 59216
8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem Reviewed-by: lancea, alanb
Thu, 21 Nov 2019 23:32:11 -0500 8230611: infinite loop in LogOutputList::wait_until_no_readers()
dbuck [Thu, 21 Nov 2019 23:32:11 -0500] rev 59215
8230611: infinite loop in LogOutputList::wait_until_no_readers() Summary: Add copy constructor and copy assignment operator to ensure reader count remains accurate Reviewed-by: kbarrett, dholmes
Thu, 21 Nov 2019 18:42:33 -0800 8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll
xuelei [Thu, 21 Nov 2019 18:42:33 -0800] rev 59214
8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll Reviewed-by: ascarpino
Fri, 22 Nov 2019 09:33:03 +0800 8026393: jarsigner never shows a warning in badKeyUsage case
weijun [Fri, 22 Nov 2019 09:33:03 +0800] rev 59213
8026393: jarsigner never shows a warning in badKeyUsage case Reviewed-by: mullan
Fri, 22 Nov 2019 00:29:48 +0000 8233548: Update CUP to v0.11b
joehw [Fri, 22 Nov 2019 00:29:48 +0000] rev 59212
8233548: Update CUP to v0.11b Reviewed-by: lancea
Thu, 21 Nov 2019 14:15:31 -0800 8234290: compiler/c2/Test6857159.java times out and fail to clean up files
iignatyev [Thu, 21 Nov 2019 14:15:31 -0800] rev 59211
8234290: compiler/c2/Test6857159.java times out and fail to clean up files Reviewed-by: thartmann
Thu, 21 Nov 2019 13:41:24 -0800 8234051: doclet crashes if HTML files in module doc-files directories
jjg [Thu, 21 Nov 2019 13:41:24 -0800] rev 59210
8234051: doclet crashes if HTML files in module doc-files directories Reviewed-by: hannesw
Thu, 21 Nov 2019 18:54:21 +0000 8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
hseigel [Thu, 21 Nov 2019 18:54:21 +0000] rev 59209
8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr Summary: Don't run test on Windows because ASLR can cause unexpected memory addresses Reviewed-by: coleenp
Thu, 21 Nov 2019 17:51:11 +0000 Merge unixdomainchannels
michaelm [Thu, 21 Nov 2019 17:51:11 +0000] rev 59208
Merge
Thu, 21 Nov 2019 17:04:27 +0000 8068184: Fix for JDK-8032832 caused a deadlock
alitvinov [Thu, 21 Nov 2019 17:04:27 +0000] rev 59207
8068184: Fix for JDK-8032832 caused a deadlock Reviewed-by: dfuchs, chegar
Thu, 21 Nov 2019 16:33:00 +0000 8234083: DatagramSocket should report SO_BROADCAST as a supported option
pconcannon [Thu, 21 Nov 2019 16:33:00 +0000] rev 59206
8234083: DatagramSocket should report SO_BROADCAST as a supported option Summary: DatagramSocket had a setBroadcast and getBroadcast setter/getter pair but curiously didn't report SO_BROADCAST as a supported option. Note: the source code changes were accidentally pushed with 8234103 so this changeset only has the test changes. The reviewers listed below had already reviewed the full (source+test) changes. Reviewed-by: alanb, vtewari, chegar
Thu, 21 Nov 2019 12:14:29 +0000 8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup
chegar [Thu, 21 Nov 2019 12:14:29 +0000] rev 59205
8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup Reviewed-by: alanb
Thu, 21 Nov 2019 12:14:28 +0000 8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError
chegar [Thu, 21 Nov 2019 12:14:28 +0000] rev 59204
8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError Reviewed-by: alanb
Thu, 21 Nov 2019 12:14:26 +0000 8232101: (sctp) Add minimal sanity tests for SCTP
chegar [Thu, 21 Nov 2019 12:14:26 +0000] rev 59203
8232101: (sctp) Add minimal sanity tests for SCTP Reviewed-by: alanb
Thu, 21 Nov 2019 12:14:25 +0000 8233845: (sctp) Relax assertion in sun.nio.ch.sctp.AssociationChange::association
chegar [Thu, 21 Nov 2019 12:14:25 +0000] rev 59202
8233845: (sctp) Relax assertion in sun.nio.ch.sctp.AssociationChange::association Reviewed-by: alanb
Thu, 21 Nov 2019 09:10:21 +0000 8234335: Remove line break in class declaration in java.base
jboes [Thu, 21 Nov 2019 09:10:21 +0000] rev 59201
8234335: Remove line break in class declaration in java.base Summary: Remove line break in class declarations where applicable Reviewed-by: rriggs, lancea
Wed, 20 Nov 2019 10:13:10 +0000 8234103: DatagramSocketImpl::socket is not needed
pconcannon [Wed, 20 Nov 2019 10:13:10 +0000] rev 59200
8234103: DatagramSocketImpl::socket is not needed Summary: DatagramSocketImpl has a socket field that links back to the DatagramSocket. This is only used to figure out whether multicasting is supported or not. This fix replaces it with a boolean isMulticast. Reviewed-by: alanb, chegar, dfuchs
Thu, 21 Nov 2019 11:31:58 +0000 8233801: GCMEmptyIv.java test fails on Solaris 11.4
coffeys [Thu, 21 Nov 2019 11:31:58 +0000] rev 59199
8233801: GCMEmptyIv.java test fails on Solaris 11.4 Reviewed-by: valeriep
Thu, 21 Nov 2019 11:42:54 +0100 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl [Thu, 21 Nov 2019 11:42:54 +0100] rev 59198
8228609: G1 copy cost prediction uses used vs. actual copied byte Summary: Let the object copy cost predictor use the actual copied bytes as input for the prediction instead of the used bytes. Reviewed-by: kbarrett, sjohanss
Wed, 20 Nov 2019 14:16:29 +0100 8234501: remove obsolete NET_ReadV
mbaesken [Wed, 20 Nov 2019 14:16:29 +0100] rev 59197
8234501: remove obsolete NET_ReadV Reviewed-by: alanb, vtewari
Thu, 21 Nov 2019 13:50:11 +0530 Merge
psadhukhan [Thu, 21 Nov 2019 13:50:11 +0530] rev 59196
Merge
Wed, 20 Nov 2019 12:18:46 +0530 8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
trebari [Wed, 20 Nov 2019 12:18:46 +0530] rev 59195
8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit() Reviewed-by: psadhukhan, pbansal, serb
Wed, 20 Nov 2019 11:29:27 +0530 8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly
psadhukhan [Wed, 20 Nov 2019 11:29:27 +0530] rev 59194
8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly Reviewed-by: serb
Wed, 20 Nov 2019 10:52:28 +0530 Merge
psadhukhan [Wed, 20 Nov 2019 10:52:28 +0530] rev 59193
Merge
Wed, 20 Nov 2019 09:28:31 +0900 8233707: systemScale.cpp could not compile with VS2019
ysuenaga [Wed, 20 Nov 2019 09:28:31 +0900] rev 59192
8233707: systemScale.cpp could not compile with VS2019 Reviewed-by: serb, aivanov
Fri, 15 Nov 2019 16:58:07 +0530 8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows
jdv [Fri, 15 Nov 2019 16:58:07 +0530] rev 59191
8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows Reviewed-by: psadhukhan
Fri, 15 Nov 2019 09:27:50 +0100 8234107: Several AWT modal dialog tests failing on Linux after JDK-8231991
neugens [Fri, 15 Nov 2019 09:27:50 +0100] rev 59190
8234107: Several AWT modal dialog tests failing on Linux after JDK-8231991 Summary: Fix off by one in wheel detection logic Reviewed-by: prr
Thu, 14 Nov 2019 15:13:29 -0800 8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
serb [Thu, 14 Nov 2019 15:13:29 -0800] rev 59189
8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail Reviewed-by: prr
Thu, 14 Nov 2019 10:59:45 +0530 8233634: [TESTBUG] Swing text test bug4278839.java fails on macos
psadhukhan [Thu, 14 Nov 2019 10:59:45 +0530] rev 59188
8233634: [TESTBUG] Swing text test bug4278839.java fails on macos Reviewed-by: serb
Thu, 14 Nov 2019 10:56:09 +0530 8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64
psadhukhan [Thu, 14 Nov 2019 10:56:09 +0530] rev 59187
8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64 Reviewed-by: serb
Tue, 12 Nov 2019 15:54:24 +0100 8231991: Mouse wheel change focus on awt/swing windows
neugens [Tue, 12 Nov 2019 15:54:24 +0100] rev 59186
8231991: Mouse wheel change focus on awt/swing windows Summary: Avoid focus logic when only mouse wheel is moved up/down. Reviewed-by: serb, dmarkov
Tue, 12 Nov 2019 12:29:09 +0530 8233910: java/awt/ColorClass/AlphaColorTest.java is failing intermittently in nightly lnux-x64 system
psadhukhan [Tue, 12 Nov 2019 12:29:09 +0530] rev 59185
8233910: java/awt/ColorClass/AlphaColorTest.java is failing intermittently in nightly lnux-x64 system Reviewed-by: serb, prr
Fri, 08 Nov 2019 13:16:27 +0530 8233833: ProblemList java/awt/Frame/FrameLocation/FrameLocation.java for linux-x64
psadhukhan [Fri, 08 Nov 2019 13:16:27 +0530] rev 59184
8233833: ProblemList java/awt/Frame/FrameLocation/FrameLocation.java for linux-x64 Reviewed-by: serb
Fri, 08 Nov 2019 05:24:29 +0000 8233657: Intermittent NPE in Component.validate()
serb [Fri, 08 Nov 2019 05:24:29 +0000] rev 59183
8233657: Intermittent NPE in Component.validate() Reviewed-by: prr
Thu, 07 Nov 2019 11:30:22 +0530 8214578: [macos] Problem with backslashes on macOS/JIS keyboard: Java ignores system settings
psadhukhan [Thu, 07 Nov 2019 11:30:22 +0530] rev 59182
8214578: [macos] Problem with backslashes on macOS/JIS keyboard: Java ignores system settings Reviewed-by: serb, prr
Wed, 06 Nov 2019 11:05:28 +0530 8231084: Large performance regression in SwingMark TextArea in 14-b13
psadhukhan [Wed, 06 Nov 2019 11:05:28 +0530] rev 59181
8231084: Large performance regression in SwingMark TextArea in 14-b13 8231336: Corrupted option dialog in JTHarness with JDK14b13 Reviewed-by: serb, prr
Wed, 06 Nov 2019 10:48:10 +0530 8229935: [TEST_BUG]: bug8132119.java inconsistently positions text
psadhukhan [Wed, 06 Nov 2019 10:48:10 +0530] rev 59180
8229935: [TEST_BUG]: bug8132119.java inconsistently positions text Reviewed-by: serb
Tue, 05 Nov 2019 15:55:46 -0800 8233649: Update ProblemList.txt to exclude failing headful tests on macos
prr [Tue, 05 Nov 2019 15:55:46 -0800] rev 59179
8233649: Update ProblemList.txt to exclude failing headful tests on macos Reviewed-by: serb
Tue, 05 Nov 2019 16:33:55 +0530 8233583: ProblemList javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java & ShapedPerPixelTranslucentGradient.java failing incosistently in linux-x64
psadhukhan [Tue, 05 Nov 2019 16:33:55 +0530] rev 59178
8233583: ProblemList javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java & ShapedPerPixelTranslucentGradient.java failing incosistently in linux-x64 Reviewed-by: jdv
Tue, 05 Nov 2019 11:00:42 +0530 Merge
psadhukhan [Tue, 05 Nov 2019 11:00:42 +0530] rev 59177
Merge
Mon, 04 Nov 2019 10:01:55 -0800 8233097: Fontmetrics for large Fonts has zero width
prr [Mon, 04 Nov 2019 10:01:55 -0800] rev 59176
8233097: Fontmetrics for large Fonts has zero width Reviewed-by: jdv, serb
Thu, 24 Oct 2019 14:54:31 -0700 8232200: [macos 10.15] Windows in fullscreen tests jumps around the screen
serb [Thu, 24 Oct 2019 14:54:31 -0700] rev 59175
8232200: [macos 10.15] Windows in fullscreen tests jumps around the screen Reviewed-by: prr
Wed, 30 Oct 2019 13:47:49 -0700 8232154: Update Mesa 3-D Headers to version 19.2.1
prr [Wed, 30 Oct 2019 13:47:49 -0700] rev 59174
8232154: Update Mesa 3-D Headers to version 19.2.1 Reviewed-by: serb, kcr
Wed, 30 Oct 2019 16:59:40 +0530 8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
arapte [Wed, 30 Oct 2019 16:59:40 +0530] rev 59173
8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys Reviewed-by: serb, psadhukhan
Fri, 25 Oct 2019 13:32:01 -0700 8175984: ICC_Profile has un-needed, not-empty finalize method
prr [Fri, 25 Oct 2019 13:32:01 -0700] rev 59172
8175984: ICC_Profile has un-needed, not-empty finalize method Reviewed-by: jdv, serb
Thu, 24 Oct 2019 01:02:08 -0700 8213119: [macos] java/awt/GraphicsDevice/CheckDisplayModes.java fails
serb [Thu, 24 Oct 2019 01:02:08 -0700] rev 59171
8213119: [macos] java/awt/GraphicsDevice/CheckDisplayModes.java fails Reviewed-by: prr, jdv
Fri, 18 Oct 2019 09:25:06 -0700 Merge
prr [Fri, 18 Oct 2019 09:25:06 -0700] rev 59170
Merge
Thu, 17 Oct 2019 14:07:02 -0700 8230869: [macos 10.15] The String "X Y Z" was not set to application's icon in the taskbar
serb [Thu, 17 Oct 2019 14:07:02 -0700] rev 59169
8230869: [macos 10.15] The String "X Y Z" was not set to application's icon in the taskbar Reviewed-by: jdv, psadhukhan
Wed, 16 Oct 2019 22:30:30 +0100 8223558: Java does not render Myanmar script correctly
aivanov [Wed, 16 Oct 2019 22:30:30 +0100] rev 59168
8223558: Java does not render Myanmar script correctly Reviewed-by: prr, serb
Tue, 15 Oct 2019 22:42:23 -0700 8232225: Rework the fix for JDK-8071483
serb [Tue, 15 Oct 2019 22:42:23 -0700] rev 59167
8232225: Rework the fix for JDK-8071483 Reviewed-by: prr
Tue, 19 Nov 2019 09:56:43 +0100 8234323: NULL-check return value of SurfaceData_InitOps on macosx
mbaesken [Tue, 19 Nov 2019 09:56:43 +0100] rev 59166
8234323: NULL-check return value of SurfaceData_InitOps on macosx Reviewed-by: clanger
Wed, 20 Nov 2019 05:58:19 +0000 8234321: Call cache flush after generating trampoline.
xgong [Wed, 20 Nov 2019 05:58:19 +0000] rev 59165
8234321: Call cache flush after generating trampoline. Reviewed-by: adinn, iklam
Thu, 21 Nov 2019 09:55:12 +0800 8234499: [Graal] compiler/compilercontrol/CompilationModeHighOnlyTest.java test fails with timeout
jiefu [Thu, 21 Nov 2019 09:55:12 +0800] rev 59164
8234499: [Graal] compiler/compilercontrol/CompilationModeHighOnlyTest.java test fails with timeout Reviewed-by: iignatyev
Thu, 21 Nov 2019 03:33:36 +0100 Added tag jdk-14+24 for changeset 438337c846fb
jwilhelm [Thu, 21 Nov 2019 03:33:36 +0100] rev 59163
Added tag jdk-14+24 for changeset 438337c846fb
Wed, 20 Nov 2019 18:23:06 -0800 8147017: Platform.isGraal should be removed
iignatyev [Wed, 20 Nov 2019 18:23:06 -0800] rev 59162
8147017: Platform.isGraal should be removed Reviewed-by: kvn, mseledtsov
Wed, 20 Nov 2019 16:10:38 -0800 8234358: Update ProblemList entry for NashornPopFrameTest
amenkov [Wed, 20 Nov 2019 16:10:38 -0800] rev 59161
8234358: Update ProblemList entry for NashornPopFrameTest Reviewed-by: dtitov, cjplummer
Wed, 20 Nov 2019 10:17:37 -0500 JDK-8234402: revert change that stopped providing JPackageToolProvider JDK-8200758-branch
herrick [Wed, 20 Nov 2019 10:17:37 -0500] rev 59160
JDK-8234402: revert change that stopped providing JPackageToolProvider Reviewed-by: asemenyuk, almatvee, kcr
Tue, 19 Nov 2019 18:45:08 -0500 merge JDK-8200758-branch
herrick [Tue, 19 Nov 2019 18:45:08 -0500] rev 59159
merge
Tue, 12 Nov 2019 00:30:55 -0300 8233404: System property to set the number of PBE iterations in JCEKS keystores jdk-14+24
mbalao [Tue, 12 Nov 2019 00:30:55 -0300] rev 59158
8233404: System property to set the number of PBE iterations in JCEKS keystores Reviewed-by: weijun
Wed, 20 Nov 2019 14:51:42 +0000 8234512: Missing pieces from JDK-8224816
eosterlund [Wed, 20 Nov 2019 14:51:42 +0000] rev 59157
8234512: Missing pieces from JDK-8224816 Reviewed-by: rehn, pliden, kbarrett, gziemski
Wed, 20 Nov 2019 09:10:02 -0500 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed [Wed, 20 Nov 2019 09:10:02 -0500] rev 59156
8230876: baseline cleanups from Async Monitor Deflation v2.0[789] Reviewed-by: dholmes, kvn
Fri, 01 Nov 2019 10:28:15 +0100 LeftOverBins as an optional replacement of free block dictionary which is rather ineffective stuefe-new-metaspace-branch
stuefe [Fri, 01 Nov 2019 10:28:15 +0100] rev 59155
LeftOverBins as an optional replacement of free block dictionary which is rather ineffective
Wed, 20 Nov 2019 10:37:46 +0100 8234438: Remove some CMS leftovers
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59154
8234438: Remove some CMS leftovers Reviewed-by: kbarrett, sjohanss
Wed, 20 Nov 2019 10:37:46 +0100 8234437: Remove CollectedHeap::safe_object_iterate()
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59153
8234437: Remove CollectedHeap::safe_object_iterate() Reviewed-by: kbarrett, sjohanss
Wed, 20 Nov 2019 10:37:46 +0100 8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59152
8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled Reviewed-by: mgronlun, tschatzl
Wed, 20 Nov 2019 10:37:46 +0100 8234382: Test tools/javac/processing/model/testgetallmembers/Main.java using too small heap
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59151
8234382: Test tools/javac/processing/model/testgetallmembers/Main.java using too small heap Reviewed-by: eosterlund, tschatzl
Wed, 20 Nov 2019 10:37:46 +0100 8234361: ZGC: Move heuristics code in ZWorker to ZHeuristics
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59150
8234361: ZGC: Move heuristics code in ZWorker to ZHeuristics Reviewed-by: eosterlund, stefank
Wed, 20 Nov 2019 10:37:46 +0100 8234338: ZGC: Improve small heap usage
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59149
8234338: ZGC: Improve small heap usage Reviewed-by: eosterlund, stefank
Wed, 20 Nov 2019 10:37:46 +0100 8234312: ZGC: Adjust warmup criteria
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59148
8234312: ZGC: Adjust warmup criteria Reviewed-by: eosterlund, stefank
Wed, 20 Nov 2019 10:37:45 +0100 8234379: ZGC: Do not resize TALBs unless -XX:ResizeTLAB is enabled
pliden [Wed, 20 Nov 2019 10:37:45 +0100] rev 59147
8234379: ZGC: Do not resize TALBs unless -XX:ResizeTLAB is enabled Reviewed-by: eosterlund, tschatzl
Wed, 20 Nov 2019 08:35:53 +0000 8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS)
alanb [Wed, 20 Nov 2019 08:35:53 +0000] rev 59146
8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS) Reviewed-by: dfuchs, chegar
Wed, 20 Nov 2019 09:12:07 +0100 8231460: Performance issue (CodeHeap) with large free blocks
lucy [Wed, 20 Nov 2019 09:12:07 +0100] rev 59145
8231460: Performance issue (CodeHeap) with large free blocks Reviewed-by: adinn, stuefe
Wed, 20 Nov 2019 16:37:42 +0900 8230873: [AIX] GUI app does not work with UTF-8 locale on minimum software requirements
itakiguchi [Wed, 20 Nov 2019 16:37:42 +0900] rev 59144
8230873: [AIX] GUI app does not work with UTF-8 locale on minimum software requirements Summary: Fix fontconfig.properties file for AIX UTF-8 locales Reviewed-by: clanger
Wed, 20 Nov 2019 09:29:23 +0300 8233113: ARM32: assert on UnsafeJlong mutex rank check
bulasevich [Wed, 20 Nov 2019 09:29:23 +0300] rev 59143
8233113: ARM32: assert on UnsafeJlong mutex rank check Reviewed-by: coleenp, dholmes
Tue, 19 Nov 2019 16:26:58 -0800 8234381: API docs should mention special handling of enums in serialization
darcy [Tue, 19 Nov 2019 16:26:58 -0800] rev 59142
8234381: API docs should mention special handling of enums in serialization Reviewed-by: rriggs
Wed, 20 Nov 2019 08:12:14 +0800 8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException
weijun [Wed, 20 Nov 2019 08:12:14 +0800] rev 59141
8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException Reviewed-by: mullan, wetmore
Tue, 19 Nov 2019 23:22:27 +0100 8233497: Optimize default method generation by data structure reuse
redestad [Tue, 19 Nov 2019 23:22:27 +0100] rev 59140
8233497: Optimize default method generation by data structure reuse Reviewed-by: lfoltan, coleenp, igerasim
Tue, 19 Nov 2019 12:28:39 -0800 8232533: G1 uses only a single thread for pretouching the java heap
sangheki [Tue, 19 Nov 2019 12:28:39 -0800] rev 59139
8232533: G1 uses only a single thread for pretouching the java heap Reviewed-by: tschatzl, sjohanss
Tue, 19 Nov 2019 20:01:05 +0100 Honor AlwaysPreTouch when commiting memory stuefe-new-metaspace-branch
stuefe [Tue, 19 Nov 2019 20:01:05 +0100] rev 59138
Honor AlwaysPreTouch when commiting memory
Tue, 19 Nov 2019 10:02:46 -0800 8233272: The Class.forName specification should be updated to match the long-standing implementation with respect to class linking
bchristi [Tue, 19 Nov 2019 10:02:46 -0800] rev 59137
8233272: The Class.forName specification should be updated to match the long-standing implementation with respect to class linking Reviewed-by: dholmes, mchung
Fri, 15 Nov 2019 11:05:03 +0100 8231954: Test compiler/codegen/TestCharVect2.java only works with server VMs
cgo [Fri, 15 Nov 2019 11:05:03 +0100] rev 59136
8231954: Test compiler/codegen/TestCharVect2.java only works with server VMs Reviewed-by: iignatyev, kvn
Tue, 19 Nov 2019 16:58:25 +0100 Fix bug in zap_range and add virtual space test stuefe-new-metaspace-branch
stuefe [Tue, 19 Nov 2019 16:58:25 +0100] rev 59135
Fix bug in zap_range and add virtual space test
Tue, 19 Nov 2019 16:53:17 +0100 Verify metaspace when printing VM.metaspace stuefe-new-metaspace-branch
stuefe [Tue, 19 Nov 2019 16:53:17 +0100] rev 59134
Verify metaspace when printing VM.metaspace
Tue, 19 Nov 2019 11:35:29 +0000 8233922: Service binding augments module graph with observable incubator modules
alanb [Tue, 19 Nov 2019 11:35:29 +0000] rev 59133
8233922: Service binding augments module graph with observable incubator modules Reviewed-by: mchung
Mon, 18 Nov 2019 23:41:06 -0500 8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1)
dholmes [Mon, 18 Nov 2019 23:41:06 -0500] rev 59132
8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1) Reviewed-by: rehn, stuefe, dcubed, sspitsyn
Tue, 19 Nov 2019 13:33:09 +0900 8220074: Clean up GCC 8.3 errors in LittleCMS
ysuenaga [Tue, 19 Nov 2019 13:33:09 +0900] rev 59131
8220074: Clean up GCC 8.3 errors in LittleCMS Reviewed-by: prr
Mon, 18 Nov 2019 16:03:51 -0800 8233462: serviceability/tmtools/jstat tests times out with -Xcomp
iignatyev [Mon, 18 Nov 2019 16:03:51 -0800] rev 59130
8233462: serviceability/tmtools/jstat tests times out with -Xcomp Reviewed-by: sspitsyn
Mon, 18 Nov 2019 14:13:11 -0800 8234304: runtime/cds/appcds/javaldr tests should use driver mode
iignatyev [Mon, 18 Nov 2019 14:13:11 -0800] rev 59129
8234304: runtime/cds/appcds/javaldr tests should use driver mode Reviewed-by: iklam, mseledtsov
Mon, 18 Nov 2019 13:22:27 +0100 8234324: ARM32 build broken after 8231610
cgo [Mon, 18 Nov 2019 13:22:27 +0100] rev 59128
8234324: ARM32 build broken after 8231610 Reviewed-by: iklam, aph
Mon, 18 Nov 2019 12:40:06 -0500 merge JDK-8200758-branch
herrick [Mon, 18 Nov 2019 12:40:06 -0500] rev 59127
merge
Wed, 13 Nov 2019 17:21:31 -0500 Merge JDK-8200758-branch
herrick [Wed, 13 Nov 2019 17:21:31 -0500] rev 59126
Merge
Mon, 18 Nov 2019 18:21:18 +0100 8233193: Incorrect bailout from possibly_add_compiler_threads
mdoerr [Mon, 18 Nov 2019 18:21:18 +0100] rev 59125
8233193: Incorrect bailout from possibly_add_compiler_threads Reviewed-by: dholmes, thartmann
Mon, 18 Nov 2019 16:48:05 +0000 8233141: DatagramSocket.send doesn't specify exception thrown when no target address
dfuchs [Mon, 18 Nov 2019 16:48:05 +0000] rev 59124
8233141: DatagramSocket.send doesn't specify exception thrown when no target address Summary: DatagramSocket and MulticastSocket send methods are changed to throw IllegalArgumentException if no target address can be determined. Reviewed-by: alanb
Mon, 18 Nov 2019 16:53:41 +0000 unixdomainchannels: autobound local address problem unixdomainchannels
michaelm [Mon, 18 Nov 2019 16:53:41 +0000] rev 59123
unixdomainchannels: autobound local address problem
Mon, 18 Nov 2019 17:11:06 +0100 8233787: Break cycle in vm_version* includes
lucy [Mon, 18 Nov 2019 17:11:06 +0100] rev 59122
8233787: Break cycle in vm_version* includes Reviewed-by: kbarrett, mdoerr
Mon, 18 Nov 2019 16:10:32 +0100 8234248: More VectorSet cleanups
redestad [Mon, 18 Nov 2019 16:10:32 +0100] rev 59121
8234248: More VectorSet cleanups Reviewed-by: neliasso, thartmann
Wed, 06 Nov 2019 18:06:36 +0100 8233712: Limit default tests jobs based on ulimit -u setting
sgehwolf [Wed, 06 Nov 2019 18:06:36 +0100] rev 59120
8233712: Limit default tests jobs based on ulimit -u setting Reviewed-by: erikj, ihse
Fri, 15 Nov 2019 16:10:29 +0100 8233219: NMT output on AIX misses some categories
mbaesken [Fri, 15 Nov 2019 16:10:29 +0100] rev 59119
8233219: NMT output on AIX misses some categories Reviewed-by: stuefe, zgu
Fri, 15 Nov 2019 21:19:56 -0500 8234274: [BACKOUT] JDK-8204128 NMT might report incorrect numbers for Compiler area
dcubed [Fri, 15 Nov 2019 21:19:56 -0500] rev 59118
8234274: [BACKOUT] JDK-8204128 NMT might report incorrect numbers for Compiler area Reviewed-by: zgu
Fri, 15 Nov 2019 18:31:55 -0500 8234272: ProblemList runtime/NMT/HugeArenaTracking.java
dcubed [Fri, 15 Nov 2019 18:31:55 -0500] rev 59117
8234272: ProblemList runtime/NMT/HugeArenaTracking.java Reviewed-by: iignatyev
Fri, 15 Nov 2019 14:22:24 -0800 8214904: Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5"
iignatyev [Fri, 15 Nov 2019 14:22:24 -0800] rev 59116
8214904: Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5" Reviewed-by: kvn, epavlova
Fri, 15 Nov 2019 16:58:29 -0500 8233280: Remove GCLockerInvokesConcurrent
kbarrett [Fri, 15 Nov 2019 16:58:29 -0500] rev 59115
8233280: Remove GCLockerInvokesConcurrent Summary: Remove use and make option obsolete. Reviewed-by: tschatzl, sjohanss
Thu, 14 Nov 2019 17:34:45 -0800 8234208: Logging reports zero total refined cards under "Before GC RS summary"
manc [Thu, 14 Nov 2019 17:34:45 -0800] rev 59114
8234208: Logging reports zero total refined cards under "Before GC RS summary" Reviewed-by: kbarrett, tschatzl
Fri, 15 Nov 2019 15:33:34 -0500 8204128: NMT might report incorrect numbers for Compiler area
zgu [Fri, 15 Nov 2019 15:33:34 -0500] rev 59113
8204128: NMT might report incorrect numbers for Compiler area Reviewed-by: stuefe, tschatzl
Fri, 15 Nov 2019 20:29:11 +0100 8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
simonis [Fri, 15 Nov 2019 20:29:11 +0100] rev 59112
8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater() Reviewed-by: clanger, lancea
Fri, 15 Nov 2019 16:30:39 +0000 unixdomainchannels: finx to local address handling unixdomainchannels
michaelm [Fri, 15 Nov 2019 16:30:39 +0000] rev 59111
unixdomainchannels: finx to local address handling
Fri, 15 Nov 2019 20:39:26 +0800 8234232: [TESTBUG] gc/shenandoah/jvmti/TestHeapDump.java fails with -Xcomp
jiefu [Fri, 15 Nov 2019 20:39:26 +0800] rev 59110
8234232: [TESTBUG] gc/shenandoah/jvmti/TestHeapDump.java fails with -Xcomp Reviewed-by: zgu
Fri, 15 Nov 2019 19:38:31 +0800 8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum
jiefu [Fri, 15 Nov 2019 19:38:31 +0800] rev 59109
8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum Reviewed-by: mullan
Fri, 15 Nov 2019 11:09:29 +0100 8234188: AIX build broken after 8220310
mdoerr [Fri, 15 Nov 2019 11:09:29 +0100] rev 59108
8234188: AIX build broken after 8220310 Reviewed-by: hseigel
Fri, 15 Nov 2019 10:11:04 +0100 Fix counter mismatch after workaround for JDK-8233019 stuefe-new-metaspace-branch
stuefe [Fri, 15 Nov 2019 10:11:04 +0100] rev 59107
Fix counter mismatch after workaround for JDK-8233019
Thu, 14 Nov 2019 19:49:55 -0800 8232019: Add LuxTrust certificate updates to the existing root program
rhalade [Thu, 14 Nov 2019 19:49:55 -0800] rev 59106
8232019: Add LuxTrust certificate updates to the existing root program Reviewed-by: mullan
Thu, 14 Nov 2019 22:36:40 -0500 8233549: Thread interrupted state must only be accessed when not in a safepoint-safe state
dholmes [Thu, 14 Nov 2019 22:36:40 -0500] rev 59105
8233549: Thread interrupted state must only be accessed when not in a safepoint-safe state Reviewed-by: dcubed, sspitsyn
Fri, 15 Nov 2019 09:06:58 +0800 8214024: Remove the default keytool -keyalg value
weijun [Fri, 15 Nov 2019 09:06:58 +0800] rev 59104
8214024: Remove the default keytool -keyalg value Reviewed-by: mullan
Thu, 14 Nov 2019 16:34:24 -0800 8233888: jdk.vm.ci.hotspot.test.VirtualObjectLayoutTest.testFormat(): Unexpected error verifying
never [Thu, 14 Nov 2019 16:34:24 -0800] rev 59103
8233888: jdk.vm.ci.hotspot.test.VirtualObjectLayoutTest.testFormat(): Unexpected error verifying Reviewed-by: kvn, iignatyev
Thu, 14 Nov 2019 15:07:37 +0800 8233912: aarch64: minor improvements of atomic operations
fyang [Thu, 14 Nov 2019 15:07:37 +0800] rev 59102
8233912: aarch64: minor improvements of atomic operations Reviewed-by: aph
Thu, 14 Nov 2019 23:16:40 +0000 aefimov-dns-client-branch: Fix timeouts, add platform specific file locations aefimov-dns-client-branch
aefimov [Thu, 14 Nov 2019 23:16:40 +0000] rev 59101
aefimov-dns-client-branch: Fix timeouts, add platform specific file locations
Thu, 14 Nov 2019 23:13:47 +0000 aefimov-dns-client-branch: fix windows builds aefimov-dns-client-branch
aefimov [Thu, 14 Nov 2019 23:13:47 +0000] rev 59100
aefimov-dns-client-branch: fix windows builds
Thu, 14 Nov 2019 13:50:03 +0000 Merge aefimov-dns-client-branch
aefimov [Thu, 14 Nov 2019 13:50:03 +0000] rev 59099
Merge
Thu, 14 Nov 2019 14:54:39 -0800 8234196: [TESTBUG] DynamicArchiveRelocationTest.java missing "ArchiveRelocationMode == 1 ...."
iklam [Thu, 14 Nov 2019 14:54:39 -0800] rev 59098
8234196: [TESTBUG] DynamicArchiveRelocationTest.java missing "ArchiveRelocationMode == 1 ...." Reviewed-by: dcubed
Wed, 13 Nov 2019 16:49:14 -0800 8234127: BasicHashtable does not support small table_size
manc [Wed, 13 Nov 2019 16:49:14 -0800] rev 59097
8234127: BasicHashtable does not support small table_size Reviewed-by: coleenp, jiangli
Thu, 14 Nov 2019 12:42:44 -0800 8234183: [TESTBUG] tools/javac/api/TestModuleUnnamedPackage.java fails to compile
jjg [Thu, 14 Nov 2019 12:42:44 -0800] rev 59096
8234183: [TESTBUG] tools/javac/api/TestModuleUnnamedPackage.java fails to compile Reviewed-by: jjg Contributed-by: fujie@loongson.cn
Thu, 14 Nov 2019 12:21:00 -0800 8233841: Update Graal
dlong [Thu, 14 Nov 2019 12:21:00 -0800] rev 59095
8233841: Update Graal Reviewed-by: kvn
Thu, 14 Nov 2019 11:16:14 -0800 8232244: [TESTBUG] Incorrect comment in TestClassUnloadEvent.java
mseledtsov [Thu, 14 Nov 2019 11:16:14 -0800] rev 59094
8232244: [TESTBUG] Incorrect comment in TestClassUnloadEvent.java Summary: Removed incorrect comment Reviewed-by: iignatyev
Thu, 14 Nov 2019 11:04:57 +0000 8233989: Create an IPv4 version of java/net/MulticastSocket/SetLoopbackMode.java
pconcannon [Thu, 14 Nov 2019 11:04:57 +0000] rev 59093
8233989: Create an IPv4 version of java/net/MulticastSocket/SetLoopbackMode.java Summary: This fix adds an IPv4 version of test SetLoopbackMode.java that calls SetLoopbackMode in IPv4 only mode, and runs only if IPv4 is enabled. Reviewed-by: dfuchs
Thu, 14 Nov 2019 10:49:20 +0000 8233860: AfterClose.java test incorrectly handles IP_MULTICAST_IF
pconcannon [Thu, 14 Nov 2019 10:49:20 +0000] rev 59092
8233860: AfterClose.java test incorrectly handles IP_MULTICAST_IF Summary: Correction to invalid value used to ensure test fails as expected. Reviewed-by: alanb, dfuchs, vtewari
Thu, 14 Nov 2019 18:41:04 +0000 8233686: XML transformer uses excessive amount of memory
joehw [Thu, 14 Nov 2019 18:41:04 +0000] rev 59091
8233686: XML transformer uses excessive amount of memory Summary: remove unnecessary object creation and also update xalan.md file Reviewed-by: lancea
Thu, 14 Nov 2019 17:43:07 +0000 unixdomainchannels: more fixes unixdomainchannels
michaelm [Thu, 14 Nov 2019 17:43:07 +0000] rev 59090
unixdomainchannels: more fixes
Thu, 14 Nov 2019 09:06:43 -0800 8146298: (dc spec) connect and disconnect methods should specify that they may block
bpb [Thu, 14 Nov 2019 09:06:43 -0800] rev 59089
8146298: (dc spec) connect and disconnect methods should specify that they may block Reviewed-by: alanb, chegar, dfuchs, darcy
Thu, 14 Nov 2019 12:50:08 -0400 add missing files JDK-8193209-branch
jlaskey [Thu, 14 Nov 2019 12:50:08 -0400] rev 59088
add missing files
Thu, 14 Nov 2019 12:39:56 -0400 [mq]: other JDK-8193209-branch
jlaskey [Thu, 14 Nov 2019 12:39:56 -0400] rev 59087
[mq]: other
Thu, 14 Nov 2019 12:39:49 -0400 [mq]: refresh JDK-8193209-branch
jlaskey [Thu, 14 Nov 2019 12:39:49 -0400] rev 59086
[mq]: refresh
Thu, 14 Nov 2019 12:36:46 -0400 reconstructing branch JDK-8193209-branch
jlaskey [Thu, 14 Nov 2019 12:36:46 -0400] rev 59085
reconstructing branch
Thu, 14 Nov 2019 12:33:47 -0400 restarting random branch jlaskey-prng
jlaskey [Thu, 14 Nov 2019 12:33:47 -0400] rev 59084
restarting random branch
Thu, 14 Nov 2019 10:54:32 -0500 8234080: jdk/nio/zipfs/CRCWriteTest.java fails
lancea [Thu, 14 Nov 2019 10:54:32 -0500] rev 59083
8234080: jdk/nio/zipfs/CRCWriteTest.java fails Reviewed-by: clanger, amlu
Thu, 14 Nov 2019 15:01:49 +0000 unixdomainchannels: fix some sockaddr_un address handling unixdomainchannels
michaelm [Thu, 14 Nov 2019 15:01:49 +0000] rev 59082
unixdomainchannels: fix some sockaddr_un address handling
Thu, 14 Nov 2019 15:24:35 +0100 8234003: Improve IndexSet iteration
redestad [Thu, 14 Nov 2019 15:24:35 +0100] rev 59081
8234003: Improve IndexSet iteration Reviewed-by: neliasso, thartmann
Thu, 14 Nov 2019 08:54:56 -0400 [mq]: latest JDK-8193209-branch
jlaskey [Thu, 14 Nov 2019 08:54:56 -0400] rev 59080
[mq]: latest
Thu, 14 Nov 2019 12:40:13 +0000 Merge unixdomainchannels
michaelm [Thu, 14 Nov 2019 12:40:13 +0000] rev 59079
Merge
Thu, 14 Nov 2019 12:38:31 +0000 unixdomainchannels: new test plus apidoc update unixdomainchannels
michaelm [Thu, 14 Nov 2019 12:38:31 +0000] rev 59078
unixdomainchannels: new test plus apidoc update
Thu, 14 Nov 2019 10:40:08 +0000 unixdomainchannels: apidoc updates unixdomainchannels
michaelm [Thu, 14 Nov 2019 10:40:08 +0000] rev 59077
unixdomainchannels: apidoc updates
Thu, 14 Nov 2019 10:16:28 +0000 unixdomainchannels: unix domain automatic bind unixdomainchannels
michaelm [Thu, 14 Nov 2019 10:16:28 +0000] rev 59076
unixdomainchannels: unix domain automatic bind
Thu, 14 Nov 2019 10:55:46 +0100 8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return type
jvernee [Thu, 14 Nov 2019 10:55:46 +0100] rev 59075
8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return type Reviewed-by: redestad, vlivanov, jrose
Thu, 14 Nov 2019 09:06:10 +0000 unixdomainchannels: minor apidoc update unixdomainchannels
michaelm [Thu, 14 Nov 2019 09:06:10 +0000] rev 59074
unixdomainchannels: minor apidoc update
Thu, 14 Nov 2019 08:27:28 +0000 unixdomainchannels: test updates unixdomainchannels
michaelm [Thu, 14 Nov 2019 08:27:28 +0000] rev 59073
unixdomainchannels: test updates
Wed, 13 Nov 2019 19:55:11 -0800 8234133: VM build broken due to memory/archiveUtils.inline.hpp
iklam [Wed, 13 Nov 2019 19:55:11 -0800] rev 59072
8234133: VM build broken due to memory/archiveUtils.inline.hpp Reviewed-by: dholmes
Thu, 14 Nov 2019 03:01:43 +0100 Added tag jdk-14+23 for changeset 15936b142f86
jwilhelm [Thu, 14 Nov 2019 03:01:43 +0100] rev 59071
Added tag jdk-14+23 for changeset 15936b142f86
Wed, 13 Nov 2019 16:36:54 -0800 8231610: Relocate the CDS archive if it cannot be mapped to the requested address
iklam [Wed, 13 Nov 2019 16:36:54 -0800] rev 59070
8231610: Relocate the CDS archive if it cannot be mapped to the requested address Reviewed-by: jiangli, coleenp, ccheung
Thu, 14 Nov 2019 10:02:52 +0800 8234130: Zero VM build broken after JDK-8233913
jiefu [Thu, 14 Nov 2019 10:02:52 +0800] rev 59069
8234130: Zero VM build broken after JDK-8233913 Reviewed-by: coleenp
Wed, 13 Nov 2019 15:16:45 -0800 8233096: Update javax.lang.model for switch expressions
darcy [Wed, 13 Nov 2019 15:16:45 -0800] rev 59068
8233096: Update javax.lang.model for switch expressions Reviewed-by: jjg, jlahoda
Wed, 13 Nov 2019 18:00:30 -0500 8232588: G1 concurrent System.gc can return early or late
kbarrett [Wed, 13 Nov 2019 18:00:30 -0500] rev 59067
8232588: G1 concurrent System.gc can return early or late 8233279: G1: GCLocker GC with +GCLockerInvokesConcurrent spins while cycle in progress Summary: Refactor G1CH::try_collect and fix bugs with concurrent collections. Reviewed-by: tschatzl, sjohanss
Wed, 13 Nov 2019 14:08:04 -0800 8231915: two JDI tests interfere with each other
amenkov [Wed, 13 Nov 2019 14:08:04 -0800] rev 59066
8231915: two JDI tests interfere with each other Reviewed-by: sspitsyn, dtitov
Wed, 13 Nov 2019 13:05:16 -0800 8231635: SA Stackwalking code stuck in BasicTypeDataBase.findDynamicTypeForAddress()
cjplummer [Wed, 13 Nov 2019 13:05:16 -0800] rev 59065
8231635: SA Stackwalking code stuck in BasicTypeDataBase.findDynamicTypeForAddress() Summary: Better checking for invalid stack address when walking the stack frames Reviewed-by: sspitsyn, dtitov
Wed, 13 Nov 2019 11:34:31 -0800 8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set
iignatyev [Wed, 13 Nov 2019 11:34:31 -0800] rev 59064
8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set Reviewed-by: redestad
Wed, 13 Nov 2019 10:59:25 -0800 8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay
iignatyev [Wed, 13 Nov 2019 10:59:25 -0800] rev 59063
8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay Reviewed-by: kvn, epavlova, roland, mdoerr
Wed, 13 Nov 2019 10:51:41 -0800 8220312: Implementation: NUMA-Aware Memory Allocation for G1, Logging (3/3)
sangheki [Wed, 13 Nov 2019 10:51:41 -0800] rev 59062
8220312: Implementation: NUMA-Aware Memory Allocation for G1, Logging (3/3) Reviewed-by: kbarrett, sjohanss, tschatzl
Wed, 13 Nov 2019 10:49:32 -0800 8220311: Implementation: NUMA-Aware Memory Allocation for G1, Survivor (2/3)
sangheki [Wed, 13 Nov 2019 10:49:32 -0800] rev 59061
8220311: Implementation: NUMA-Aware Memory Allocation for G1, Survivor (2/3) Reviewed-by: kbarrett, sjohanss, tschatzl
Wed, 13 Nov 2019 10:49:12 -0800 8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3)
sangheki [Wed, 13 Nov 2019 10:49:12 -0800] rev 59060
8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3) Reviewed-by: kbarrett, sjohanss, tschatzl, pliden
Wed, 13 Nov 2019 13:43:06 -0500 8214483: Remove algorithms that use MD5 or DES from security requirements
mullan [Wed, 13 Nov 2019 13:43:06 -0500] rev 59059
8214483: Remove algorithms that use MD5 or DES from security requirements Reviewed-by: xuelei
Wed, 13 Nov 2019 10:33:00 -0800 8234025: Elements.getPackageElement(ModuleElement,CharSequence) returns null for unnamed package
jjg [Wed, 13 Nov 2019 10:33:00 -0800] rev 59058
8234025: Elements.getPackageElement(ModuleElement,CharSequence) returns null for unnamed package Reviewed-by: jlahoda
Wed, 13 Nov 2019 21:56:28 +0800 8234079: ZipFileInputStreamSkipTest.java runs zero test
amlu [Wed, 13 Nov 2019 21:56:28 +0800] rev 59057
8234079: ZipFileInputStreamSkipTest.java runs zero test Reviewed-by: lancea
Wed, 13 Nov 2019 08:23:23 -0500 8233913: Remove implicit conversion from Method* to methodHandle jdk-14+23
coleenp [Wed, 13 Nov 2019 08:23:23 -0500] rev 59056
8233913: Remove implicit conversion from Method* to methodHandle Summary: Fix call sites to use existing THREAD local or pass down THREAD local for shallower callsites. Make linkResolver methods return Method* for caller to handleize if needed. Reviewed-by: iklam, thartmann, hseigel
Wed, 13 Nov 2019 11:27:50 +0000 8233731: repeated typo "fro" for "for"
coffeys [Wed, 13 Nov 2019 11:27:50 +0000] rev 59055
8233731: repeated typo "fro" for "for" Reviewed-by: dfuchs Contributed-by: kiran.sidhartha.ravikumar@oracle.com
Wed, 13 Nov 2019 11:37:09 +0000 unixdomainchannels: update to unit tests unixdomainchannels
michaelm [Wed, 13 Nov 2019 11:37:09 +0000] rev 59054
unixdomainchannels: update to unit tests
Wed, 13 Nov 2019 11:37:29 +0100 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
lkorinth [Wed, 13 Nov 2019 11:37:29 +0100] rev 59053
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
Wed, 13 Nov 2019 11:06:17 +0000 unixdomainchannels: added some unit tests unixdomainchannels
michaelm [Wed, 13 Nov 2019 11:06:17 +0000] rev 59052
unixdomainchannels: added some unit tests
Wed, 13 Nov 2019 11:21:15 +0100 8214239: Missing x86_64.ad patterns for clearing and setting long vector bits
bsrbnd [Wed, 13 Nov 2019 11:21:15 +0100] rev 59051
8214239: Missing x86_64.ad patterns for clearing and setting long vector bits Reviewed-by: kvn, vlivanov, jrose, sviswanathan
Mon, 21 Oct 2019 19:58:16 +0200 8230459: Test failed to resume JVMCI CompilerThread
mdoerr [Mon, 21 Oct 2019 19:58:16 +0200] rev 59050
8230459: Test failed to resume JVMCI CompilerThread Reviewed-by: dholmes, kvn
Wed, 13 Nov 2019 17:24:53 +0800 8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns
smonteith [Wed, 13 Nov 2019 17:24:53 +0800] rev 59049
8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns Summary: Adds missing line for aarch64 to debug.cpp help() for pns Reviewed-by: adinn Contributed-by: alan.hayward@arm.com
Wed, 13 Nov 2019 09:16:04 +0000 Merge unixdomainchannels
michaelm [Wed, 13 Nov 2019 09:16:04 +0000] rev 59048
Merge
Wed, 13 Nov 2019 09:09:41 +0000 8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose
michaelm [Wed, 13 Nov 2019 09:09:41 +0000] rev 59047
8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose Reviewed-by: dfuchs, rriggs
Wed, 13 Nov 2019 08:43:35 +0100 8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes
thartmann [Wed, 13 Nov 2019 08:43:35 +0100] rev 59046
8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes Summary: Explicitly handle ProjNodes with TOP input. Reviewed-by: kvn, vlivanov
Wed, 13 Nov 2019 10:27:06 +0900 8233785: Incorrect JDK version is reported in hs_err log
ysuenaga [Wed, 13 Nov 2019 10:27:06 +0900] rev 59045
8233785: Incorrect JDK version is reported in hs_err log Reviewed-by: dholmes, stuefe
Wed, 13 Nov 2019 09:09:04 +0800 8233961: Problem list tools/jlink/JLinkReproducibleTest.java for windows-all
amlu [Wed, 13 Nov 2019 09:09:04 +0800] rev 59044
8233961: Problem list tools/jlink/JLinkReproducibleTest.java for windows-all Reviewed-by: alanb
Tue, 12 Nov 2019 14:05:18 -0800 8232860: Error formatting integer values with MessageFormat.format() using HOST provider
naoto [Tue, 12 Nov 2019 14:05:18 -0800] rev 59043
8232860: Error formatting integer values with MessageFormat.format() using HOST provider Reviewed-by: rriggs
Tue, 12 Nov 2019 13:49:40 -0800 8226297: Dual-pivot quicksort improvements
bchristi [Tue, 12 Nov 2019 13:49:40 -0800] rev 59042
8226297: Dual-pivot quicksort improvements Reviewed-by: dl, lbourges Contributed-by: Vladimir Yaroslavskiy <vlv.spb.ru@mail.ru>
Tue, 12 Nov 2019 21:00:08 +0000 8233880: Support compilers with multi-digit major version numbers
fweimer [Tue, 12 Nov 2019 21:00:08 +0000] rev 59041
8233880: Support compilers with multi-digit major version numbers Reviewed-by: tbell
Tue, 12 Nov 2019 20:14:49 +0000 8230661: ZGC: Stop reloading oops in load barriers
eosterlund [Tue, 12 Nov 2019 20:14:49 +0000] rev 59040
8230661: ZGC: Stop reloading oops in load barriers Reviewed-by: pliden, stefank
Tue, 12 Nov 2019 20:01:23 +0000 8233797: ZGC: Unify naming convention for functions using atomics
eosterlund [Tue, 12 Nov 2019 20:01:23 +0000] rev 59039
8233797: ZGC: Unify naming convention for functions using atomics Reviewed-by: pliden, stefank
Tue, 12 Nov 2019 20:01:23 +0000 8233061: ZGC: Enforce memory ordering in segmented bit maps
eosterlund [Tue, 12 Nov 2019 20:01:23 +0000] rev 59038
8233061: ZGC: Enforce memory ordering in segmented bit maps Reviewed-by: pliden, stefank
Tue, 12 Nov 2019 10:45:23 -0800 8233940: Preview API tests for String methods should use ${jdk.version} as -source arg
darcy [Tue, 12 Nov 2019 10:45:23 -0800] rev 59037
8233940: Preview API tests for String methods should use ${jdk.version} as -source arg Reviewed-by: jlaskey, jlahoda
Tue, 12 Nov 2019 12:36:16 -0300 8233946: Add @since 13 annotation to KerberosPrincipal.KRB_NT_ENTERPRISE field
mbalao [Tue, 12 Nov 2019 12:36:16 -0300] rev 59036
8233946: Add @since 13 annotation to KerberosPrincipal.KRB_NT_ENTERPRISE field Reviewed-by: clanger
Tue, 12 Nov 2019 16:28:26 +0100 8233792: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found (2)
tschatzl [Tue, 12 Nov 2019 16:28:26 +0100] rev 59035
8233792: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found (2) Reviewed-by: lkorinth, kbarrett
Tue, 12 Nov 2019 10:25:55 -0500 Merge JDK-8200758-branch
herrick [Tue, 12 Nov 2019 10:25:55 -0500] rev 59034
Merge
Tue, 12 Nov 2019 10:18:11 -0500 Merge JDK-8200758-branch
herrick [Tue, 12 Nov 2019 10:18:11 -0500] rev 59033
Merge
Tue, 12 Nov 2019 16:13:16 +0100 8233820: Test crashed with assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
mdoerr [Tue, 12 Nov 2019 16:13:16 +0100] rev 59032
8233820: Test crashed with assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification Summary: Verification code needs to skip illegal phi functions. Reviewed-by: thartmann, vlivanov
Tue, 12 Nov 2019 10:09:40 -0500 Merge JDK-8200758-branch
herrick [Tue, 12 Nov 2019 10:09:40 -0500] rev 59031
Merge
Tue, 12 Nov 2019 15:07:15 +0000 Added connection setup time benchmark unixdomainchannels
michaelm [Tue, 12 Nov 2019 15:07:15 +0000] rev 59030
Added connection setup time benchmark
Fri, 08 Nov 2019 11:15:16 +0000 8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
jboes [Fri, 08 Nov 2019 11:15:16 +0000] rev 59029
8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException Summary: Change implementation to use iterator instead of plain LinkedList Reviewed-by: dfuchs, vtewari
Tue, 12 Nov 2019 12:19:24 +0100 8233941: adlc should not generate Pipeline_Use_Cycle_Mask::operator=
fweimer [Tue, 12 Nov 2019 12:19:24 +0100] rev 59028
8233941: adlc should not generate Pipeline_Use_Cycle_Mask::operator= Summary: Removed useless = operator. Reviewed-by: kvn, thartmann
Mon, 11 Nov 2019 17:40:28 +0800 8233885: Test fails with assert(comp != __null) failed: Ensure we have a compiler
jiefu [Mon, 11 Nov 2019 17:40:28 +0800] rev 59027
8233885: Test fails with assert(comp != __null) failed: Ensure we have a compiler Reviewed-by: thartmann, iveresov
Tue, 12 Nov 2019 09:27:21 +0000 8224817: Implementation of JEP 364: ZGC on macOS
eosterlund [Tue, 12 Nov 2019 09:27:21 +0000] rev 59026
8224817: Implementation of JEP 364: ZGC on macOS Reviewed-by: pliden, stefank
Tue, 12 Nov 2019 09:25:39 +0000 8233506: ZGC: the load for Reference.get() can be converted to a load for strong refs
eosterlund [Tue, 12 Nov 2019 09:25:39 +0000] rev 59025
8233506: ZGC: the load for Reference.get() can be converted to a load for strong refs Reviewed-by: thartmann, neliasso, pliden
Tue, 12 Nov 2019 01:36:17 -0800 8233884: Avoid looking up standard charsets in security libraries
igerasim [Tue, 12 Nov 2019 01:36:17 -0800] rev 59024
8233884: Avoid looking up standard charsets in security libraries Reviewed-by: coffeys
Tue, 12 Nov 2019 10:19:04 +0100 8233900: [JVMCI] improve help text for EnableJVMCIProduct option
dnsimon [Tue, 12 Nov 2019 10:19:04 +0100] rev 59023
8233900: [JVMCI] improve help text for EnableJVMCIProduct option Reviewed-by: kvn
Tue, 12 Nov 2019 10:16:04 +0100 8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode() == Op_IfFalse) failed
thartmann [Tue, 12 Nov 2019 10:16:04 +0100] rev 59022
8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode() == Op_IfFalse) failed Summary: Strengthened asserts in locate_pre_from_main() and added a check for is_main_no_pre_loop(). Reviewed-by: kvn, vlivanov
Tue, 12 Nov 2019 06:32:13 +0000 8232684: Make switch expressions final
jlahoda [Tue, 12 Nov 2019 06:32:13 +0000] rev 59021
8232684: Make switch expressions final Reviewed-by: alanb, mcimadamore, kvn
Mon, 11 Nov 2019 17:43:10 -0800 8231863: Crash if classpath is read from @argument file and the main gets option argument
henryjen [Mon, 11 Nov 2019 17:43:10 -0800] rev 59020
8231863: Crash if classpath is read from @argument file and the main gets option argument Reviewed-by: alanb, mchung Contributed-by: Mat Carter <matthew.carter@microsoft.com>
Mon, 11 Nov 2019 21:17:51 +0000 updates to previous changeset for windows unixdomainchannels
michaelm [Mon, 11 Nov 2019 21:17:51 +0000] rev 59019
updates to previous changeset for windows
Mon, 11 Nov 2019 20:27:27 +0000 moved unix socket address out of SOCKETADDRESS structure unixdomainchannels
michaelm [Mon, 11 Nov 2019 20:27:27 +0000] rev 59018
moved unix socket address out of SOCKETADDRESS structure
Mon, 11 Nov 2019 11:09:49 -0800 8233868: Unproblem list sun/tools/jstat/jstatClassloadOutput1.sh
dtitov [Mon, 11 Nov 2019 11:09:49 -0800] rev 59017
8233868: Unproblem list sun/tools/jstat/jstatClassloadOutput1.sh Reviewed-by: amenkov, cjplummer
Mon, 11 Nov 2019 12:11:34 -0500 8232735: Convert PrintJNIResolving to Unified Logging
coleenp [Mon, 11 Nov 2019 12:11:34 -0500] rev 59016
8232735: Convert PrintJNIResolving to Unified Logging Summary: converted the existing output at debug level because it is noisy Reviewed-by: iklam, dholmes
Mon, 11 Nov 2019 16:59:42 +0100 8233918: 8233498 broke build on SPARC
phedlin [Mon, 11 Nov 2019 16:59:42 +0100] rev 59015
8233918: 8233498 broke build on SPARC Reviewed-by: eosterlund
Mon, 11 Nov 2019 16:24:35 +0100 8231757: [ppc] Fix VerifyOops. Errors show since 8231058.
goetz [Mon, 11 Nov 2019 16:24:35 +0100] rev 59014
8231757: [ppc] Fix VerifyOops. Errors show since 8231058. Summary: Also make the checks print the wrong value and where a failure occurred. Reviewed-by: dholmes, mdoerr
Mon, 11 Nov 2019 14:25:51 +0000 Merge unixdomainchannels
michaelm [Mon, 11 Nov 2019 14:25:51 +0000] rev 59013
Merge
Mon, 11 Nov 2019 14:18:20 +0000 Merge unixdomainchannels
michaelm [Mon, 11 Nov 2019 14:18:20 +0000] rev 59012
Merge
Tue, 24 Apr 2018 13:59:02 +0200 8233498: Remove dead code.
phedlin [Tue, 24 Apr 2018 13:59:02 +0200] rev 59011
8233498: Remove dead code. Reviewed-by: neliasso
Mon, 11 Nov 2019 14:47:37 +0100 8230767: FlightRecorderListener returns null recording
egahlin [Mon, 11 Nov 2019 14:47:37 +0100] rev 59010
8230767: FlightRecorderListener returns null recording Reviewed-by: mseledtsov, mgronlun
Mon, 11 Nov 2019 05:09:31 -0800 8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java hit hardcoded expiration date
igerasim [Mon, 11 Nov 2019 05:09:31 -0800] rev 59009
8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java hit hardcoded expiration date Reviewed-by: chegar, vtewari
Mon, 11 Nov 2019 13:20:26 +0100 8233065: PSParallelCompact::move_and_update is unused and should be removed
sjohanss [Mon, 11 Nov 2019 13:20:26 +0100] rev 59008
8233065: PSParallelCompact::move_and_update is unused and should be removed Reviewed-by: lkorinth, tschatzl
Mon, 11 Nov 2019 12:26:07 +0000 JNI initialization fix unixdomainchannels
michaelm [Mon, 11 Nov 2019 12:26:07 +0000] rev 59007
JNI initialization fix
Mon, 11 Nov 2019 12:06:22 +0100 8233790: Forward output from heap dumper to jcmd/jmap
rschmelter [Mon, 11 Nov 2019 12:06:22 +0100] rev 59006
8233790: Forward output from heap dumper to jcmd/jmap Reviewed-by: stuefe, sspitsyn, cjplummer
Mon, 11 Nov 2019 11:25:15 +0100 8231922: Could not find field with name revokedClass
mgronlun [Mon, 11 Nov 2019 11:25:15 +0100] rev 59005
8231922: Could not find field with name revokedClass Reviewed-by: egahlin
Mon, 11 Nov 2019 10:39:49 +0000 Merge unixdomainchannels
michaelm [Mon, 11 Nov 2019 10:39:49 +0000] rev 59004
Merge
Mon, 11 Nov 2019 10:38:24 +0000 updates unixdomainchannels
michaelm [Mon, 11 Nov 2019 10:38:24 +0000] rev 59003
updates
Mon, 11 Nov 2019 10:41:03 +0100 8229694: JVM crash in SWPointer during C2 OSR compilation
chagedorn [Mon, 11 Nov 2019 10:41:03 +0100] rev 59002
8229694: JVM crash in SWPointer during C2 OSR compilation Summary: Handle the case where there is only 1 pack and no operations left when calling SuperWord::find_align_to_ref() to find the best alignment again. Reviewed-by: kvn, vlivanov, thartmann
Sat, 09 Nov 2019 10:27:53 -0800 8233745: [JVMCI] TranslatedException should serialize classloader and module info
iignatyev [Sat, 09 Nov 2019 10:27:53 -0800] rev 59001
8233745: [JVMCI] TranslatedException should serialize classloader and module info Reviewed-by: kvn, dnsimon
Sat, 09 Nov 2019 11:48:37 +0000 8233435: (dc) DatagramChannel should allow IPv6 socket join IPv4 multicast groups (macOS, win)
alanb [Sat, 09 Nov 2019 11:48:37 +0000] rev 59000
8233435: (dc) DatagramChannel should allow IPv6 socket join IPv4 multicast groups (macOS, win) Reviewed-by: dfuchs
Sat, 09 Nov 2019 09:13:04 +0000 8216472: (se) Stack overflow during selection operation leads to crash (win)
alanb [Sat, 09 Nov 2019 09:13:04 +0000] rev 58999
8216472: (se) Stack overflow during selection operation leads to crash (win) Reviewed-by: alanb Contributed-by: akashche@redhat.com
Fri, 08 Nov 2019 18:35:33 -0800 8233621: Mismatch in jsse.enableMFLNExtension property name
xuelei [Fri, 08 Nov 2019 18:35:33 -0800] rev 58998
8233621: Mismatch in jsse.enableMFLNExtension property name Reviewed-by: mullan
Fri, 08 Nov 2019 20:41:14 -0500 Merge JDK-8200758-branch
herrick [Fri, 08 Nov 2019 20:41:14 -0500] rev 58997
Merge
Fri, 08 Nov 2019 16:48:20 -0500 823359: Reorder jpackage help text to focus on package JDK-8200758-branch
herrick [Fri, 08 Nov 2019 16:48:20 -0500] rev 58996
823359: Reorder jpackage help text to focus on package Reviewed-by: asemenyuk, almatvee, kcr
Fri, 08 Nov 2019 15:27:05 -0500 resources missed in 8233636 push JDK-8200758-branch
herrick [Fri, 08 Nov 2019 15:27:05 -0500] rev 58995
resources missed in 8233636 push
Fri, 08 Nov 2019 14:53:03 -0500 8233636 : Make jpackage an incubator and remove tool provider implementation JDK-8200758-branch
herrick [Fri, 08 Nov 2019 14:53:03 -0500] rev 58994
8233636 : Make jpackage an incubator and remove tool provider implementation Reviewed-by: asemenyuk, almatvee, kcr
Wed, 06 Nov 2019 07:20:07 -0500 8233592: change --package-type option name to --type and allow -t short form JDK-8200758-branch
herrick [Wed, 06 Nov 2019 07:20:07 -0500] rev 58993
8233592: change --package-type option name to --type and allow -t short form Reviewed-by: asemenyuk, almatvee, kcr
Wed, 06 Nov 2019 07:13:25 -0500 8233594: create a new option --bind-servces to pass on to jlink JDK-8200758-branch
herrick [Wed, 06 Nov 2019 07:13:25 -0500] rev 58992
8233594: create a new option --bind-servces to pass on to jlink Reviewed-by: asemenyuk, almatvee, kcr
Fri, 08 Nov 2019 16:53:57 +0800 8233839: aarch64: missing memory barrier in NewObjectArrayStub and NewTypeArrayStub
fyang [Fri, 08 Nov 2019 16:53:57 +0800] rev 58991
8233839: aarch64: missing memory barrier in NewObjectArrayStub and NewTypeArrayStub Reviewed-by: adinn
Fri, 08 Nov 2019 11:03:00 -0800 8233855: [TESTBUG] appcds/FieldLayoutFlags.java failed to clean up files after test
iklam [Fri, 08 Nov 2019 11:03:00 -0800] rev 58990
8233855: [TESTBUG] appcds/FieldLayoutFlags.java failed to clean up files after test Reviewed-by: hseigel
Fri, 08 Nov 2019 11:41:17 -0500 8233850: Shenandoah: Shenandoah thread count ergonomics should be container aware
zgu [Fri, 08 Nov 2019 11:41:17 -0500] rev 58989
8233850: Shenandoah: Shenandoah thread count ergonomics should be container aware Reviewed-by: rkennke
Fri, 08 Nov 2019 16:22:21 +0000 inherited channels fix unixdomainchannels
michaelm [Fri, 08 Nov 2019 16:22:21 +0000] rev 58988
inherited channels fix
Fri, 08 Nov 2019 08:12:04 -0800 8220479: java/nio/channels/Selector/SelectWithConsumer.java failed at testTwoChannels()
bpb [Fri, 08 Nov 2019 08:12:04 -0800] rev 58987
8220479: java/nio/channels/Selector/SelectWithConsumer.java failed at testTwoChannels() Reviewed-by: bpb Contributed-by: alan.bateman@oracle.com
Fri, 08 Nov 2019 09:51:18 -0500 8233337: Shenandoah: Cleanup AArch64 SBSA::load_reference_barrier_not_null()
zgu [Fri, 08 Nov 2019 09:51:18 -0500] rev 58986
8233337: Shenandoah: Cleanup AArch64 SBSA::load_reference_barrier_not_null() Reviewed-by: rkennke
Fri, 08 Nov 2019 09:50:07 -0500 8233339: Shenandoah: Centralize load barrier decisions into ShenandoahBarrierSet
zgu [Fri, 08 Nov 2019 09:50:07 -0500] rev 58985
8233339: Shenandoah: Centralize load barrier decisions into ShenandoahBarrierSet Reviewed-by: rkennke
Fri, 08 Nov 2019 14:54:17 +0000 aefimov-dns-client-branch: Add system property to control ANY requests aefimov-dns-client-branch
aefimov [Fri, 08 Nov 2019 14:54:17 +0000] rev 58984
aefimov-dns-client-branch: Add system property to control ANY requests
Fri, 08 Nov 2019 14:49:00 +0000 Merge aefimov-dns-client-branch
aefimov [Fri, 08 Nov 2019 14:49:00 +0000] rev 58983
Merge
(0) -30000 -10000 -3000 -1000 -240 tip