Fri, 01 Jul 2016 12:51:29 -0700 8064814: Print more helpful error message when getting OOM due to low Java Heap base when running with CompressedOops
poonam [Fri, 01 Jul 2016 12:51:29 -0700] rev 39626
8064814: Print more helpful error message when getting OOM due to low Java Heap base when running with CompressedOops Summary: Improve OOM error message Reviewed-by: coleenp, dholmes
Thu, 30 Jun 2016 19:16:14 -0400 8160356: invalid suffix on literal warning is occurred with GCC 6
kbarrett [Thu, 30 Jun 2016 19:16:14 -0400] rev 39625
8160356: invalid suffix on literal warning is occurred with GCC 6 Summary: Add whitespace separation Reviewed-by: kbarrett, kvn Contributed-by: yasuenag@gmail.com
Fri, 01 Jul 2016 13:39:36 +0200 Merge
ctornqvi [Fri, 01 Jul 2016 13:39:36 +0200] rev 39624
Merge
Fri, 01 Jul 2016 07:21:33 -0400 8160484: Implement Hotspot Runtime tier 2
ctornqvi [Fri, 01 Jul 2016 07:21:33 -0400] rev 39623
8160484: Implement Hotspot Runtime tier 2 Reviewed-by: dholmes, gtriantafill
Fri, 01 Jul 2016 11:55:25 +0200 8158629: bash >(...) construct still causes race conditions
erikj [Fri, 01 Jul 2016 11:55:25 +0200] rev 39622
8158629: bash >(...) construct still causes race conditions Reviewed-by: tbell
Wed, 29 Jun 2016 16:11:50 +0200 8159695: Arguments::atojulong() fails to detect overflows
mlarsson [Wed, 29 Jun 2016 16:11:50 +0200] rev 39621
8159695: Arguments::atojulong() fails to detect overflows Reviewed-by: dholmes, dsamersoff
Thu, 30 Jun 2016 00:19:48 +0000 Merge
coleenp [Thu, 30 Jun 2016 00:19:48 +0000] rev 39620
Merge
Wed, 29 Jun 2016 20:16:05 -0400 8160551: assert(c == Bytecodes::_putfield) failed: must be putfield
coleenp [Wed, 29 Jun 2016 20:16:05 -0400] rev 39619
8160551: assert(c == Bytecodes::_putfield) failed: must be putfield Summary: Illegal bytecodes which are detected later hit this assert first. Reviewed-by: jrose
Wed, 29 Jun 2016 18:40:28 +0300 8132711: Add tests which check that Humongous objects behave as expected after Mixed GC
kzhaldyb [Wed, 29 Jun 2016 18:40:28 +0300] rev 39618
8132711: Add tests which check that Humongous objects behave as expected after Mixed GC Reviewed-by: tschatzl, dfazunen
Wed, 29 Jun 2016 17:01:55 +0300 8132715: Add tests which check that no allocations allowed in any of humongous regions
kzhaldyb [Wed, 29 Jun 2016 17:01:55 +0300] rev 39617
8132715: Add tests which check that no allocations allowed in any of humongous regions Reviewed-by: dfazunen, tschatzl
Tue, 28 Jun 2016 10:11:01 -0400 8159262: Walking PackageEntry Export and ModuleEntry Reads Must Occur Only When Neccessary And Wait Until ClassLoader's Aliveness Determined
lfoltan [Tue, 28 Jun 2016 10:11:01 -0400] rev 39616
8159262: Walking PackageEntry Export and ModuleEntry Reads Must Occur Only When Neccessary And Wait Until ClassLoader's Aliveness Determined Summary: Fixed an issue in class unloading to delay walk until class loader's aliveness is determined of modularity lists to remove dead modules Reviewed-by: coleenp, dholmes, sspitsyn, zgu
Tue, 28 Jun 2016 10:37:52 +0200 8159890: SIGSEGV with UseStringDeduplication and UseSharedSpaces/RequireSharedSpaces
pliden [Tue, 28 Jun 2016 10:37:52 +0200] rev 39615
8159890: SIGSEGV with UseStringDeduplication and UseSharedSpaces/RequireSharedSpaces Reviewed-by: stefank, drwhite, tschatzl, jiangli, iklam Contributed-by: per.liden@oracle.com, ioi.lam@oracle.com
Tue, 12 Jul 2016 10:39:46 +0200 8161032: GPL header incorrect - address wrong - not swapped in licensee bundles
mhaupt [Tue, 12 Jul 2016 10:39:46 +0200] rev 39614
8161032: GPL header incorrect - address wrong - not swapped in licensee bundles Reviewed-by: dholmes, kvn
Thu, 14 Jul 2016 15:47:44 +0000 Added tag jdk-9+127 for changeset 8e5b413c199b
amurillo [Thu, 14 Jul 2016 15:47:44 +0000] rev 39613
Added tag jdk-9+127 for changeset 8e5b413c199b
Fri, 15 Jul 2016 00:24:35 +0000 8161171: Missed the make/common/Modules.gmk file when integrating JDK-8154191
valeriep [Fri, 15 Jul 2016 00:24:35 +0000] rev 39612
8161171: Missed the make/common/Modules.gmk file when integrating JDK-8154191 Summary: Re-apply the same changes as reviewed under JDK-8154191. Reviewed-by: mchung
Thu, 14 Jul 2016 16:21:18 +0000 Merge
amurillo [Thu, 14 Jul 2016 16:21:18 +0000] rev 39611
Merge
Wed, 13 Jul 2016 14:42:09 -0700 8160398: (jdeps) Replace a list of JDK 8 internal API for detecting if it's removed in JDK 9 or later
mchung [Wed, 13 Jul 2016 14:42:09 -0700] rev 39610
8160398: (jdeps) Replace a list of JDK 8 internal API for detecting if it's removed in JDK 9 or later Reviewed-by: dfuchs
Wed, 13 Jul 2016 14:23:53 -0700 8161255: jdk build "all" (docs) fails on all platforms, error from DefaultLoggerFinder.java
bpatel [Wed, 13 Jul 2016 14:23:53 -0700] rev 39609
8161255: jdk build "all" (docs) fails on all platforms, error from DefaultLoggerFinder.java Reviewed-by: tbell, ksrini, darcy
Fri, 08 Jul 2016 12:12:52 -0700 Merge
amurillo [Fri, 08 Jul 2016 12:12:52 -0700] rev 39608
Merge
Fri, 01 Jul 2016 12:32:21 +0200 8158629: bash >(...) construct still causes race conditions
erikj [Fri, 01 Jul 2016 12:32:21 +0200] rev 39607
8158629: bash >(...) construct still causes race conditions Reviewed-by: tbell
Thu, 14 Jul 2016 15:47:44 +0000 Added tag jdk-9+127 for changeset 6a80821ee59f
amurillo [Thu, 14 Jul 2016 15:47:44 +0000] rev 39606
Added tag jdk-9+127 for changeset 6a80821ee59f
Wed, 05 Jul 2017 21:57:12 +0200 Added tag jdk-9+127 for changeset 8e45018bde9d
duke [Wed, 05 Jul 2017 21:57:12 +0200] rev 39605
Added tag jdk-9+127 for changeset 8e45018bde9d
Wed, 05 Jul 2017 21:57:11 +0200 Merge jdk-9+127
duke [Wed, 05 Jul 2017 21:57:11 +0200] rev 39604
Merge
Wed, 05 Jul 2017 21:57:04 +0200 Merge
duke [Wed, 05 Jul 2017 21:57:04 +0200] rev 39603
Merge
Tue, 12 Jul 2016 21:14:24 +0000 Merge
amurillo [Tue, 12 Jul 2016 21:14:24 +0000] rev 39602
Merge
Mon, 11 Jul 2016 15:27:52 -0700 8161020: javac, fold stop compilation options
vromero [Mon, 11 Jul 2016 15:27:52 -0700] rev 39601
8161020: javac, fold stop compilation options Reviewed-by: mcimadamore
Mon, 11 Jul 2016 18:13:42 +0530 8160928: javac incorrectly copies over interior type annotations to bridge method
sadayapalam [Mon, 11 Jul 2016 18:13:42 +0530] rev 39600
8160928: javac incorrectly copies over interior type annotations to bridge method Reviewed-by: mcimadamore
Fri, 08 Jul 2016 16:47:13 -0700 8153407: javac, fold debug options
vromero [Fri, 08 Jul 2016 16:47:13 -0700] rev 39599
8153407: javac, fold debug options Reviewed-by: mcimadamore, jjg
Fri, 08 Jul 2016 09:28:52 -0700 Merge
prr [Fri, 08 Jul 2016 09:28:52 -0700] rev 39598
Merge
Fri, 01 Jul 2016 13:01:04 -0700 Merge
prr [Fri, 01 Jul 2016 13:01:04 -0700] rev 39597
Merge
Mon, 27 Jun 2016 10:00:29 -0700 Merge
prr [Mon, 27 Jun 2016 10:00:29 -0700] rev 39596
Merge
Mon, 20 Jun 2016 06:13:34 -0700 8159324: JDK9 message drop 10 resource updates
lana [Mon, 20 Jun 2016 06:13:34 -0700] rev 39595
8159324: JDK9 message drop 10 resource updates Summary: JDK9 message drop resource updates - openjdk Reviewed-by: rfield, alanb, joehw Contributed-by: li.jiang@oracle.com
Thu, 07 Jul 2016 14:51:08 -0700 8160998: GPL header contains "(config)" in first line - not swapped in licensee bundles
ksrini [Thu, 07 Jul 2016 14:51:08 -0700] rev 39594
8160998: GPL header contains "(config)" in first line - not swapped in licensee bundles Reviewed-by: vromero
Thu, 07 Jul 2016 18:35:22 +0000 Merge
amurillo [Thu, 07 Jul 2016 18:35:22 +0000] rev 39593
Merge
Thu, 07 Jul 2016 18:59:35 +0000 Merge
amurillo [Thu, 07 Jul 2016 18:59:35 +0000] rev 39592
Merge
Thu, 07 Jul 2016 00:10:24 -0700 8160935: JShell: Without at least one source file 8160035 breaks build
rfield [Thu, 07 Jul 2016 00:10:24 -0700] rev 39591
8160935: JShell: Without at least one source file 8160035 breaks build Reviewed-by: jlahoda
Wed, 06 Jul 2016 20:53:55 -0700 8160035: JShell API: Add javadoc overview and package files
rfield [Wed, 06 Jul 2016 20:53:55 -0700] rev 39590
8160035: JShell API: Add javadoc overview and package files Reviewed-by: jlahoda
Wed, 06 Jul 2016 15:27:36 -0700 8048543: JLS8 18.5.3: inference variable seems to be instantiated unexpectedly
vromero [Wed, 06 Jul 2016 15:27:36 -0700] rev 39589
8048543: JLS8 18.5.3: inference variable seems to be instantiated unexpectedly Reviewed-by: mcimadamore
Wed, 06 Jul 2016 12:46:37 -0700 8160915: javac, option forceSerializable should be restored
vromero [Wed, 06 Jul 2016 12:46:37 -0700] rev 39588
8160915: javac, option forceSerializable should be restored Reviewed-by: jjg
Wed, 06 Jul 2016 09:42:27 -0700 8160891: javac, remove unused options, step 3
vromero [Wed, 06 Jul 2016 09:42:27 -0700] rev 39587
8160891: javac, remove unused options, step 3 Reviewed-by: mcimadamore
Tue, 05 Jul 2016 13:30:40 -0700 8157987: overview-summary.html generated by javadoc should include module information
bpatel [Tue, 05 Jul 2016 13:30:40 -0700] rev 39586
8157987: overview-summary.html generated by javadoc should include module information Reviewed-by: jjg, ksrini
Thu, 07 Jul 2016 18:21:25 +0000 Added tag jdk-9+126 for changeset a42db8c180c3
amurillo [Thu, 07 Jul 2016 18:21:25 +0000] rev 39585
Added tag jdk-9+126 for changeset a42db8c180c3
Wed, 05 Jul 2017 21:56:53 +0200 Merge
duke [Wed, 05 Jul 2017 21:56:53 +0200] rev 39584
Merge
Thu, 07 Jul 2016 18:21:23 +0000 Added tag jdk-9+126 for changeset dd877a53f8d8
amurillo [Thu, 07 Jul 2016 18:21:23 +0000] rev 39583
Added tag jdk-9+126 for changeset dd877a53f8d8
Wed, 05 Jul 2017 21:56:46 +0200 Merge
duke [Wed, 05 Jul 2017 21:56:46 +0200] rev 39582
Merge
Fri, 08 Jul 2016 09:28:44 -0700 Merge
prr [Fri, 08 Jul 2016 09:28:44 -0700] rev 39581
Merge
Fri, 01 Jul 2016 13:30:38 -0700 Merge
prr [Fri, 01 Jul 2016 13:30:38 -0700] rev 39580
Merge
Mon, 27 Jun 2016 10:00:47 -0700 Merge
prr [Mon, 27 Jun 2016 10:00:47 -0700] rev 39579
Merge
Mon, 20 Jun 2016 06:13:28 -0700 8159324: JDK9 message drop 10 resource updates
lana [Mon, 20 Jun 2016 06:13:28 -0700] rev 39578
8159324: JDK9 message drop 10 resource updates Summary: JDK9 message drop resource updates - openjdk Reviewed-by: rfield, alanb, joehw Contributed-by: li.jiang@oracle.com
Thu, 07 Jul 2016 18:21:23 +0000 Added tag jdk-9+126 for changeset c74ef1ce07fb
amurillo [Thu, 07 Jul 2016 18:21:23 +0000] rev 39577
Added tag jdk-9+126 for changeset c74ef1ce07fb
Wed, 05 Jul 2017 21:56:37 +0200 Merge
duke [Wed, 05 Jul 2017 21:56:37 +0200] rev 39576
Merge
Thu, 07 Jul 2016 18:21:25 +0000 Added tag jdk-9+126 for changeset 5c06a5663124
amurillo [Thu, 07 Jul 2016 18:21:25 +0000] rev 39575
Added tag jdk-9+126 for changeset 5c06a5663124
Wed, 05 Jul 2017 21:56:30 +0200 Merge
duke [Wed, 05 Jul 2017 21:56:30 +0200] rev 39574
Merge
Thu, 07 Jul 2016 18:21:21 +0000 Added tag jdk-9+126 for changeset c2c8f6b847e5
amurillo [Thu, 07 Jul 2016 18:21:21 +0000] rev 39573
Added tag jdk-9+126 for changeset c2c8f6b847e5
Wed, 05 Jul 2017 21:56:22 +0200 Merge
duke [Wed, 05 Jul 2017 21:56:22 +0200] rev 39572
Merge
Tue, 12 Jul 2016 21:15:49 +0000 Merge
amurillo [Tue, 12 Jul 2016 21:15:49 +0000] rev 39571
Merge
Mon, 11 Jul 2016 17:18:59 -0700 8160215: jdk/test/java/io/Reader/ReaderBulkReadContract.java should clean up better
bpb [Mon, 11 Jul 2016 17:18:59 -0700] rev 39570
8160215: jdk/test/java/io/Reader/ReaderBulkReadContract.java should clean up better Summary: Create temporary files in the test scratch directory instead of in the default temporary file directory. Reviewed-by: lancea, alanb
Mon, 11 Jul 2016 14:46:21 -0700 8160831: GioFileTypeDetector always calls deprecated g_type_init
bpb [Mon, 11 Jul 2016 14:46:21 -0700] rev 39569
8160831: GioFileTypeDetector always calls deprecated g_type_init Summary: Ensure that g_type_init is non-null before using it. Reviewed-by: alanb Contributed-by: Martin Walsh <martin.walsh@oracle.com>
Mon, 23 May 2016 23:12:05 +0800 8158365: List.spliterator should optimize for RandomAccess lists
psandoz [Mon, 23 May 2016 23:12:05 +0800] rev 39568
8158365: List.spliterator should optimize for RandomAccess lists Reviewed-by: psandoz Contributed-by: Hiroshi Ito <hiroshi.ito@gs.com>
Mon, 11 Jul 2016 14:32:51 +0100 8160786: No CCC for public class java.net.http.AsyncSSlDelegate
michaelm [Mon, 11 Jul 2016 14:32:51 +0100] rev 39567
8160786: No CCC for public class java.net.http.AsyncSSlDelegate Reviewed-by: chegar
Mon, 11 Jul 2016 11:32:40 +0100 8056285: java/util/logging/CheckLockLocationTest.java java.lang.RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory.
dfuchs [Mon, 11 Jul 2016 11:32:40 +0100] rev 39566
8056285: java/util/logging/CheckLockLocationTest.java java.lang.RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory. Summary: added some instrumentation to the test to help a better diagnosis Reviewed-by: mchung
Mon, 11 Jul 2016 00:24:46 +0300 8154553: Incorrect GPL header in package-info.java reported
aefimov [Mon, 11 Jul 2016 00:24:46 +0300] rev 39565
8154553: Incorrect GPL header in package-info.java reported Reviewed-by: igerasim
Sat, 09 Jul 2016 06:04:57 +0000 8159009: Remove ExemptionMechanism.finalize() implementation
xuelei [Sat, 09 Jul 2016 06:04:57 +0000] rev 39564
8159009: Remove ExemptionMechanism.finalize() implementation Reviewed-by: mullan, weijun
Sat, 09 Jul 2016 05:56:18 +0000 8148516: Improve the default strength of EC in JDK
xuelei [Sat, 09 Jul 2016 05:56:18 +0000] rev 39563
8148516: Improve the default strength of EC in JDK Reviewed-by: valeriep
Sat, 09 Jul 2016 05:48:16 +0000 8157712: Deprecate the javax.security.cert and com.sun.net.ssl APIs with forRemoval=true
xuelei [Sat, 09 Jul 2016 05:48:16 +0000] rev 39562
8157712: Deprecate the javax.security.cert and com.sun.net.ssl APIs with forRemoval=true Reviewed-by: weijun
Fri, 08 Jul 2016 16:16:45 -0700 8157287: java/nio/file/FileStore/Basic.java failed with "java.nio.file.AccessDeniedException : /zones/zoneone/root "
bpb [Fri, 08 Jul 2016 16:16:45 -0700] rev 39561
8157287: java/nio/file/FileStore/Basic.java failed with "java.nio.file.AccessDeniedException : /zones/zoneone/root " Summary: Ignore AccessDeniedException when testing space attributes. Reviewed-by: alanb
Fri, 08 Jul 2016 14:42:50 -0700 8129972: Clarify the javadoc of java.security.CodeSource as to the nullability of 'location'
jnimeh [Fri, 08 Jul 2016 14:42:50 -0700] rev 39560
8129972: Clarify the javadoc of java.security.CodeSource as to the nullability of 'location' Summary: Improves clarity of the CodeSource javadoc, specifically regarding the ability of the URL parameter in the constructors being null. Reviewed-by: mullan
Fri, 08 Jul 2016 10:41:12 -0700 Merge
prr [Fri, 08 Jul 2016 10:41:12 -0700] rev 39559
Merge
Fri, 08 Jul 2016 09:30:13 -0700 Merge
prr [Fri, 08 Jul 2016 09:30:13 -0700] rev 39558
Merge
Fri, 08 Jul 2016 09:27:09 -0700 8160977: [PIT] Typo in SwingUtilities2.java
alexsch [Fri, 08 Jul 2016 09:27:09 -0700] rev 39557
8160977: [PIT] Typo in SwingUtilities2.java Reviewed-by: ssadetsky, azvegint
Tue, 05 Jul 2016 12:37:36 +0300 8022810: Cannot list all the available display modes on Ubuntu linux in case of two screen devices
ssadetsky [Tue, 05 Jul 2016 12:37:36 +0300] rev 39556
8022810: Cannot list all the available display modes on Ubuntu linux in case of two screen devices Reviewed-by: alexsch, serb
Tue, 05 Jul 2016 09:48:49 +0300 8160248: Dragged internal frame leaves artifacts for floating point ui scale
alexsch [Tue, 05 Jul 2016 09:48:49 +0300] rev 39555
8160248: Dragged internal frame leaves artifacts for floating point ui scale Reviewed-by: ssadetsky
Tue, 05 Jul 2016 09:36:41 +0300 8142966: Wrong cursor position in text components on HiDPI display
alexsch [Tue, 05 Jul 2016 09:36:41 +0300] rev 39554
8142966: Wrong cursor position in text components on HiDPI display Reviewed-by: prr, serb
Tue, 05 Jul 2016 09:26:34 +0300 8132119: Provide public API for text related methods in SwingUtilities2
alexsch [Tue, 05 Jul 2016 09:26:34 +0300] rev 39553
8132119: Provide public API for text related methods in SwingUtilities2 Reviewed-by: prr, serb
Mon, 04 Jul 2016 17:10:29 +0530 6789262: getPageFormat doesn't apply PrintRequestAttributeSet specified
psadhukhan [Mon, 04 Jul 2016 17:10:29 +0530] rev 39552
6789262: getPageFormat doesn't apply PrintRequestAttributeSet specified Reviewed-by: prr, jdv
Mon, 04 Jul 2016 11:04:18 +0300 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X
dmarkov [Mon, 04 Jul 2016 11:04:18 +0300] rev 39551
8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X Reviewed-by: alexp
Sat, 02 Jul 2016 22:28:40 +0900 8160294: Some client libraries cannot be built with GCC 6
ysuenaga [Sat, 02 Jul 2016 22:28:40 +0900] rev 39550
8160294: Some client libraries cannot be built with GCC 6 Reviewed-by: prr, flar, erikj, kbarrett
Fri, 01 Jul 2016 14:29:36 -0700 8160695: getHBScriptCode script code validation
prr [Fri, 01 Jul 2016 14:29:36 -0700] rev 39549
8160695: getHBScriptCode script code validation Reviewed-by: bpb
Fri, 01 Jul 2016 14:27:13 -0700 8160693: ScriptRunData.java uses bitwise AND instead of logical AND
prr [Fri, 01 Jul 2016 14:27:13 -0700] rev 39548
8160693: ScriptRunData.java uses bitwise AND instead of logical AND Reviewed-by: flar
Fri, 01 Jul 2016 13:00:53 -0700 Merge
prr [Fri, 01 Jul 2016 13:00:53 -0700] rev 39547
Merge
Fri, 01 Jul 2016 16:16:59 +0530 8158478: X11 keysym XK_topt maps to the wrong Unicode character
pkbalakr [Fri, 01 Jul 2016 16:16:59 +0530] rev 39546
8158478: X11 keysym XK_topt maps to the wrong Unicode character Reviewed-by: serb, arapte
Fri, 01 Jul 2016 13:58:55 +0530 8152672: IIOException while getting second image properties for JPEG
jdv [Fri, 01 Jul 2016 13:58:55 +0530] rev 39545
8152672: IIOException while getting second image properties for JPEG Reviewed-by: prr, flar Contributed-by: jayathirth.d.v@oracle.com
Fri, 01 Jul 2016 10:54:18 +0530 6218397: Printing to file does not throw a PrinterException if the file cannot be created
psadhukhan [Fri, 01 Jul 2016 10:54:18 +0530] rev 39544
6218397: Printing to file does not throw a PrinterException if the file cannot be created Reviewed-by: prr, jdv
Thu, 30 Jun 2016 23:26:42 -0500 8154069: Jaws reads wrong values from comboboxes when no element is selected
ptbrunet [Thu, 30 Jun 2016 23:26:42 -0500] rev 39543
8154069: Jaws reads wrong values from comboboxes when no element is selected Summary: List item deselect event handler now clears the list selection Reviewed-by: alexsch, serb Contributed-by: peter.brunet@oracle.com
Thu, 30 Jun 2016 23:49:00 +0300 8158566: Provide a Swing property to not close toggle menu items on mouse click
alexsch [Thu, 30 Jun 2016 23:49:00 +0300] rev 39542
8158566: Provide a Swing property to not close toggle menu items on mouse click Reviewed-by: prr, ssadetsky
Thu, 30 Jun 2016 22:27:28 +0300 8160650: Couple awt and swing tests have wrong require jtreg arguments
mcherkas [Thu, 30 Jun 2016 22:27:28 +0300] rev 39541
8160650: Couple awt and swing tests have wrong require jtreg arguments Reviewed-by: serb
Thu, 30 Jun 2016 20:34:26 +0300 8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java
ssadetsky [Thu, 30 Jun 2016 20:34:26 +0300] rev 39540
8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java Reviewed-by: yan, prr
Thu, 30 Jun 2016 20:07:32 +0400 8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu
alexsch [Thu, 30 Jun 2016 20:07:32 +0400] rev 39539
8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu Reviewed-by: azvegint, alexsch Contributed-by: Robin Stevens <robin.stevens@scz.be>
Wed, 29 Jun 2016 14:47:58 +0530 8159152: Ctrl+F6, Ctrl+F5 doesn't work for iconified InternalFrame
rchamyal [Wed, 29 Jun 2016 14:47:58 +0530] rev 39538
8159152: Ctrl+F6, Ctrl+F5 doesn't work for iconified InternalFrame Reviewed-by: alexsch, psadhukhan Contributed-by: rajeev.chamyal@oracle.com
Wed, 29 Jun 2016 11:38:29 +0300 8144703: ClassCastException: sun.font.CompositeFont cannot be cast to PhysicalFont
dmarkov [Wed, 29 Jun 2016 11:38:29 +0300] rev 39537
8144703: ClassCastException: sun.font.CompositeFont cannot be cast to PhysicalFont Reviewed-by: serb, alexp
Wed, 29 Jun 2016 12:22:38 +0530 8151588: Press the button first two times, the 'First' and 'Next' didn't show
arapte [Wed, 29 Jun 2016 12:22:38 +0530] rev 39536
8151588: Press the button first two times, the 'First' and 'Next' didn't show Reviewed-by: ssadetsky, rchamyal Contributed-by: ambarish.rapte@oracle.com
Wed, 29 Jun 2016 11:51:37 +0530 8158616: [TEST_BUG] There is only "Fail" button on the description dialog
arapte [Wed, 29 Jun 2016 11:51:37 +0530] rev 39535
8158616: [TEST_BUG] There is only "Fail" button on the description dialog Reviewed-by: ssadetsky Contributed-by: ambarish.rapte@oracle.com
Tue, 21 Jun 2016 15:46:22 -0700 8022291: Mac OS: Unexpected JavaLaunchHelper message displaying
ddehaven [Tue, 21 Jun 2016 15:46:22 -0700] rev 39534
8022291: Mac OS: Unexpected JavaLaunchHelper message displaying Reviewed-by: serb, ksrini
Tue, 28 Jun 2016 16:17:08 +0530 8065861: Pressing Esc does not set 'canceled' property of ProgressMonitor
aghaisas [Tue, 28 Jun 2016 16:17:08 +0530] rev 39533
8065861: Pressing Esc does not set 'canceled' property of ProgressMonitor Reviewed-by: alexsch, prr
Mon, 27 Jun 2016 10:01:23 -0700 Merge
prr [Mon, 27 Jun 2016 10:01:23 -0700] rev 39532
Merge
Mon, 27 Jun 2016 16:10:06 +0530 8159068: The rendering of JTable is broken
psadhukhan [Mon, 27 Jun 2016 16:10:06 +0530] rev 39531
8159068: The rendering of JTable is broken Reviewed-by: alexsch, rchamyal
Mon, 27 Jun 2016 11:31:21 +0300 8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method
dmarkov [Mon, 27 Jun 2016 11:31:21 +0300] rev 39530
8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method Reviewed-by: ssadetsky, alexp
Thu, 23 Jun 2016 16:54:19 -0700 4497648: TextLayout equals method is not implemented
prr [Thu, 23 Jun 2016 16:54:19 -0700] rev 39529
4497648: TextLayout equals method is not implemented Reviewed-by: serb, psadhukhan
Thu, 23 Jun 2016 16:46:13 +0530 6601097: Margins are not reset to hardware margins when width/height is 0 or -ve alongwith x, y
psadhukhan [Thu, 23 Jun 2016 16:46:13 +0530] rev 39528
6601097: Margins are not reset to hardware margins when width/height is 0 or -ve alongwith x, y Reviewed-by: prr, jdv
Thu, 23 Jun 2016 12:53:56 +0300 8057791: Selection in JList is drawn with wrong colors in Nimbus L&F
alitvinov [Thu, 23 Jun 2016 12:53:56 +0300] rev 39527
8057791: Selection in JList is drawn with wrong colors in Nimbus L&F Reviewed-by: alexp, serb
Wed, 22 Jun 2016 16:10:36 +0530 8155740: [macosx] robot.keyPress and robot.keyRelease do not generate key event for Alt-Graph key VK_ALT_GRAPH
mhalder [Wed, 22 Jun 2016 16:10:36 +0530] rev 39526
8155740: [macosx] robot.keyPress and robot.keyRelease do not generate key event for Alt-Graph key VK_ALT_GRAPH Reviewed-by: ssadetsky, serb
Wed, 22 Jun 2016 12:36:18 +0300 8139189: Review request for 8139189: VK_OEM_102 dead key detected as VK_UNDEFINED
ssadetsky [Wed, 22 Jun 2016 12:36:18 +0300] rev 39525
8139189: Review request for 8139189: VK_OEM_102 dead key detected as VK_UNDEFINED Reviewed-by: alexsch
Wed, 22 Jun 2016 12:26:30 +0300 8075516: Deleting a file from either the open or save java.awt.FileDialog hangs.
ssadetsky [Wed, 22 Jun 2016 12:26:30 +0300] rev 39524
8075516: Deleting a file from either the open or save java.awt.FileDialog hangs. Reviewed-by: alexsch, serb
Mon, 20 Jun 2016 06:13:31 -0700 8159324: JDK9 message drop 10 resource updates
lana [Mon, 20 Jun 2016 06:13:31 -0700] rev 39523
8159324: JDK9 message drop 10 resource updates Summary: JDK9 message drop resource updates - openjdk Reviewed-by: rfield, alanb, joehw, weijun Contributed-by: li.jiang@oracle.com
Mon, 20 Jun 2016 13:10:54 -0700 Merge
prr [Mon, 20 Jun 2016 13:10:54 -0700] rev 39522
Merge
Mon, 20 Jun 2016 17:01:02 +0530 8041909: Uncaught exceptions in JComboBox listeners cause listener not to receive events
aghaisas [Mon, 20 Jun 2016 17:01:02 +0530] rev 39521
8041909: Uncaught exceptions in JComboBox listeners cause listener not to receive events Reviewed-by: alexsch, serb
Fri, 17 Jun 2016 16:52:38 +0530 6966350: Empty pages when printing on Lexmark E352dn PS3 with "1200 IQ" setting
psadhukhan [Fri, 17 Jun 2016 16:52:38 +0530] rev 39520
6966350: Empty pages when printing on Lexmark E352dn PS3 with "1200 IQ" setting Reviewed-by: prr, jdv
Wed, 15 Jun 2016 21:43:39 +0200 8159093: Fix coding conventions in Marlin renderer
lbourges [Wed, 15 Jun 2016 21:43:39 +0200] rev 39519
8159093: Fix coding conventions in Marlin renderer Summary: capital letters for constants and use rdrCtx.stats (field) Reviewed-by: flar, prr
Wed, 15 Jun 2016 16:33:05 +0530 8152419: JColorChooser throws Exception
pkbalakr [Wed, 15 Jun 2016 16:33:05 +0530] rev 39518
8152419: JColorChooser throws Exception Reviewed-by: alexsch, rchamyal Contributed-by: prem.balakrishnan@oracle.com
Wed, 15 Jun 2016 14:22:44 +0530 6386906: Faulty rounding code in BMPImageReader.decodeRLE4()
jdv [Wed, 15 Jun 2016 14:22:44 +0530] rev 39517
6386906: Faulty rounding code in BMPImageReader.decodeRLE4() Reviewed-by: flar, psadhukhan Contributed-by: jayathirth.d.v@oracle.com
Wed, 15 Jun 2016 12:04:29 +0530 8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail
rchamyal [Wed, 15 Jun 2016 12:04:29 +0530] rev 39516
8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail Reviewed-by: alexsch Contributed-by: rajeev.chamyal@oracle.com
Tue, 14 Jun 2016 11:33:56 +0300 8151385: [hidpi] JOptionPane-Icons only partially visible when using Windows 10 L&F
hschreiber [Tue, 14 Jun 2016 11:33:56 +0300] rev 39515
8151385: [hidpi] JOptionPane-Icons only partially visible when using Windows 10 L&F Reviewed-by: serb, alexsch
Fri, 10 Jun 2016 13:05:49 +0300 8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed
ssadetsky [Fri, 10 Jun 2016 13:05:49 +0300] rev 39514
8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed Reviewed-by: serb, alexsch
Fri, 10 Jun 2016 15:28:49 +0530 8159134: [PIT][TEST_BUG] failed to run java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java
psadhukhan [Fri, 10 Jun 2016 15:28:49 +0530] rev 39513
8159134: [PIT][TEST_BUG] failed to run java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java Reviewed-by: yan
Fri, 10 Jun 2016 15:20:59 +0530 8158758: [TEST_BUG] test/java/awt/print/PrinterJob/LandscapeStackOverflow.java fails on timeout
psadhukhan [Fri, 10 Jun 2016 15:20:59 +0530] rev 39512
8158758: [TEST_BUG] test/java/awt/print/PrinterJob/LandscapeStackOverflow.java fails on timeout Reviewed-by: yan
Thu, 09 Jun 2016 14:21:42 +0300 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov [Thu, 09 Jun 2016 14:21:42 +0300] rev 39511
8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X Reviewed-by: ssadetsky, alexp
Thu, 09 Jun 2016 13:54:48 +0300 8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559
mcherkas [Thu, 09 Jun 2016 13:54:48 +0300] rev 39510
8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559 Reviewed-by: serb, aivanov
Wed, 08 Jun 2016 16:27:02 -0600 8157476: -Wlogical-not-parentheses warnings in JRSUIConstantSync.m
dlsmith [Wed, 08 Jun 2016 16:27:02 -0600] rev 39509
8157476: -Wlogical-not-parentheses warnings in JRSUIConstantSync.m Reviewed-by: serb
Fri, 08 Jul 2016 10:15:38 -0700 8144559: sun/security/mscapi/SignUsingNONEwithRSA.sh failed intermittently
rhalade [Fri, 08 Jul 2016 10:15:38 -0700] rev 39508
8144559: sun/security/mscapi/SignUsingNONEwithRSA.sh failed intermittently Reviewed-by: vinnie
Fri, 08 Jul 2016 19:38:17 +0300 8160518: Semicolon is not recognized as comment starting character (Kerberos)
igerasim [Fri, 08 Jul 2016 19:38:17 +0300] rev 39507
8160518: Semicolon is not recognized as comment starting character (Kerberos) Reviewed-by: weijun
Fri, 08 Jul 2016 17:56:52 +0300 8161017: GPL header missing comma in year
igerasim [Fri, 08 Jul 2016 17:56:52 +0300] rev 39506
8161017: GPL header missing comma in year Reviewed-by: coffeys, rriggs
Fri, 08 Jul 2016 17:11:51 +0530 8161055: Remove plugin ordering by isAfter, isBefore.
sundar [Fri, 08 Jul 2016 17:11:51 +0530] rev 39505
8161055: Remove plugin ordering by isAfter, isBefore. Reviewed-by: mchung, jlaskey
Fri, 08 Jul 2016 08:56:39 +0200 8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
erikj [Fri, 08 Jul 2016 08:56:39 +0200] rev 39504
8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed Reviewed-by: dholmes, prr
Thu, 07 Jul 2016 21:29:04 -0700 8161002: GPL header missing comma in year - not swapped in licensee bundles
sherman [Thu, 07 Jul 2016 21:29:04 -0700] rev 39503
8161002: GPL header missing comma in year - not swapped in licensee bundles Reviewed-by: smarks
Thu, 07 Jul 2016 18:21:21 -0700 8161022: Mark java/security/SignedObject/Chain.java as failing intermittently
darcy [Thu, 07 Jul 2016 18:21:21 -0700] rev 39502
8161022: Mark java/security/SignedObject/Chain.java as failing intermittently Reviewed-by: weijun
Fri, 08 Jul 2016 00:50:28 +0000 8158670: Fix @modules in java/lang/SecurityManager/CheckSecurityProvider.java
shurailine [Fri, 08 Jul 2016 00:50:28 +0000] rev 39501
8158670: Fix @modules in java/lang/SecurityManager/CheckSecurityProvider.java Summary: Enhanced test to detect if the corresponding module is present and update provider list. Reviewed-by: mchung, valeriep
Thu, 07 Jul 2016 17:05:23 -0700 Merge
dcubed [Thu, 07 Jul 2016 17:05:23 -0700] rev 39500
Merge
Thu, 07 Jul 2016 16:46:30 -0700 8161010: quarantine sun/tools/jps/TestJpsJar.java in JDK9-dev and JDK9-hs
dcubed [Thu, 07 Jul 2016 16:46:30 -0700] rev 39499
8161010: quarantine sun/tools/jps/TestJpsJar.java in JDK9-dev and JDK9-hs Reviewed-by: iklam
Fri, 08 Jul 2016 01:49:54 +0300 8160267: Ucrypto config file cannot be read when -Dfile.encoding=UTF-16 is set
igerasim [Fri, 08 Jul 2016 01:49:54 +0300] rev 39498
8160267: Ucrypto config file cannot be read when -Dfile.encoding=UTF-16 is set Reviewed-by: mullan
Thu, 07 Jul 2016 14:16:58 -0700 8133170: Deflater.deflate with small output buffers fails
sherman [Thu, 07 Jul 2016 14:16:58 -0700] rev 39497
8133170: Deflater.deflate with small output buffers fails Reviewed-by: bpb
Thu, 07 Jul 2016 18:35:29 +0000 Merge
amurillo [Thu, 07 Jul 2016 18:35:29 +0000] rev 39496
Merge
Thu, 07 Jul 2016 10:16:47 -0700 8152174: Type annotations with a missing type throw NullPointerException
darcy [Thu, 07 Jul 2016 10:16:47 -0700] rev 39495
8152174: Type annotations with a missing type throw NullPointerException Reviewed-by: jfranck
Thu, 07 Jul 2016 19:00:10 +0000 Merge
amurillo [Thu, 07 Jul 2016 19:00:10 +0000] rev 39494
Merge
Thu, 07 Jul 2016 09:50:35 -0700 8160940: Enable debug log in javax/net/ssl/HttpsURLConnection/Equals.java to track JDK-8160210
ssahoo [Thu, 07 Jul 2016 09:50:35 -0700] rev 39493
8160940: Enable debug log in javax/net/ssl/HttpsURLConnection/Equals.java to track JDK-8160210 Reviewed-by: xuelei
Thu, 07 Jul 2016 18:30:43 +0200 8160885: Unsafe.compareAndExchangeDouble/FloatAcquire should defer to compareAndExchangeLong/IntAcquire
psandoz [Thu, 07 Jul 2016 18:30:43 +0200] rev 39492
8160885: Unsafe.compareAndExchangeDouble/FloatAcquire should defer to compareAndExchangeLong/IntAcquire Reviewed-by: mhaupt
Thu, 07 Jul 2016 09:38:33 -0300 8160829: Remove ASMPool support from jlink
jlaskey [Thu, 07 Jul 2016 09:38:33 -0300] rev 39491
8160829: Remove ASMPool support from jlink Reviewed-by: sundar, psandoz, forax
Thu, 07 Jul 2016 17:53:55 +0900 8055900: j.t.SimpleDateFormat spec needs to be clarified regarding month patterns
nishjain [Thu, 07 Jul 2016 17:53:55 +0900] rev 39490
8055900: j.t.SimpleDateFormat spec needs to be clarified regarding month patterns Reviewed-by: okutsu, peytoia
Thu, 07 Jul 2016 01:31:31 -0700 8157667: sun/security/x509/URICertStore/ExtensionsWithLDAP.java has to be updated due to JDK-8134577
mli [Thu, 07 Jul 2016 01:31:31 -0700] rev 39489
8157667: sun/security/x509/URICertStore/ExtensionsWithLDAP.java has to be updated due to JDK-8134577 Summary: Resolving hosts by proxy instead of name service Reviewed-by: mullan Contributed-by: John Jiang <sha.jiang@oracle.com>
Thu, 07 Jul 2016 09:51:47 +0200 8158169: MethodHandles.dropArgumentsToMatch(...)
srastogi [Thu, 07 Jul 2016 09:51:47 +0200] rev 39488
8158169: MethodHandles.dropArgumentsToMatch(...) Reviewed-by: psandoz, mhaupt
Wed, 06 Jul 2016 01:50:34 -0700 8160339: Remove intermittent key from javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java
tidu [Wed, 06 Jul 2016 01:50:34 -0700] rev 39487
8160339: Remove intermittent key from javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java Reviewed-by: xuelei Contributed-by: Tim Du <tiantian.du@oracle.com>
Tue, 05 Jul 2016 23:43:59 -0700 8160333: Remove intermittent key from javax/net/ssl/TLSv12/ShortRSAKey512.java
tidu [Tue, 05 Jul 2016 23:43:59 -0700] rev 39486
8160333: Remove intermittent key from javax/net/ssl/TLSv12/ShortRSAKey512.java Reviewed-by: xuelei Contributed-by: Tim Du <tiantian.du@oracle.com>
Wed, 06 Jul 2016 10:19:00 -0700 8160901: Demote java/lang/ProcessBuilder/Zombies.java to tier 2
darcy [Wed, 06 Jul 2016 10:19:00 -0700] rev 39485
8160901: Demote java/lang/ProcessBuilder/Zombies.java to tier 2 Reviewed-by: rriggs
Wed, 06 Jul 2016 09:54:07 -0700 8135114: sun/security/krb5/auto tests failed on machine with TR locale
akosarev [Wed, 06 Jul 2016 09:54:07 -0700] rev 39484
8135114: sun/security/krb5/auto tests failed on machine with TR locale Reviewed-by: xuelei
Wed, 06 Jul 2016 17:10:36 +0200 8160717: MethodHandles.loop() does not check for excessive signature
mhaupt [Wed, 06 Jul 2016 17:10:36 +0200] rev 39483
8160717: MethodHandles.loop() does not check for excessive signature Reviewed-by: psandoz, redestad
Wed, 06 Jul 2016 10:33:17 -0400 8160848: Add diagnostics to java/lang/ProcessBuilder/Zombies
rriggs [Wed, 06 Jul 2016 10:33:17 -0400] rev 39482
8160848: Add diagnostics to java/lang/ProcessBuilder/Zombies Reviewed-by: martin
Wed, 06 Jul 2016 21:52:12 +0800 8158589: Possible integer overflow issues for DRBG
weijun [Wed, 06 Jul 2016 21:52:12 +0800] rev 39481
8158589: Possible integer overflow issues for DRBG Reviewed-by: xuelei, mullan
Wed, 06 Jul 2016 01:20:20 -0700 8153838: test/java/io/Serializable/failureAtomicity/FailureAtomicity.java doesnot declare module dependencies
xiaofeya [Wed, 06 Jul 2016 01:20:20 -0700] rev 39480
8153838: test/java/io/Serializable/failureAtomicity/FailureAtomicity.java doesnot declare module dependencies Reviewed-by: alanb Contributed-by: Felix Yang <felix.yang@oracle.com>
Wed, 06 Jul 2016 00:04:55 -0700 8160866: IntPrimitiveOpsTests.java still in ProblemList.txt while related bug has been closed
mli [Wed, 06 Jul 2016 00:04:55 -0700] rev 39479
8160866: IntPrimitiveOpsTests.java still in ProblemList.txt while related bug has been closed Reviewed-by: mhaupt
Tue, 05 Jul 2016 21:11:40 -0700 6226715: (ann) java.lang.annotation.AnnotationTypeMismatchException could not be serialized
darcy [Tue, 05 Jul 2016 21:11:40 -0700] rev 39478
6226715: (ann) java.lang.annotation.AnnotationTypeMismatchException could not be serialized Reviewed-by: rriggs
Tue, 05 Jul 2016 20:41:56 -0700 Merge
amurillo [Tue, 05 Jul 2016 20:41:56 -0700] rev 39477
Merge
Tue, 05 Jul 2016 13:50:37 -0700 Merge
amurillo [Tue, 05 Jul 2016 13:50:37 -0700] rev 39476
Merge
Thu, 30 Jun 2016 14:57:30 -0700 8160690: Quarantine VarHandles tests
amurillo [Thu, 30 Jun 2016 14:57:30 -0700] rev 39475
8160690: Quarantine VarHandles tests Reviewed-by: jwilhelm
Fri, 01 Jul 2016 16:50:37 -0700 Merge
amurillo [Fri, 01 Jul 2016 16:50:37 -0700] rev 39474
Merge
Fri, 24 Jun 2016 15:06:50 -0700 Merge
kvn [Fri, 24 Jun 2016 15:06:50 -0700] rev 39473
Merge
Thu, 23 Jun 2016 13:46:48 +0200 8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
psandoz [Thu, 23 Jun 2016 13:46:48 +0200] rev 39472
8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange Reviewed-by: shade
Mon, 20 Jun 2016 17:57:19 +0200 8158039: VarHandle float/double field/array access should support CAS/set/add atomics
psandoz [Mon, 20 Jun 2016 17:57:19 +0200] rev 39471
8158039: VarHandle float/double field/array access should support CAS/set/add atomics Reviewed-by: shade, vlivanov, darcy
Wed, 15 Jun 2016 11:20:15 +0300 8157726: VarHandles/Unsafe should support sub-word atomic ops
shade [Wed, 15 Jun 2016 11:20:15 +0300] rev 39470
8157726: VarHandles/Unsafe should support sub-word atomic ops Reviewed-by: psandoz, vlivanov, lagergren
Thu, 23 Jun 2016 17:11:19 -0700 Merge
amurillo [Thu, 23 Jun 2016 17:11:19 -0700] rev 39469
Merge
Wed, 22 Jun 2016 14:01:14 +0300 8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java
akulyakh [Wed, 22 Jun 2016 14:01:14 +0300] rev 39468
8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java Summary: Quarantining the failing tests Reviewed-by: dholmes
Tue, 21 Jun 2016 12:05:23 +0200 8159590: Remove deprecated methods from jdk.internal.misc.VM
redestad [Tue, 21 Jun 2016 12:05:23 +0200] rev 39467
8159590: Remove deprecated methods from jdk.internal.misc.VM Reviewed-by: chegar, dholmes
Mon, 20 Jun 2016 08:49:40 -0700 8154820: JDWP: -agentlib:jdwp=help assertion error
iklam [Mon, 20 Jun 2016 08:49:40 -0700] rev 39466
8154820: JDWP: -agentlib:jdwp=help assertion error Reviewed-by: dholmes, sspitsyn, dsamersoff
Tue, 05 Jul 2016 15:37:42 -0700 8154015: Apply algorithm constraints to timestamped code
ascarpino [Tue, 05 Jul 2016 15:37:42 -0700] rev 39465
8154015: Apply algorithm constraints to timestamped code Reviewed-by: mullan
Tue, 05 Jul 2016 10:11:42 -0700 8159861: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timeout
ssahoo [Tue, 05 Jul 2016 10:11:42 -0700] rev 39464
8159861: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timeout Reviewed-by: xuelei
Tue, 05 Jul 2016 10:10:07 -0700 8160341: Remove intermittent key from TestDSAGenParameterSpec.java
ssahoo [Tue, 05 Jul 2016 10:10:07 -0700] rev 39463
8160341: Remove intermittent key from TestDSAGenParameterSpec.java Reviewed-by: xuelei
Tue, 05 Jul 2016 10:07:13 -0700 8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout
ssahoo [Tue, 05 Jul 2016 10:07:13 -0700] rev 39462
8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout Reviewed-by: xuelei
Tue, 05 Jul 2016 10:04:16 -0700 8160624: sun/security/tools/keytool/printssl.sh failed with "Socket closed"
ssahoo [Tue, 05 Jul 2016 10:04:16 -0700] rev 39461
8160624: sun/security/tools/keytool/printssl.sh failed with "Socket closed" Reviewed-by: weijun
Tue, 05 Jul 2016 12:44:28 +0200 8158510: Add test cases to validate Annotation
srastogi [Tue, 05 Jul 2016 12:44:28 +0200] rev 39460
8158510: Add test cases to validate Annotation Reviewed-by: alanb, psandoz, mhaupt
Thu, 07 Jul 2016 18:21:23 +0000 Added tag jdk-9+126 for changeset e2a569f3bb54
amurillo [Thu, 07 Jul 2016 18:21:23 +0000] rev 39459
Added tag jdk-9+126 for changeset e2a569f3bb54
Wed, 05 Jul 2017 21:55:49 +0200 Merge
duke [Wed, 05 Jul 2017 21:55:49 +0200] rev 39458
Merge
Tue, 12 Jul 2016 21:14:52 +0000 Merge
amurillo [Tue, 12 Jul 2016 21:14:52 +0000] rev 39457
Merge
Fri, 08 Jul 2016 20:11:22 +0300 8161074: Quarantine jdk/vm/ci/hotspot/test/MethodHandleAccessProviderTest.java in JDK9-dev
dsamersoff [Fri, 08 Jul 2016 20:11:22 +0300] rev 39456
8161074: Quarantine jdk/vm/ci/hotspot/test/MethodHandleAccessProviderTest.java in JDK9-dev Summary: Quarantine the test Reviewed-by: dcubed, gtriantafill
Thu, 07 Jul 2016 18:35:44 +0000 Merge
amurillo [Thu, 07 Jul 2016 18:35:44 +0000] rev 39455
Merge
Thu, 07 Jul 2016 19:00:43 +0000 Merge
amurillo [Thu, 07 Jul 2016 19:00:43 +0000] rev 39454
Merge
Fri, 01 Jul 2016 16:50:34 -0700 Merge
amurillo [Fri, 01 Jul 2016 16:50:34 -0700] rev 39453
Merge
Mon, 27 Jun 2016 09:35:18 +0200 8158871: Long response times with G1 and StringDeduplication
pliden [Mon, 27 Jun 2016 09:35:18 +0200] rev 39452
8158871: Long response times with G1 and StringDeduplication Reviewed-by: stefank, sjohanss, tschatzl, dfazunen
Sun, 26 Jun 2016 20:00:45 -0700 8148813: Windows os::check_heap needs more information
iklam [Sun, 26 Jun 2016 20:00:45 -0700] rev 39451
8148813: Windows os::check_heap needs more information Summary: added ring buffer to log info while walking the heap Reviewed-by: mgronlun, dholmes, ccheung
Fri, 24 Jun 2016 15:09:00 -0700 Merge
kvn [Fri, 24 Jun 2016 15:09:00 -0700] rev 39450
Merge
Thu, 23 Jun 2016 10:22:36 -0700 8160197: [JVMCI] AllocatableValue.toString overrides are missing reference information
never [Thu, 23 Jun 2016 10:22:36 -0700] rev 39449
8160197: [JVMCI] AllocatableValue.toString overrides are missing reference information Reviewed-by: kvn
Thu, 23 Jun 2016 15:41:33 +0000 Merge
dpochepk [Thu, 23 Jun 2016 15:41:33 +0000] rev 39448
Merge
Thu, 23 Jun 2016 17:40:20 +0300 8159730: compiler/jvmci/compilerToVM/IsMatureTest failed with "Multiple times invoked method should have method data (assert failed: 0 != 0)"
dpochepk [Thu, 23 Jun 2016 17:40:20 +0300] rev 39447
8159730: compiler/jvmci/compilerToVM/IsMatureTest failed with "Multiple times invoked method should have method data (assert failed: 0 != 0)" Reviewed-by: kvn
Thu, 23 Jun 2016 17:39:49 +0300 8159803: Jittester: FileAlreadyExists exception during tests generation
dpochepk [Thu, 23 Jun 2016 17:39:49 +0300] rev 39446
8159803: Jittester: FileAlreadyExists exception during tests generation Reviewed-by: iignatyev
Thu, 23 Jun 2016 17:39:06 +0300 8158650: [jittester] when generating tests with default parameters, generation hangs after 98 test
dpochepk [Thu, 23 Jun 2016 17:39:06 +0300] rev 39445
8158650: [jittester] when generating tests with default parameters, generation hangs after 98 test Reviewed-by: kvn, iignatyev
Thu, 23 Jun 2016 17:38:29 +0200 8159976: PPC64: Add missing intrinsics for sub-word atomics
mdoerr [Thu, 23 Jun 2016 17:38:29 +0200] rev 39444
8159976: PPC64: Add missing intrinsics for sub-word atomics Reviewed-by: shade, goetz
Thu, 23 Jun 2016 05:13:55 +0000 8159613: [Findbugs] various warnings reported for JVMCI sources
dnsimon [Thu, 23 Jun 2016 05:13:55 +0000] rev 39443
8159613: [Findbugs] various warnings reported for JVMCI sources Reviewed-by: kvn, twisti
Wed, 22 Jun 2016 23:31:33 +0000 Merge
never [Wed, 22 Jun 2016 23:31:33 +0000] rev 39442
Merge
Wed, 22 Jun 2016 22:39:32 +0000 8158850: [JVMCI] be more precise when enforcing OopMapValue encoding limitations
never [Wed, 22 Jun 2016 22:39:32 +0000] rev 39441
8158850: [JVMCI] be more precise when enforcing OopMapValue encoding limitations Reviewed-by: kvn
Thu, 23 Jun 2016 00:37:25 +0200 Merge
iignatyev [Thu, 23 Jun 2016 00:37:25 +0200] rev 39440
Merge
Wed, 22 Jun 2016 20:06:39 +0300 8158581: ciReplay can not be run w/ JFR enabled
lmesnik [Wed, 22 Jun 2016 20:06:39 +0300] rev 39439
8158581: ciReplay can not be run w/ JFR enabled Reviewed-by: iignatyev, kvn
Wed, 22 Jun 2016 00:29:32 +0300 8132920: use package in compiler testlibraries
iignatyev [Wed, 22 Jun 2016 00:29:32 +0300] rev 39438
8132920: use package in compiler testlibraries Reviewed-by: kvn, psandoz
Wed, 22 Jun 2016 21:24:07 +0300 8160025: compiler/testlibrary/uncommontrap/Verifier doesn't close FileReader
iignatyev [Wed, 22 Jun 2016 21:24:07 +0300] rev 39437
8160025: compiler/testlibrary/uncommontrap/Verifier doesn't close FileReader Reviewed-by: kvn
Wed, 22 Jun 2016 21:13:52 +0000 8159856: [JVMCI] InterpreterFrameSizeTest.java failed compilation
never [Wed, 22 Jun 2016 21:13:52 +0000] rev 39436
8159856: [JVMCI] InterpreterFrameSizeTest.java failed compilation Reviewed-by: kvn, iveresov
Wed, 22 Jun 2016 13:29:09 +0300 8156803: Turn StressLCM/StressGCM flags to diagnostic
shade [Wed, 22 Jun 2016 13:29:09 +0300] rev 39435
8156803: Turn StressLCM/StressGCM flags to diagnostic Reviewed-by: kvn, ctornqvi
Tue, 21 Jun 2016 13:15:56 -0400 8160006: Fix AArch64 after changes made by 8151661
adinn [Tue, 21 Jun 2016 13:15:56 -0400] rev 39434
8160006: Fix AArch64 after changes made by 8151661 Reviewed-by: kvn
Tue, 21 Jun 2016 13:14:33 -0400 8151661: Performance regression on Solaris-SPARC in 9-b103
adinn [Tue, 21 Jun 2016 13:14:33 -0400] rev 39433
8151661: Performance regression on Solaris-SPARC in 9-b103 Reviewed-by: kvn, aph Contributed-by: rahul.v.raghavan@oracle.com
Mon, 20 Jun 2016 13:06:33 +0200 8158039: VarHandle float/double field/array access should support CAS/set/add atomics
psandoz [Mon, 20 Jun 2016 13:06:33 +0200] rev 39432
8158039: VarHandle float/double field/array access should support CAS/set/add atomics Reviewed-by: shade, vlivanov, darcy
Mon, 20 Jun 2016 08:11:22 -0400 8159720: Failure of C2 compilation with tiered prevents some C1 compilations.
cvarming [Mon, 20 Jun 2016 08:11:22 -0400] rev 39431
8159720: Failure of C2 compilation with tiered prevents some C1 compilations. Summary: If C2 fails to compile a method with tiered compilation, then it should mark the method as not compileable on the C2 tier only. Reviewed-by: twisti, thartmann
Wed, 15 Jun 2016 09:46:15 +0200 8139379: Tests fail with assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod
rbackman [Wed, 15 Jun 2016 09:46:15 +0200] rev 39430
8139379: Tests fail with assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod Reviewed-by: mgronlun, neliasso
Mon, 20 Jun 2016 09:32:44 +0200 8159715: Fix for 8072422 is incorrect
thartmann [Mon, 20 Jun 2016 09:32:44 +0200] rev 39429
8159715: Fix for 8072422 is incorrect Summary: Fixed several issues introduced by 8072422. Reviewed-by: zmajo, kvn
Thu, 16 Jun 2016 01:43:11 +0300 8159149: Several compiler tests fail with minimal VM
iignatyev [Thu, 16 Jun 2016 01:43:11 +0300] rev 39428
8159149: Several compiler tests fail with minimal VM Reviewed-by: kvn, psandoz
Wed, 15 Jun 2016 22:58:04 +0300 8158754: compilercontrol tests: RandomCommandsTest.java and RandomValidCommandsTest.java - fail in PIT
iignatyev [Wed, 15 Jun 2016 22:58:04 +0300] rev 39427
8158754: compilercontrol tests: RandomCommandsTest.java and RandomValidCommandsTest.java - fail in PIT Reviewed-by: neliasso
Mon, 13 Jun 2016 17:36:57 -0700 8159010: [JVMCI] crashes with class redefinition
never [Mon, 13 Jun 2016 17:36:57 -0700] rev 39426
8159010: [JVMCI] crashes with class redefinition Reviewed-by: kvn
Fri, 17 Jun 2016 16:50:49 +0000 8159236: [JVMCI] Window-saved SPARC registers should not be considered callee-save
gdub [Fri, 17 Jun 2016 16:50:49 +0000] rev 39425
8159236: [JVMCI] Window-saved SPARC registers should not be considered callee-save Reviewed-by: iveresov
Fri, 17 Jun 2016 11:31:24 +0200 8158260: PPC64: unaligned Unsafe.getInt can lead to the generation of illegal instructions
simonis [Fri, 17 Jun 2016 11:31:24 +0200] rev 39424
8158260: PPC64: unaligned Unsafe.getInt can lead to the generation of illegal instructions Summary: Adjust instruction generation. Reviewed-by: goetz Contributed-by: gromero@linux.vnet.ibm.com, horii@jp.ibm.com
Thu, 16 Jun 2016 16:41:50 +0000 8159167: [JVMCI] fix HotSpotVMConfig startup performance
rschatz [Thu, 16 Jun 2016 16:41:50 +0000] rev 39423
8159167: [JVMCI] fix HotSpotVMConfig startup performance Reviewed-by: iveresov
Wed, 01 Jun 2016 09:13:10 +0300 8149043: Fix code indentation in test/compiler/stable tests
iignatyev [Wed, 01 Jun 2016 09:13:10 +0300] rev 39422
8149043: Fix code indentation in test/compiler/stable tests Reviewed-by: vlivanov
Wed, 15 Jun 2016 14:27:58 +0200 8157181: Compilers accept modification of final fields outside initializer methods
zmajo [Wed, 15 Jun 2016 14:27:58 +0200] rev 39421
8157181: Compilers accept modification of final fields outside initializer methods Summary: Track initialized final field updates; disable constant folding if an update is detected. Enforce final field update rules introduced by JVMS-7 (but only for JDK 9). Reviewed-by: vlivanov, dnsimon, forax, never, kvn, coleenp
Wed, 15 Jun 2016 13:47:17 +0200 8158232: PPC64: improve byte, int and long array copy stubs by using VSX instructions
mdoerr [Wed, 15 Jun 2016 13:47:17 +0200] rev 39420
8158232: PPC64: improve byte, int and long array copy stubs by using VSX instructions Reviewed-by: goetz, mdoerr Contributed-by: Michihiro Horie <horie@jp.ibm.com>
Wed, 15 Jun 2016 11:21:36 +0300 8157726: VarHandles/Unsafe should support sub-word atomic ops
shade [Wed, 15 Jun 2016 11:21:36 +0300] rev 39419
8157726: VarHandles/Unsafe should support sub-word atomic ops Reviewed-by: psandoz, vlivanov, lagergren
Wed, 15 Jun 2016 07:58:56 +0200 8159244: Partially initialized string object created by C2's string concat optimization may escape
thartmann [Wed, 15 Jun 2016 07:58:56 +0200] rev 39418
8159244: Partially initialized string object created by C2's string concat optimization may escape Summary: Emit release barrier after String creation to prevent partially initialized object from escaping. Reviewed-by: kvn
Tue, 14 Jun 2016 18:07:41 -0700 8158360: C1: SEGV in generated code
dlong [Tue, 14 Jun 2016 18:07:41 -0700] rev 39417
8158360: C1: SEGV in generated code Summary: update test to store Object fields Reviewed-by: kvn
Tue, 14 Jun 2016 15:10:05 -0700 8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java
dlong [Tue, 14 Jun 2016 15:10:05 -0700] rev 39416
8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java Reviewed-by: iignatyev
Fri, 24 Jun 2016 16:21:57 +0000 Merge
dfazunen [Fri, 24 Jun 2016 16:21:57 +0000] rev 39415
Merge
Fri, 24 Jun 2016 19:52:31 +0400 8160088: update hotspot tests depending on GC to use @requires vm.gc.X
dfazunen [Fri, 24 Jun 2016 19:52:31 +0400] rev 39414
8160088: update hotspot tests depending on GC to use @requires vm.gc.X Reviewed-by: iignatyev, mchernov, dholmes
Fri, 24 Jun 2016 12:08:32 +0300 8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp
ddmitriev [Fri, 24 Jun 2016 12:08:32 +0300] rev 39413
8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp Reviewed-by: dholmes, rehn
Thu, 23 Jun 2016 17:11:18 -0700 Merge
amurillo [Thu, 23 Jun 2016 17:11:18 -0700] rev 39412
Merge
Thu, 23 Jun 2016 16:46:41 -0400 8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior
kbarrett [Thu, 23 Jun 2016 16:46:41 -0400] rev 39411
8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior Summary: Replace shifts of -1 with shifts of ~0u. Reviewed-by: kbarrett, mockner Contributed-by: alexhenrie24@gmail.com
Thu, 23 Jun 2016 16:27:34 +0000 8160189: Fix for 8159335 breaks AArch64
aph [Thu, 23 Jun 2016 16:27:34 +0000] rev 39410
8160189: Fix for 8159335 breaks AArch64 Reviewed-by: kvn
Wed, 22 Jun 2016 14:03:01 +0200 8155099: Remove duplicate comments from G1Policy
ehelin [Wed, 22 Jun 2016 14:03:01 +0200] rev 39409
8155099: Remove duplicate comments from G1Policy Reviewed-by: jmasa, drwhite
Wed, 22 Jun 2016 10:49:23 +0200 Merge
tschatzl [Wed, 22 Jun 2016 10:49:23 +0200] rev 39408
Merge
Wed, 22 Jun 2016 10:34:01 +0200 8152438: Threads may do significant work out of the non-shared overflow buffer
tschatzl [Wed, 22 Jun 2016 10:34:01 +0200] rev 39407
8152438: Threads may do significant work out of the non-shared overflow buffer Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss
Tue, 21 Jun 2016 15:02:45 +0200 8159370: Add FlagGuard for easier modification of flags for unit tests
ehelin [Tue, 21 Jun 2016 15:02:45 +0200] rev 39406
8159370: Add FlagGuard for easier modification of flags for unit tests Reviewed-by: kbarrett, jwilhelm
Tue, 21 Jun 2016 19:29:39 -0400 8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro
ysuenaga [Tue, 21 Jun 2016 19:29:39 -0400] rev 39405
8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro Reviewed-by: dholmes, zgu
Tue, 21 Jun 2016 19:25:41 -0400 8155949: Support relaxed semantics in cmpxchg
mdoerr [Tue, 21 Jun 2016 19:25:41 -0400] rev 39404
8155949: Support relaxed semantics in cmpxchg Reviewed-by: dholmes, kbarrett, goetz, aph Contributed-by: horii@jp.ibm.com, martin.doerr@sap.com
Tue, 21 Jun 2016 18:37:04 +0400 8151283: Implement setting jtreg @requires property vm.isG1Supported.
dfazunen [Tue, 21 Jun 2016 18:37:04 +0400] rev 39403
8151283: Implement setting jtreg @requires property vm.isG1Supported. Reviewed-by: tschatzl, iignatyev, mchernov
(0) -30000 -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 tip