Mon, 07 May 2018 14:42:05 +0200 8202639: Use concrete Generation classes in SerialHeap and CMSHeap
stefank [Mon, 07 May 2018 14:42:05 +0200] rev 50033
8202639: Use concrete Generation classes in SerialHeap and CMSHeap Reviewed-by: eosterlund, ehelin
Mon, 07 May 2018 14:42:04 +0200 8202592: Remove unused EvacuateFollowersClosure
stefank [Mon, 07 May 2018 14:42:04 +0200] rev 50032
8202592: Remove unused EvacuateFollowersClosure Reviewed-by: kbarrett, tschatzl
Mon, 07 May 2018 14:42:00 +0200 8202591: Remove usage of CMSEdenChunksRecordAlways in defNewGeneration.cpp
stefank [Mon, 07 May 2018 14:42:00 +0200] rev 50031
8202591: Remove usage of CMSEdenChunksRecordAlways in defNewGeneration.cpp Reviewed-by: eosterlund, kbarrett
Mon, 07 May 2018 10:36:38 +0200 8202083: Remove explicit CMS checks in CardTableBarrierSet
eosterlund [Mon, 07 May 2018 10:36:38 +0200] rev 50030
8202083: Remove explicit CMS checks in CardTableBarrierSet Reviewed-by: kbarrett
Mon, 07 May 2018 12:28:11 +0200 8202080: Introduce ordering semantics for Atomic::add and other RMW atomics
mdoerr [Mon, 07 May 2018 12:28:11 +0200] rev 50029
8202080: Introduce ordering semantics for Atomic::add and other RMW atomics Reviewed-by: lucy, rehn, dholmes
Mon, 07 May 2018 18:23:59 +0800 8202291: java/rmi/Naming/LookupIPv6.java failed with Connection refused
mli [Mon, 07 May 2018 18:23:59 +0800] rev 50028
8202291: java/rmi/Naming/LookupIPv6.java failed with Connection refused Reviewed-by: clanger
Mon, 07 May 2018 10:37:46 +0200 8202387: javac --release 11 not supported
jlahoda [Mon, 07 May 2018 10:37:46 +0200] rev 50027
8202387: javac --release 11 not supported Summary: Adding historical data for JDK 10; adding ability to produce the historical data incrementally. Reviewed-by: erikj, forax, jjg
Mon, 07 May 2018 08:56:35 +0200 8202565: C1 compilation crashes with "assert(is_double_stack() && !is_virtual()) failed: type check"
thartmann [Mon, 07 May 2018 08:56:35 +0200] rev 50026
8202565: C1 compilation crashes with "assert(is_double_stack() && !is_virtual()) failed: type check" Summary: Only eagerly resolving the address into a register if the store is precise. Reviewed-by: roland, eosterlund
Mon, 07 May 2018 07:44:49 +0530 8200094: Turkish locale reports NPE No enum constant com.sun.source.doctree.DocTree.Kind.SİNCE
pmuthuswamy [Mon, 07 May 2018 07:44:49 +0530] rev 50025
8200094: Turkish locale reports NPE No enum constant com.sun.source.doctree.DocTree.Kind.SİNCE Reviewed-by: ksrini, jjg
Sun, 06 May 2018 00:42:59 +0200 8202676: AArch64: Missing enter/leave around barrier leads to infinite loop
rkennke [Sun, 06 May 2018 00:42:59 +0200] rev 50024
8202676: AArch64: Missing enter/leave around barrier leads to infinite loop Reviewed-by: aph, eosterlund
Sat, 05 May 2018 22:19:19 +0200 8202640: Small C1 cleanups for BarrierSetC1
eosterlund [Sat, 05 May 2018 22:19:19 +0200] rev 50023
8202640: Small C1 cleanups for BarrierSetC1 Reviewed-by: kvn, neliasso
Thu, 03 May 2018 17:10:39 +0200 8202435: [aix] print program break as part of memory info into hs-err file
stuefe [Thu, 03 May 2018 17:10:39 +0200] rev 50022
8202435: [aix] print program break as part of memory info into hs-err file Reviewed-by: mdoerr, dholmes
Sat, 05 May 2018 18:55:31 +0200 8202684: Minimal VM build is broken after JDK-8199067, JDK-8202638
shade [Sat, 05 May 2018 18:55:31 +0200] rev 50021
8202684: Minimal VM build is broken after JDK-8199067, JDK-8202638 Reviewed-by: eosterlund, stuefe
Sat, 05 May 2018 12:38:15 -0400 8202672: Build failed in metaspace.cpp with VS2017
kbarrett [Sat, 05 May 2018 12:38:15 -0400] rev 50020
8202672: Build failed in metaspace.cpp with VS2017 Summary: Add whitespace between string and identifier. Reviewed-by: dcubed, erikj
Sat, 05 May 2018 09:34:01 -0700 8202599: Mark intermittently failing jshell tests
darcy [Sat, 05 May 2018 09:34:01 -0700] rev 50019
8202599: Mark intermittently failing jshell tests Reviewed-by: rfield
Sat, 05 May 2018 09:24:29 -0700 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev [Sat, 05 May 2018 09:24:29 -0700] rev 50018
8199382: [TESTBUG] Open source VM testbase JDI tests Reviewed-by: erikj, kvn, sspitsyn
Fri, 04 May 2018 23:19:10 -0700 8199912: jshell tool: /open from URI
rfield [Fri, 04 May 2018 23:19:10 -0700] rev 50017
8199912: jshell tool: /open from URI Reviewed-by: rfield Contributed-by: mvala@redhat.com
Fri, 04 May 2018 16:49:22 -0700 8202465: [C1] casts should not be eliminated for interface types
vlivanov [Fri, 04 May 2018 16:49:22 -0700] rev 50016
8202465: [C1] casts should not be eliminated for interface types Reviewed-by: jrose, thartmann
Fri, 04 May 2018 17:52:10 -0400 8202319: Fix compilation warnings in Solaris debug builds for DevStudio 12.6
kbarrett [Fri, 04 May 2018 17:52:10 -0400] rev 50015
8202319: Fix compilation warnings in Solaris debug builds for DevStudio 12.6 Summary: Disable warnings. Reviewed-by: dholmes, kbarrett Contributed-by: Gary Adams <gary.adams@oracle.com>
Fri, 04 May 2018 09:46:08 -0700 Merge
prr [Fri, 04 May 2018 09:46:08 -0700] rev 50014
Merge
Fri, 04 May 2018 08:50:01 -0700 Merge
prr [Fri, 04 May 2018 08:50:01 -0700] rev 50013
Merge
Wed, 02 May 2018 22:11:35 -0700 8197388: Added not existing bug id in jdk/ProblemList.txt
anazarov [Wed, 02 May 2018 22:11:35 -0700] rev 50012
8197388: Added not existing bug id in jdk/ProblemList.txt Reviewed-by: serb
Wed, 02 May 2018 14:55:19 -0700 8196572: Tests ColConvCCMTest.java and MTColConvTest.java fail
prr [Wed, 02 May 2018 14:55:19 -0700] rev 50011
8196572: Tests ColConvCCMTest.java and MTColConvTest.java fail Reviewed-by: serb
Wed, 02 May 2018 13:23:34 -0700 8154463: New failure of closed/java/awt/font/Outline/OutlineInvarianceTest.java
prr [Wed, 02 May 2018 13:23:34 -0700] rev 50010
8154463: New failure of closed/java/awt/font/Outline/OutlineInvarianceTest.java Reviewed-by: serb
Wed, 02 May 2018 09:16:10 -0700 Merge
prr [Wed, 02 May 2018 09:16:10 -0700] rev 50009
Merge
Wed, 02 May 2018 15:11:54 +0530 4842658: DefaultListModel and DefaultComboBoxModel should support addAll (Collection c)
kaddepalli [Wed, 02 May 2018 15:11:54 +0530] rev 50008
4842658: DefaultListModel and DefaultComboBoxModel should support addAll (Collection c) Reviewed-by: darcy, serb, prr
Thu, 26 Apr 2018 17:03:34 -0700 8198342: Test FileSystemViewListenerLeak.java is unstable
serb [Thu, 26 Apr 2018 17:03:34 -0700] rev 50007
8198342: Test FileSystemViewListenerLeak.java is unstable Reviewed-by: jdv, kaddepalli, psadhukhan
Thu, 26 Apr 2018 13:33:11 -0700 8202301: Add tests related to JDK-8196572 to the ProblemList
serb [Thu, 26 Apr 2018 13:33:11 -0700] rev 50006
8202301: Add tests related to JDK-8196572 to the ProblemList Reviewed-by: jdv
Wed, 25 Apr 2018 21:54:42 +0530 8189687: Swing: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows
ant [Wed, 25 Apr 2018 21:54:42 +0530] rev 50005
8189687: Swing: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows Reviewed-by: serb, psadhukhan Contributed-by: anton.tarasov@jetbrains.com
Tue, 24 Apr 2018 15:42:58 +0100 8199748: Touch keyboard is not shown, if text component gets focus from other text component
alitvinov [Tue, 24 Apr 2018 15:42:58 +0100] rev 50004
8199748: Touch keyboard is not shown, if text component gets focus from other text component Reviewed-by: serb, aivanov
Tue, 24 Apr 2018 11:39:04 +0100 8202143: Parts of 8193435 added in merge change set.
dmarkov [Tue, 24 Apr 2018 11:39:04 +0100] rev 50003
8202143: Parts of 8193435 added in merge change set. Reviewed-by: serb, prr
Mon, 23 Apr 2018 14:06:46 -0700 8200146: Remove the appletviewer launcher
serb [Mon, 23 Apr 2018 14:06:46 -0700] rev 50002
8200146: Remove the appletviewer launcher Reviewed-by: prr, ihse
Fri, 20 Apr 2018 18:28:18 -0700 8202050: Add javax/sound/midi/Sequencer/Recording.java to the problemList
serb [Fri, 20 Apr 2018 18:28:18 -0700] rev 50001
8202050: Add javax/sound/midi/Sequencer/Recording.java to the problemList Reviewed-by: prr, darcy
Fri, 20 Apr 2018 09:44:45 -0700 8200313: java/awt/Gtk/GtkVersionTest/GtkVersionTest.java fails
prr [Fri, 20 Apr 2018 09:44:45 -0700] rev 50000
8200313: java/awt/Gtk/GtkVersionTest/GtkVersionTest.java fails Reviewed-by: serb, kaddepalli
Fri, 20 Apr 2018 09:05:05 -0700 Merge
prr [Fri, 20 Apr 2018 09:05:05 -0700] rev 49999
Merge
Wed, 18 Apr 2018 14:07:41 -0700 8187392: Deprecated methods in the peers can be removed
serb [Wed, 18 Apr 2018 14:07:41 -0700] rev 49998
8187392: Deprecated methods in the peers can be removed Reviewed-by: prr, kaddepalli
Wed, 18 Apr 2018 08:48:06 -0700 Merge
prr [Wed, 18 Apr 2018 08:48:06 -0700] rev 49997
Merge
Wed, 18 Apr 2018 13:22:53 +0530 6574555: PNGImageWriter incorrectly sets bKGD chunk
jdv [Wed, 18 Apr 2018 13:22:53 +0530] rev 49996
6574555: PNGImageWriter incorrectly sets bKGD chunk Reviewed-by: prr, pnarayanan
Wed, 18 Apr 2018 12:33:21 +0530 6788458: PNGImageReader ignores tRNS chunk while reading non-indexed RGB/Gray images
jdv [Wed, 18 Apr 2018 12:33:21 +0530] rev 49995
6788458: PNGImageReader ignores tRNS chunk while reading non-indexed RGB/Gray images Reviewed-by: prr, pnarayanan, kaddepalli
Wed, 18 Apr 2018 10:43:43 +0530 8201598: Fix for 8181910: Support dark title bars on macOS broke the MacOS build
sveerabhadra [Wed, 18 Apr 2018 10:43:43 +0530] rev 49994
8201598: Fix for 8181910: Support dark title bars on macOS broke the MacOS build Reviewed-by: prr, serb
Tue, 17 Apr 2018 18:18:26 -0700 8199932: Missing copyright header in AWT source code
serb [Tue, 17 Apr 2018 18:18:26 -0700] rev 49993
8199932: Missing copyright header in AWT source code Reviewed-by: prr, mhalder
Tue, 17 Apr 2018 18:10:13 -0700 8201626: Typo in MakeWindowAlwaysOnTop test
serb [Tue, 17 Apr 2018 18:10:13 -0700] rev 49992
8201626: Typo in MakeWindowAlwaysOnTop test Reviewed-by: jdv
Mon, 16 Apr 2018 16:43:26 +0200 8201524: [AIX] Don't link libfontmanager against libawt_headless
simonis [Mon, 16 Apr 2018 16:43:26 +0200] rev 49991
8201524: [AIX] Don't link libfontmanager against libawt_headless Reviewed-by: erikj, clanger, prr
Mon, 16 Apr 2018 15:22:56 +0530 8153532: Add @throws NPE javadoc to UIManager.setLookAndFeel(String) method description
pbansal [Mon, 16 Apr 2018 15:22:56 +0530] rev 49990
8153532: Add @throws NPE javadoc to UIManager.setLookAndFeel(String) method description Reviewed-by: prr, serb, kaddepalli
Mon, 16 Apr 2018 10:35:22 +0530 8181910: [macos] Support dark title bars on macOS
sveerabhadra [Mon, 16 Apr 2018 10:35:22 +0530] rev 49989
8181910: [macos] Support dark title bars on macOS Reviewed-by: serb, denis
Sat, 14 Apr 2018 00:25:12 +0100 8201433: Fix potential crash in BufImg_SetupICM
aivanov [Sat, 14 Apr 2018 00:25:12 +0100] rev 49988
8201433: Fix potential crash in BufImg_SetupICM Reviewed-by: prr, serb
Fri, 04 May 2018 12:14:09 -0400 8189916: Dynamic Constant support for Sparc
lfoltan [Fri, 04 May 2018 12:14:09 -0400] rev 49987
8189916: Dynamic Constant support for Sparc Summary: Change to the template interpreter to support dynamic constant on Sparc. Reviewed-by: coleenp, psandoz
Fri, 04 May 2018 10:45:47 -0400 8197447: LogCompilation throws "couldn't find bytecode"
ecaspole [Fri, 04 May 2018 10:45:47 -0400] rev 49986
8197447: LogCompilation throws "couldn't find bytecode" Summary: Handle unstable_fused_if Reviewed-by: kvn, gtriantafill
Fri, 04 May 2018 14:37:58 +0100 8202181: Correctly specify size of hostname buffer in Unix Inet*AddressImpl_getLocalHostName implementations
clanger [Fri, 04 May 2018 14:37:58 +0100] rev 49985
8202181: Correctly specify size of hostname buffer in Unix Inet*AddressImpl_getLocalHostName implementations Reviewed-by: stuefe, bpb, vtewari, chegar
Thu, 03 May 2018 15:17:27 +0200 8176717: GC log file handle leaked to child processes
lkorinth [Thu, 03 May 2018 15:17:27 +0200] rev 49984
8176717: GC log file handle leaked to child processes Reviewed-by: stuefe, rehn
Fri, 04 May 2018 15:44:24 +0530 8202582: DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString()
rgoel [Fri, 04 May 2018 15:44:24 +0530] rev 49983
8202582: DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString() Summary: call text.subSequence() before calling toString() on input string Reviewed-by: igerasim
Fri, 04 May 2018 11:41:35 +0200 8200729: Conditional compilation of GCs
stefank [Fri, 04 May 2018 11:41:35 +0200] rev 49982
8200729: Conditional compilation of GCs Reviewed-by: ehelin, coleenp, kvn, ihse
Fri, 04 May 2018 09:29:14 +0200 8187123: (reflect) Class#getCanonicalName and Class#getSimpleName is a part of performance issue
redestad [Fri, 04 May 2018 09:29:14 +0200] rev 49981
8187123: (reflect) Class#getCanonicalName and Class#getSimpleName is a part of performance issue Reviewed-by: psandoz, dholmes, mchung
Tue, 24 Apr 2018 18:06:32 +0200 8201572: Improve Metaspace Statistics
stuefe [Tue, 24 Apr 2018 18:06:32 +0200] rev 49980
8201572: Improve Metaspace Statistics Reviewed-by: adinn, zgu
Thu, 03 May 2018 17:36:25 -0700 8196113: Remove the Compact Profile builds
erikj [Thu, 03 May 2018 17:36:25 -0700] rev 49979
8196113: Remove the Compact Profile builds Reviewed-by: tbell, alanb
Thu, 03 May 2018 22:29:20 +0000 Added tag jdk-11+12 for changeset 3ab6ba9f94a9
lana [Thu, 03 May 2018 22:29:20 +0000] rev 49978
Added tag jdk-11+12 for changeset 3ab6ba9f94a9
Thu, 03 May 2018 17:36:50 -0400 8200557: OopStorage parallel iteration scales poorly
kbarrett [Thu, 03 May 2018 17:36:50 -0400] rev 49977
8200557: OopStorage parallel iteration scales poorly Summary: Change representation of sequence of all blocks for better scaling. Reviewed-by: coleenp, eosterlund
Thu, 03 May 2018 14:13:20 -0700 8200083: Bump bootjdk requirement for JDK 11 to JDK 10
erikj [Thu, 03 May 2018 14:13:20 -0700] rev 49976
8200083: Bump bootjdk requirement for JDK 11 to JDK 10 Reviewed-by: tbell, ihse
Thu, 03 May 2018 12:56:53 -0700 8194968: problem list actions for tools/javac/jvm/VerboseOutTest
jjg [Thu, 03 May 2018 12:56:53 -0700] rev 49975
8194968: problem list actions for tools/javac/jvm/VerboseOutTest Reviewed-by: vromero
Thu, 03 May 2018 12:13:43 -0700 8201138: Defect in XMLEventReader.getElementText() may cause data to be skipped, duplicated or otherwise result in a ClassCastException
joehw [Thu, 03 May 2018 12:13:43 -0700] rev 49974
8201138: Defect in XMLEventReader.getElementText() may cause data to be skipped, duplicated or otherwise result in a ClassCastException Reviewed-by: lancea
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip