Wed, 07 Mar 2018 22:30:39 +0100 8199197: Set _NT_SYMBOL_PATH when running tests on windows
erikj [Wed, 07 Mar 2018 22:30:39 +0100] rev 49147
8199197: Set _NT_SYMBOL_PATH when running tests on windows Reviewed-by: ihse, ctornqvi
Wed, 07 Mar 2018 19:14:36 +0100 8199224: Refactor add_native_source in SetupNativeCompilation
ihse [Wed, 07 Mar 2018 19:14:36 +0100] rev 49146
8199224: Refactor add_native_source in SetupNativeCompilation Reviewed-by: erikj
Wed, 07 Mar 2018 18:36:21 +0100 8199236: Nashorn uses deprecated HTML tags in Javadoc
hannesw [Wed, 07 Mar 2018 18:36:21 +0100] rev 49145
8199236: Nashorn uses deprecated HTML tags in Javadoc Reviewed-by: jlaskey, sundar
Tue, 06 Mar 2018 23:03:50 +0000 8199152: Configure broken on arm32
enevill [Tue, 06 Mar 2018 23:03:50 +0000] rev 49144
8199152: Configure broken on arm32 Reviewed-by: ihse
Wed, 07 Mar 2018 07:20:38 +0000 8199120: (so) SocketChannelImpl read/write don't need stateLock when channel is configured non-blocking
alanb [Wed, 07 Mar 2018 07:20:38 +0000] rev 49143
8199120: (so) SocketChannelImpl read/write don't need stateLock when channel is configured non-blocking Reviewed-by: bpb
Wed, 07 Mar 2018 07:15:24 +0000 8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization
alanb [Wed, 07 Mar 2018 07:15:24 +0000] rev 49142
8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization Reviewed-by: bpb
Wed, 07 Mar 2018 07:13:55 +0000 8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails
alanb [Wed, 07 Mar 2018 07:13:55 +0000] rev 49141
8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails Reviewed-by: bpb, mli
Tue, 06 Mar 2018 10:51:26 -0800 8198302: VS2017 (C4477) java.base/windows/native/libnet/NetworkInterface_winXP.c incorrect printf format strings
bpb [Tue, 06 Mar 2018 10:51:26 -0800] rev 49140
8198302: VS2017 (C4477) java.base/windows/native/libnet/NetworkInterface_winXP.c incorrect printf format strings Summary: Cast to expected data type Reviewed-by: chegar, clanger, rriggs
Tue, 06 Mar 2018 10:45:47 -0800 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel [Tue, 06 Mar 2018 10:45:47 -0800] rev 49139
8182765: HTML5 must be the default javadoc codegen mode in the near future Reviewed-by: jjg
Tue, 06 Mar 2018 17:43:21 +0100 8199103: Can't use COMPARE_BUILD with PATCH from custom root
ihse [Tue, 06 Mar 2018 17:43:21 +0100] rev 49138
8199103: Can't use COMPARE_BUILD with PATCH from custom root Reviewed-by: erikj
Tue, 06 Mar 2018 17:30:13 +0100 8199125: --disable-warnings-as-errors does not work for native jtreg test code
erikj [Tue, 06 Mar 2018 17:30:13 +0100] rev 49137
8199125: --disable-warnings-as-errors does not work for native jtreg test code Reviewed-by: ihse
Tue, 06 Mar 2018 17:24:56 +0100 8199118: Filtering of filename for microsoft CL broken on newer Cygwin
ihse [Tue, 06 Mar 2018 17:24:56 +0100] rev 49136
8199118: Filtering of filename for microsoft CL broken on newer Cygwin Reviewed-by: erikj
Tue, 06 Mar 2018 10:00:49 -0500 8197538: Remove mention of hotjava paths in MimeTable.java
rriggs [Tue, 06 Mar 2018 10:00:49 -0500] rev 49135
8197538: Remove mention of hotjava paths in MimeTable.java Reviewed-by: lancea, bpb, chegar
Tue, 06 Mar 2018 10:31:14 +0000 8199018: Test crypto provider not registering
coffeys [Tue, 06 Mar 2018 10:31:14 +0000] rev 49134
8199018: Test crypto provider not registering Reviewed-by: wetmore
Tue, 06 Mar 2018 00:59:49 +0100 8198844: Clean up GensrcX11Wrappers
ihse [Tue, 06 Mar 2018 00:59:49 +0100] rev 49133
8198844: Clean up GensrcX11Wrappers Reviewed-by: erikj, prr
Tue, 06 Mar 2018 00:56:03 +0100 8199052: Configure broken on aarch64
ihse [Tue, 06 Mar 2018 00:56:03 +0100] rev 49132
8199052: Configure broken on aarch64 Reviewed-by: erikj
Mon, 05 Mar 2018 05:50:24 -0800 8193660: Check SOURCE line in "release" file for closedjdk
shurailine [Mon, 05 Mar 2018 05:50:24 -0800] rev 49131
8193660: Check SOURCE line in "release" file for closedjdk Reviewed-by: alanb Contributed-by: randy.crihfield@oracle.com
Mon, 05 Mar 2018 05:44:46 -0800 8193660: Check SOURCE line in "release" file for closedjdk
shurailine [Mon, 05 Mar 2018 05:44:46 -0800] rev 49130
8193660: Check SOURCE line in "release" file for closedjdk Reviewed-by: alanb Contributed-by: randy.crihfield@oracle.com
Mon, 05 Mar 2018 08:50:47 -0800 4993841: (str) java.lang.Character should have a toString(int) method
naoto [Mon, 05 Mar 2018 08:50:47 -0800] rev 49129
4993841: (str) java.lang.Character should have a toString(int) method Reviewed-by: martin, rriggs, sherman, smarks
Mon, 05 Mar 2018 08:27:42 -0800 8198834: (ch) Enable java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java on linux-x64
bpb [Mon, 05 Mar 2018 08:27:42 -0800] rev 49128
8198834: (ch) Enable java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java on linux-x64 Summary: Move to using centralized native build and remove obsolete .so files Reviewed-by: alanb, erikj
Sun, 04 Mar 2018 18:46:07 -0800 8198931: remove java.xml.bind module dependency for com/sun/jndi tests
xyin [Sun, 04 Mar 2018 18:46:07 -0800] rev 49127
8198931: remove java.xml.bind module dependency for com/sun/jndi tests Reviewed-by: lancea
Sun, 04 Mar 2018 17:05:29 -0500 8197533: Move javax.transaction.xa to its own module
lancea [Sun, 04 Mar 2018 17:05:29 -0500] rev 49126
8197533: Move javax.transaction.xa to its own module Reviewed-by: darcy, alanb, psandoz, ihse
Sun, 04 Mar 2018 00:32:53 -0800 8198966: To make CoderResult.Cache.cache final and allocate it eagerly
sherman [Sun, 04 Mar 2018 00:32:53 -0800] rev 49125
8198966: To make CoderResult.Cache.cache final and allocate it eagerly Reviewed-by: redestad
Sat, 03 Mar 2018 08:39:08 +0100 8198862: Stop doing funky compilation stuff for dtrace
ihse [Sat, 03 Mar 2018 08:39:08 +0100] rev 49124
8198862: Stop doing funky compilation stuff for dtrace Reviewed-by: erikj, tbell
Fri, 02 Mar 2018 18:08:50 -0500 8198970: jnu_util.c compilation error on Solaris
rriggs [Fri, 02 Mar 2018 18:08:50 -0500] rev 49123
8198970: jnu_util.c compilation error on Solaris Reviewed-by: mchung, redestad
Fri, 02 Mar 2018 18:10:57 -0400 8198955: String#repeat loop optimization
jlaskey [Fri, 02 Mar 2018 18:10:57 -0400] rev 49122
8198955: String#repeat loop optimization Reviewed-by: rriggs, redestad, igerasim
Fri, 02 Mar 2018 14:17:04 -0500 8198697: Simplify initialization of platform encoding
rriggs [Fri, 02 Mar 2018 14:17:04 -0500] rev 49121
8198697: Simplify initialization of platform encoding Reviewed-by: redestad, sherman
Fri, 02 Mar 2018 10:59:25 +0100 8198724: Refactor FLAGS handling in configure
ihse [Fri, 02 Mar 2018 10:59:25 +0100] rev 49120
8198724: Refactor FLAGS handling in configure Reviewed-by: erikj
Fri, 02 Mar 2018 00:33:00 -0800 8198821: fix test methods access for test java/text/Normalizer/NormalizerAPITest.java
xiaofeya [Fri, 02 Mar 2018 00:33:00 -0800] rev 49119
8198821: fix test methods access for test java/text/Normalizer/NormalizerAPITest.java Reviewed-by: naoto
Thu, 01 Mar 2018 21:23:35 -0800 8198933: Update JDI tests to pass valid URL[]
martin [Thu, 01 Mar 2018 21:23:35 -0800] rev 49118
8198933: Update JDI tests to pass valid URL[] Reviewed-by: dholmes
Thu, 01 Mar 2018 19:01:34 -0800 8198810: URLClassLoader does not specify behavior when URL array contains null
martin [Thu, 01 Mar 2018 19:01:34 -0800] rev 49117
8198810: URLClassLoader does not specify behavior when URL array contains null Reviewed-by: alanb, darcy, dholmes
Thu, 01 Mar 2018 13:08:06 +0100 8198888: Reduce string allocation churn in InvokerBytecodeGenerator
redestad [Thu, 01 Mar 2018 13:08:06 +0100] rev 49116
8198888: Reduce string allocation churn in InvokerBytecodeGenerator Reviewed-by: psandoz, plevart
Thu, 01 Mar 2018 15:31:04 -0800 8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer
joehw [Thu, 01 Mar 2018 15:31:04 -0800] rev 49115
8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer Reviewed-by: rriggs, smarks, sherman, tvaleev
Thu, 01 Mar 2018 21:09:54 +0000 Merge
lana [Thu, 01 Mar 2018 21:09:54 +0000] rev 49114
Merge
Thu, 01 Mar 2018 19:45:37 +0000 Merge
lana [Thu, 01 Mar 2018 19:45:37 +0000] rev 49113
Merge
Thu, 01 Mar 2018 19:44:36 +0000 Added tag jdk-11+3 for changeset 1fd4d6068f54
lana [Thu, 01 Mar 2018 19:44:36 +0000] rev 49112
Added tag jdk-11+3 for changeset 1fd4d6068f54
Thu, 01 Mar 2018 15:50:26 -0500 6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes
rriggs [Thu, 01 Mar 2018 15:50:26 -0500] rev 49111
6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes Reviewed-by: alanb, sherman Contributed-by: philipp.kunz@paratix.ch
Thu, 01 Mar 2018 12:31:24 -0800 8187653: Lock in CoderResult.Cache becomes performance bottleneck
sherman [Thu, 01 Mar 2018 12:31:24 -0800] rev 49110
8187653: Lock in CoderResult.Cache becomes performance bottleneck Reviewed-by: rriggs, alanb
Thu, 01 Mar 2018 15:45:51 -0400 8197594: String#repeat
jlaskey [Thu, 01 Mar 2018 15:45:51 -0400] rev 49109
8197594: String#repeat Reviewed-by: smarks, psandoz, plevart, rriggs, redestad
Thu, 01 Mar 2018 18:27:39 +0000 8198841: Thread.interrupt should set interrupt status while holding blockerLock
alanb [Thu, 01 Mar 2018 18:27:39 +0000] rev 49108
8198841: Thread.interrupt should set interrupt status while holding blockerLock Reviewed-by: bpb
Thu, 01 Mar 2018 10:03:31 -0800 Merge
prr [Thu, 01 Mar 2018 10:03:31 -0800] rev 49107
Merge
Thu, 01 Mar 2018 08:52:52 -0800 Merge
prr [Thu, 01 Mar 2018 08:52:52 -0800] rev 49106
Merge
Wed, 28 Feb 2018 14:29:37 +0530 8197808: Test java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java fails on Windows
kaddepalli [Wed, 28 Feb 2018 14:29:37 +0530] rev 49105
8197808: Test java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java fails on Windows Reviewed-by: ssadetsky, prr, serb
Wed, 28 Feb 2018 12:07:31 +0530 8186513: [TESTBUG] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java
psadhukhan [Wed, 28 Feb 2018 12:07:31 +0530] rev 49104
8186513: [TESTBUG] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java Reviewed-by: jdv, sveerabhadra
Tue, 27 Feb 2018 21:53:06 +0000 8196322: [macosx] When the screen menu bar is used, clearing the default menu bar should permit AWT shutdown
serb [Tue, 27 Feb 2018 21:53:06 +0000] rev 49103
8196322: [macosx] When the screen menu bar is used, clearing the default menu bar should permit AWT shutdown Reviewed-by: serb Contributed-by: Alan Snyder <fishgarage@cbfiddle.com>
Tue, 27 Feb 2018 11:08:53 +0530 8198693: Update ProblemsList for mac
psadhukhan [Tue, 27 Feb 2018 11:08:53 +0530] rev 49102
8198693: Update ProblemsList for mac Reviewed-by: prr, serb
Mon, 26 Feb 2018 10:36:34 -0800 Merge
prr [Mon, 26 Feb 2018 10:36:34 -0800] rev 49101
Merge
Fri, 23 Feb 2018 12:30:03 +0530 8198004: javax/swing/JFileChooser/6868611/bug6868611.java throws error
jdv [Fri, 23 Feb 2018 12:30:03 +0530] rev 49100
8198004: javax/swing/JFileChooser/6868611/bug6868611.java throws error Reviewed-by: serb, ssadetsky, kaddepalli
Fri, 23 Feb 2018 09:59:16 +0530 8129569: [TEST_BUG] Test java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java fails
sveerabhadra [Fri, 23 Feb 2018 09:59:16 +0530] rev 49099
8129569: [TEST_BUG] Test java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java fails Reviewed-by: serb, ssadetsky
Thu, 22 Feb 2018 13:25:43 +0530 8197926: java/awt/dnd/ImageTransferTest/ImageTransferTest.java doesnt close the windows in HiDPI setting
jdv [Thu, 22 Feb 2018 13:25:43 +0530] rev 49098
8197926: java/awt/dnd/ImageTransferTest/ImageTransferTest.java doesnt close the windows in HiDPI setting Reviewed-by: prr, serb, psadhukhan
Thu, 22 Feb 2018 12:06:15 +0530 8198005: javax/swing/JFileChooser/7199708/bug7199708.java throws error
psadhukhan [Thu, 22 Feb 2018 12:06:15 +0530] rev 49097
8198005: javax/swing/JFileChooser/7199708/bug7199708.java throws error Reviewed-by: serb, jdv
Wed, 21 Feb 2018 12:49:00 -0800 8198333: ProblemList should be updated for headless mode
serb [Wed, 21 Feb 2018 12:49:00 -0800] rev 49096
8198333: ProblemList should be updated for headless mode Reviewed-by: psadhukhan, prr
Tue, 20 Feb 2018 21:49:06 -0800 Merge
prr [Tue, 20 Feb 2018 21:49:06 -0800] rev 49095
Merge
Tue, 20 Feb 2018 14:28:02 -0800 8194870: Some regression tests throw NPE exception on a specific Solaris 11.2 sun4v sparc machine
prr [Tue, 20 Feb 2018 14:28:02 -0800] rev 49094
8194870: Some regression tests throw NPE exception on a specific Solaris 11.2 sun4v sparc machine Reviewed-by: ihse, erikj
Tue, 20 Feb 2018 13:30:49 -0800 Merge
prr [Tue, 20 Feb 2018 13:30:49 -0800] rev 49093
Merge
Fri, 16 Feb 2018 16:18:55 -0800 8196133: JShell crashes when attempting to use bad source file in class path
rfield [Fri, 16 Feb 2018 16:18:55 -0800] rev 49092
8196133: JShell crashes when attempting to use bad source file in class path Reviewed-by: jlahoda
Fri, 16 Feb 2018 13:49:07 -0800 Merge
prr [Fri, 16 Feb 2018 13:49:07 -0800] rev 49091
Merge
Fri, 16 Feb 2018 12:24:38 -0800 8196196: Headful tests should not be run in headless mode
serb [Fri, 16 Feb 2018 12:24:38 -0800] rev 49090
8196196: Headful tests should not be run in headless mode Reviewed-by: prr
Fri, 16 Feb 2018 18:27:35 +0530 8197549: Implement a new method similar to waitState() on Operator which run the check on event queue
akolarkunnu [Fri, 16 Feb 2018 18:27:35 +0530] rev 49089
8197549: Implement a new method similar to waitState() on Operator which run the check on event queue Reviewed-by: serb
Fri, 16 Feb 2018 18:17:34 +0530 8197482: Make Jemmy ComponentChooser lambda friendly
akolarkunnu [Fri, 16 Feb 2018 18:17:34 +0530] rev 49088
8197482: Make Jemmy ComponentChooser lambda friendly Reviewed-by: serb
Fri, 16 Feb 2018 18:06:23 +0530 8196338: [TEST_BUG] sanity/client/SwingSet/src/TextFieldDemoTest.java Failed with timeout
akolarkunnu [Fri, 16 Feb 2018 18:06:23 +0530] rev 49087
8196338: [TEST_BUG] sanity/client/SwingSet/src/TextFieldDemoTest.java Failed with timeout Reviewed-by: ssadetsky
Thu, 15 Feb 2018 17:20:57 -0800 8197499: RepaintManager does not increase double buffer after attaching a device with higher resolution
avu [Thu, 15 Feb 2018 17:20:57 -0800] rev 49086
8197499: RepaintManager does not increase double buffer after attaching a device with higher resolution Reviewed-by: serb, prr
Thu, 15 Feb 2018 14:20:44 +0530 5076761: JList.setSelectedValue(null, ...) doesn't do anything
pbansal [Thu, 15 Feb 2018 14:20:44 +0530] rev 49085
5076761: JList.setSelectedValue(null, ...) doesn't do anything Reviewed-by: serb, ssadetsky, psadhukhan
Mon, 12 Feb 2018 10:31:42 -0800 Merge
prr [Mon, 12 Feb 2018 10:31:42 -0800] rev 49084
Merge
Mon, 12 Feb 2018 08:56:44 -0800 8197546: Fix for 8171000 breaks Solaris + Linux builds
prr [Mon, 12 Feb 2018 08:56:44 -0800] rev 49083
8197546: Fix for 8171000 breaks Solaris + Linux builds Reviewed-by: serb, jdv
Thu, 08 Feb 2018 22:34:20 -0800 Merge
prr [Thu, 08 Feb 2018 22:34:20 -0800] rev 49082
Merge
Thu, 08 Feb 2018 14:58:40 +0530 8195131: Dead code removal for changes present in JDK-8176795
jdv [Thu, 08 Feb 2018 14:58:40 +0530] rev 49081
8195131: Dead code removal for changes present in JDK-8176795 Reviewed-by: prr, pnarayanan
Mon, 05 Feb 2018 02:07:12 -0800 Merge
prr [Mon, 05 Feb 2018 02:07:12 -0800] rev 49080
Merge
Mon, 05 Feb 2018 13:44:41 +0530 8171000: Robot.createScreenCapture() crashes in wayland mode
kaddepalli [Mon, 05 Feb 2018 13:44:41 +0530] rev 49079
8171000: Robot.createScreenCapture() crashes in wayland mode Reviewed-by: serb, mhalder
Thu, 01 Mar 2018 18:12:50 +0100 8198859: Use elfedit to silence linker warnings on solaris
ihse [Thu, 01 Mar 2018 18:12:50 +0100] rev 49078
8198859: Use elfedit to silence linker warnings on solaris Reviewed-by: tbell
Wed, 28 Feb 2018 17:11:57 -0800 8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes
mchung [Wed, 28 Feb 2018 17:11:57 -0800] rev 49077
8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes Reviewed-by: dfuchs, jmanson
Wed, 28 Feb 2018 18:36:25 -0500 8198628: further simplifications to lambda classification at JavacParser
vromero [Wed, 28 Feb 2018 18:36:25 -0500] rev 49076
8198628: further simplifications to lambda classification at JavacParser Reviewed-by: mcimadamore
Wed, 28 Feb 2018 21:21:11 +0000 Merge jdk-11+3
lana [Wed, 28 Feb 2018 21:21:11 +0000] rev 49075
Merge
Tue, 27 Feb 2018 20:48:06 +0000 Added tag jdk-10+45 for changeset 4f96cf952e71
lana [Tue, 27 Feb 2018 20:48:06 +0000] rev 49074
Added tag jdk-10+45 for changeset 4f96cf952e71
Mon, 26 Feb 2018 22:38:13 +0100 8198658: Docs still point to JDK 9 docs jdk-10+45
ihse [Mon, 26 Feb 2018 22:38:13 +0100] rev 49073
8198658: Docs still point to JDK 9 docs Reviewed-by: tbell, darcy
Tue, 20 Feb 2018 17:01:18 +0000 Added tag jdk-10+44 for changeset 663f20fc5109
lana [Tue, 20 Feb 2018 17:01:18 +0000] rev 49072
Added tag jdk-10+44 for changeset 663f20fc5109
Thu, 15 Feb 2018 00:20:22 +0100 8197968: [Backout] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set jdk-10+44
tschatzl [Thu, 15 Feb 2018 00:20:22 +0100] rev 49071
8197968: [Backout] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set Reviewed-by: kbarrett
Wed, 28 Feb 2018 21:16:11 +0100 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse [Wed, 28 Feb 2018 21:16:11 +0100] rev 49070
8198751: Refactor SetupNativeCompilation to take NAME and TYPE Reviewed-by: tbell
Wed, 28 Feb 2018 18:28:17 +0000 8193892: Impact of noncloneable MessageDigest implementation
coffeys [Wed, 28 Feb 2018 18:28:17 +0000] rev 49069
8193892: Impact of noncloneable MessageDigest implementation Reviewed-by: wetmore, valeriep, xuelei
Wed, 28 Feb 2018 17:34:10 +0100 8198726: Quarantine SADebugDTest.java again
jwilhelm [Wed, 28 Feb 2018 17:34:10 +0100] rev 49068
8198726: Quarantine SADebugDTest.java again Reviewed-by: dcubed
Sun, 25 Feb 2018 04:59:43 +0100 Merge
jwilhelm [Sun, 25 Feb 2018 04:59:43 +0100] rev 49067
Merge
Fri, 23 Feb 2018 13:55:49 -0800 8197901: Crash during GC when logging level is debug
lmesnik [Fri, 23 Feb 2018 13:55:49 -0800] rev 49066
8197901: Crash during GC when logging level is debug Reviewed-by: dholmes, coleenp Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
Fri, 23 Feb 2018 11:31:22 -0800 8198533: Remove obsolete JDIScaffold class from repo.
psomashe [Fri, 23 Feb 2018 11:31:22 -0800] rev 49065
8198533: Remove obsolete JDIScaffold class from repo. Summary: update one remaining test and remove JDIScaffold from repo. Reviewed-by: sspitsyn, cjplummer
Fri, 23 Feb 2018 13:42:48 -0800 8196992: Resolve disabled warnings for libdt_socket
cjplummer [Fri, 23 Feb 2018 13:42:48 -0800] rev 49064
8196992: Resolve disabled warnings for libdt_socket Summary: no longer need to disable warnings in makefile Reviewed-by: sspitsyn, clanger
Fri, 23 Feb 2018 13:42:40 -0800 8198585: add asserts to verify that ServiceUtil::visible_oop is not needed
cjplummer [Fri, 23 Feb 2018 13:42:40 -0800] rev 49063
8198585: add asserts to verify that ServiceUtil::visible_oop is not needed Summary: asserts added Reviewed-by: stefank, sspitsyn, dcubed
Thu, 22 Feb 2018 13:16:06 -0800 8198568: clean up test/hotspot/jtreg/ProblemList.txt
iignatyev [Thu, 22 Feb 2018 13:16:06 -0800] rev 49062
8198568: clean up test/hotspot/jtreg/ProblemList.txt Reviewed-by: thartmann, gtriantafill
Fri, 23 Feb 2018 14:13:06 -0500 8198635: Remove unused safepoint message functions and ShowSafepointMsgs
coleenp [Fri, 23 Feb 2018 14:13:06 -0500] rev 49061
8198635: Remove unused safepoint message functions and ShowSafepointMsgs Reviewed-by: eosterlund, gtriantafill
Fri, 23 Feb 2018 10:14:23 -0800 8198251: [Graal] compiler/intrinsics/bmi/verifycode tests fail with Graal on macos
kvn [Fri, 23 Feb 2018 10:14:23 -0800] rev 49060
8198251: [Graal] compiler/intrinsics/bmi/verifycode tests fail with Graal on macos Summary: BMI tests should be excluded from Graal JIT testing for now. Reviewed-by: thartmann
Fri, 23 Feb 2018 12:08:05 -0500 Merge
bobv [Fri, 23 Feb 2018 12:08:05 -0500] rev 49059
Merge
Fri, 23 Feb 2018 10:17:35 -0500 8197589: Update CPU count algorithm when both cpu shares and quotas are used
bobv [Fri, 23 Feb 2018 10:17:35 -0500] rev 49058
8197589: Update CPU count algorithm when both cpu shares and quotas are used Reviewed-by: dholmes, mseledtsov
Fri, 23 Feb 2018 09:15:42 +0100 8198560: Remove implicit casts from oop to JavaThread* and jlong*
eosterlund [Fri, 23 Feb 2018 09:15:42 +0100] rev 49057
8198560: Remove implicit casts from oop to JavaThread* and jlong* Reviewed-by: kbarrett, coleenp, tschatzl
Fri, 23 Feb 2018 07:47:29 -0500 8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532
coleenp [Fri, 23 Feb 2018 07:47:29 -0500] rev 49056
8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532 Summary: Make generate_class_cast_message able to deal with NULL klass from the constant pool. Reviewed-by: hseigel, lfoltan
Fri, 23 Feb 2018 12:47:36 +0100 8198564: Multiple crashes on SPARC
rkennke [Fri, 23 Feb 2018 12:47:36 +0100] rev 49055
8198564: Multiple crashes on SPARC Reviewed-by: dholmes, simonis, stefank
Fri, 23 Feb 2018 09:38:33 +0100 8198420: Remove unused extension point AllocationContextStats
sjohanss [Fri, 23 Feb 2018 09:38:33 +0100] rev 49054
8198420: Remove unused extension point AllocationContextStats Reviewed-by: ehelin, tschatzl
Thu, 22 Feb 2018 14:16:18 +0100 8198553: jcmd: separate Metaspace statistics from NMT
stuefe [Thu, 22 Feb 2018 14:16:18 +0100] rev 49053
8198553: jcmd: separate Metaspace statistics from NMT Reviewed-by: zgu, coleenp
Thu, 22 Feb 2018 14:58:01 -0500 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi [Thu, 22 Feb 2018 14:58:01 -0500] rev 49052
8198551: Rename hotspot_tier1 test group to tier1 Reviewed-by: lfoltan, iignatyev
Thu, 22 Feb 2018 16:29:10 +0100 8198558: Windows does not build without precompiled headers
stuefe [Thu, 22 Feb 2018 16:29:10 +0100] rev 49051
8198558: Windows does not build without precompiled headers Reviewed-by: coleenp, mlarsson, lfoltan
Thu, 22 Feb 2018 18:37:48 +0100 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank [Thu, 22 Feb 2018 18:37:48 +0100] rev 49050
8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap Reviewed-by: kbarrett, sjohanss
Thu, 22 Feb 2018 18:37:23 +0100 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank [Thu, 22 Feb 2018 18:37:23 +0100] rev 49049
8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap Reviewed-by: pliden, sjohanss, kbarrett
Thu, 22 Feb 2018 18:36:32 +0100 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank [Thu, 22 Feb 2018 18:36:32 +0100] rev 49048
8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap Reviewed-by: pliden, sjohanss
Thu, 22 Feb 2018 18:36:07 +0100 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank [Thu, 22 Feb 2018 18:36:07 +0100] rev 49047
8198515: Extract SoftReferencePolicy code out of CollectorPolicy Reviewed-by: pliden, sjohanss
Thu, 22 Feb 2018 18:35:40 +0100 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank [Thu, 22 Feb 2018 18:35:40 +0100] rev 49046
8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap Reviewed-by: pliden, sjohanss
Thu, 22 Feb 2018 18:35:04 +0100 8198509: Move satisfy_failed_metadata_allocation out from CollectorPolicy
stefank [Thu, 22 Feb 2018 18:35:04 +0100] rev 49045
8198509: Move satisfy_failed_metadata_allocation out from CollectorPolicy Reviewed-by: sjohanss, pliden
Thu, 22 Feb 2018 18:34:39 +0100 8198507: Remove CollectorPolicy::create_rem_set
stefank [Thu, 22 Feb 2018 18:34:39 +0100] rev 49044
8198507: Remove CollectorPolicy::create_rem_set Reviewed-by: pliden, tschatzl
Thu, 22 Feb 2018 18:34:18 +0100 8198373: Remove CollectorPolicy::is/as functions
stefank [Thu, 22 Feb 2018 18:34:18 +0100] rev 49043
8198373: Remove CollectorPolicy::is/as functions Reviewed-by: sjohanss, pliden
Thu, 22 Feb 2018 12:05:17 -0500 8197868: VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp
lfoltan [Thu, 22 Feb 2018 12:05:17 -0500] rev 49042
8197868: VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp Summary: Change to use the functional version of _get_timezone for VS2017. Reviewed-by: coleenp, hseigel Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
Thu, 22 Feb 2018 10:39:42 +0100 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
eosterlund [Thu, 22 Feb 2018 10:39:42 +0100] rev 49041
8198286: Direct memory accessors in typeArrayOop.hpp should use Access API Reviewed-by: pliden, rkennke
Wed, 21 Feb 2018 23:30:01 -0500 8197859: VS2017 Complains about UINTPTR_MAX definition in globalDefinitions_VisCPP.hpp
kbarrett [Wed, 21 Feb 2018 23:30:01 -0500] rev 49040
8197859: VS2017 Complains about UINTPTR_MAX definition in globalDefinitions_VisCPP.hpp Summary: Use <stdint.h> and <inttypes.h> on Windows instead of emulation. Reviewed-by: coleenp, lfoltan, gtriantafill
Tue, 13 Feb 2018 14:38:09 +0100 8197827: [windows] Small cleanups after JDK-8185712
stuefe [Tue, 13 Feb 2018 14:38:09 +0100] rev 49039
8197827: [windows] Small cleanups after JDK-8185712 Reviewed-by: zgu, dholmes
Wed, 21 Feb 2018 14:08:26 -0500 8068593: Remove or repurpose unused PerfCounters from objectMonitor
coleenp [Wed, 21 Feb 2018 14:08:26 -0500] rev 49038
8068593: Remove or repurpose unused PerfCounters from objectMonitor Reviewed-by: redestad, dcubed
Wed, 21 Feb 2018 11:18:52 -0500 8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options
hseigel [Wed, 21 Feb 2018 11:18:52 -0500] rev 49037
8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options Summary: Add comments, fix a small issue with the boot loader, and add an assert. Reviewed-by: coleenp, alanb, acorn, dholmes
Thu, 15 Feb 2018 23:45:15 +0100 8197999: Accessors in typeArrayOopDesc should use new Access API
rkennke [Thu, 15 Feb 2018 23:45:15 +0100] rev 49036
8197999: Accessors in typeArrayOopDesc should use new Access API Reviewed-by: eosterlund, pliden
Wed, 21 Feb 2018 07:49:36 -0500 8198287: Cleanup ElfFile usage in whitebox.cpp
zgu [Wed, 21 Feb 2018 07:49:36 -0500] rev 49035
8198287: Cleanup ElfFile usage in whitebox.cpp Summary: Removed redundant include of elfFile.hpp Reviewed-by: dholmes, coleenp
Wed, 21 Feb 2018 12:40:07 +0100 8198225: os::attempt_reserve_memory_at records memory as committed
stefank [Wed, 21 Feb 2018 12:40:07 +0100] rev 49034
8198225: os::attempt_reserve_memory_at records memory as committed Reviewed-by: shade, zgu, stuefe
Wed, 21 Feb 2018 12:40:05 +0100 8196405: [REDO] NMT: add_committed_regions doesn't merge succeeding regions
stefank [Wed, 21 Feb 2018 12:40:05 +0100] rev 49033
8196405: [REDO] NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: eosterlund, coleenp, zgu
Tue, 20 Feb 2018 09:46:48 -0800 8198439: Fix aarch64 code for handling generate_code_for after FastTLABFill obsolete code
jcbeyler [Tue, 20 Feb 2018 09:46:48 -0800] rev 49032
8198439: Fix aarch64 code for handling generate_code_for after FastTLABFill obsolete code Summary: Fix aarch64 issue when moving the stp down and to a str Reviewed-by: adinn, smonteith Contributed-by: jcbeyler@google.com
Wed, 21 Feb 2018 07:50:33 +0100 8198369: Clean up GCId and GCIdMark
pliden [Wed, 21 Feb 2018 07:50:33 +0100] rev 49031
8198369: Clean up GCId and GCIdMark Reviewed-by: stefank, eosterlund
Wed, 21 Feb 2018 07:46:40 +0100 8198267: Allow GCId::current_raw() calls from non-NamedThreads
pliden [Wed, 21 Feb 2018 07:46:40 +0100] rev 49030
8198267: Allow GCId::current_raw() calls from non-NamedThreads Reviewed-by: stefank, kbarrett
Tue, 20 Feb 2018 16:18:25 -0600 8193056: Title from build failure with Xcode 9.1
gziemski [Tue, 20 Feb 2018 16:18:25 -0600] rev 49029
8193056: Title from build failure with Xcode 9.1 Summary: Included missing header explicitly. Reviewed-by: coleenp, vlivanov
Tue, 20 Feb 2018 12:54:26 -0800 8193909: Obsolete(remove) Co-operative Memory Management (CMM)
sangheki [Tue, 20 Feb 2018 12:54:26 -0800] rev 49028
8193909: Obsolete(remove) Co-operative Memory Management (CMM) Reviewed-by: dholmes, jwilhelm, mchung, tschatzl Contributed-by: sangheon.kim@oracle.com, brent.christian@oracle.com
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip