Wed, 05 Jul 2017 21:39:27 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:27 +0200] rev 37760
Merge
Mon, 02 May 2016 18:10:36 -0700 8155516: Suppress warnings from uses of deprecated Class.newInstance langtools
darcy [Mon, 02 May 2016 18:10:36 -0700] rev 37759
8155516: Suppress warnings from uses of deprecated Class.newInstance langtools Reviewed-by: jjg
Mon, 02 May 2016 16:17:39 -0700 8155774: move code from ModuleTestBase to toolbox
jjg [Mon, 02 May 2016 16:17:39 -0700] rev 37758
8155774: move code from ModuleTestBase to toolbox Reviewed-by: ksrini, jlahoda
Mon, 02 May 2016 15:01:54 -0700 8154578: Drop residual use of addReads from javadoc
ksrini [Mon, 02 May 2016 15:01:54 -0700] rev 37757
8154578: Drop residual use of addReads from javadoc Reviewed-by: alanb, jjg
Mon, 02 May 2016 08:54:14 -0700 8139832: JShell API: Diag constructor should not be exposed and fix typo
rfield [Mon, 02 May 2016 08:54:14 -0700] rev 37756
8139832: JShell API: Diag constructor should not be exposed and fix typo Reviewed-by: jlahoda
Mon, 02 May 2016 12:57:05 +0200 8155816: langtools/tools/javac/classfiles/attributes/LineNumberTable/T8050993.java test broken
jlahoda [Mon, 02 May 2016 12:57:05 +0200] rev 37755
8155816: langtools/tools/javac/classfiles/attributes/LineNumberTable/T8050993.java test broken Summary: Correcting expected line numbers Reviewed-by: alundblad
Mon, 02 May 2016 06:43:44 +0200 8050993: There is no record for condition in ternary operator in LineNumberTable.
jlahoda [Mon, 02 May 2016 06:43:44 +0200] rev 37754
8050993: There is no record for condition in ternary operator in LineNumberTable. Summary: Make sure there is an entry in the LineNumberTable for the condition of the ternary operator Reviewed-by: jjg Contributed-by: andrey.x.nazarov@oracle.com, jan.lahoda@oracle.com
Mon, 02 May 2016 10:11:24 +0530 8155028: javac crashes in silly do-while loop
sadayapalam [Mon, 02 May 2016 10:11:24 +0530] rev 37753
8155028: javac crashes in silly do-while loop Summary: Compiler should short circuit code generation for unreachable code. Reviewed-by: mcimadamore
Fri, 29 Apr 2016 16:06:52 -0700 8155061: javadoc incorrectly sorted items in All Classes list and Index files
ksrini [Fri, 29 Apr 2016 16:06:52 -0700] rev 37752
8155061: javadoc incorrectly sorted items in All Classes list and Index files Reviewed-by: jjg
Fri, 29 Apr 2016 19:53:19 -0700 8139837: JShell API: make a common JShellException
rfield [Fri, 29 Apr 2016 19:53:19 -0700] rev 37751
8139837: JShell API: make a common JShellException Reviewed-by: jlahoda
Fri, 29 Apr 2016 15:35:51 -0700 8154482: javadoc tool must support legacy doclet and taglet
ksrini [Fri, 29 Apr 2016 15:35:51 -0700] rev 37750
8154482: javadoc tool must support legacy doclet and taglet Reviewed-by: jjg
Fri, 29 Apr 2016 14:18:09 -0700 8154270: javac wrongly rejects some class literals as annotation element values
jjg [Fri, 29 Apr 2016 14:18:09 -0700] rev 37749
8154270: javac wrongly rejects some class literals as annotation element values Reviewed-by: mcimadamore Contributed-by: cushon@google.com
Thu, 28 Apr 2016 09:39:17 -0700 Merge
lana [Thu, 28 Apr 2016 09:39:17 -0700] rev 37748
Merge
Thu, 28 Apr 2016 05:10:11 +0000 8154119: Module summary page should display module description
bpatel [Thu, 28 Apr 2016 05:10:11 +0000] rev 37747
8154119: Module summary page should display module description Reviewed-by: jjg
Wed, 27 Apr 2016 19:56:44 -0700 8155580: jshell tool: push for -R missed added file MessageHandler.java
rfield [Wed, 27 Apr 2016 19:56:44 -0700] rev 37746
8155580: jshell tool: push for -R missed added file MessageHandler.java Reviewed-by: jlahoda
Wed, 27 Apr 2016 18:13:19 -0700 8150382: JShell API: Allow setting remote JVM arguments
rfield [Wed, 27 Apr 2016 18:13:19 -0700] rev 37745
8150382: JShell API: Allow setting remote JVM arguments 8151754: jshell tool: add command line options for setting feedback mode Reviewed-by: jlahoda
Fri, 15 Apr 2016 11:39:31 +0200 8154283: Check for clash between package and class not working when package in a different module
jlahoda [Fri, 15 Apr 2016 11:39:31 +0200] rev 37744
8154283: Check for clash between package and class not working when package in a different module Summary: Looking for any visible package when checking for package-class clash Reviewed-by: jjg
Thu, 28 Apr 2016 08:26:42 -0700 Added tag jdk-9+116 for changeset 33cf53901cac
lana [Thu, 28 Apr 2016 08:26:42 -0700] rev 37743
Added tag jdk-9+116 for changeset 33cf53901cac
Wed, 05 Jul 2017 21:39:18 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:18 +0200] rev 37742
Merge
Thu, 28 Apr 2016 08:26:36 -0700 Added tag jdk-9+116 for changeset f0cb22ad8db4
lana [Thu, 28 Apr 2016 08:26:36 -0700] rev 37741
Added tag jdk-9+116 for changeset f0cb22ad8db4
Wed, 05 Jul 2017 21:39:11 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:11 +0200] rev 37740
Merge
Thu, 28 Apr 2016 19:11:09 -0700 8155514: jaxp.library.TestPolicy should extend the default security policy
fyuan [Thu, 28 Apr 2016 19:11:09 -0700] rev 37739
8155514: jaxp.library.TestPolicy should extend the default security policy Reviewed-by: mchung, joehw Contributed-by: Frank Yuan <frank.yuan@oracle.com>
Thu, 28 Apr 2016 09:39:03 -0700 Merge
lana [Thu, 28 Apr 2016 09:39:03 -0700] rev 37738
Merge
Thu, 28 Apr 2016 09:08:01 -0700 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw [Thu, 28 Apr 2016 09:08:01 -0700] rev 37737
8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException Reviewed-by: lancea
Thu, 28 Apr 2016 08:26:36 -0700 Added tag jdk-9+116 for changeset 318476412bc2
lana [Thu, 28 Apr 2016 08:26:36 -0700] rev 37736
Added tag jdk-9+116 for changeset 318476412bc2
Wed, 05 Jul 2017 21:39:04 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:04 +0200] rev 37735
Merge
Thu, 28 Apr 2016 09:38:42 -0700 Merge
lana [Thu, 28 Apr 2016 09:38:42 -0700] rev 37734
Merge
Thu, 28 Apr 2016 10:42:33 +0200 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw [Thu, 28 Apr 2016 10:42:33 +0200] rev 37733
8155025: 0.001.toFixed(2) should return "0.00" not "0" Reviewed-by: jlaskey, hannesw Contributed-by: andreas.woess@oracle.com
Wed, 27 Apr 2016 15:50:33 +0200 8134503: support ES6 parsing in Nashorn
hannesw [Wed, 27 Apr 2016 15:50:33 +0200] rev 37732
8134503: support ES6 parsing in Nashorn Reviewed-by: jlaskey, sundar, mhaupt Contributed-by: andreas.woess@oracle.com
Thu, 28 Apr 2016 08:26:43 -0700 Added tag jdk-9+116 for changeset 973b1c28c6d2
lana [Thu, 28 Apr 2016 08:26:43 -0700] rev 37731
Added tag jdk-9+116 for changeset 973b1c28c6d2
Wed, 05 Jul 2017 21:38:57 +0200 Merge
duke [Wed, 05 Jul 2017 21:38:57 +0200] rev 37730
Merge
Thu, 28 Apr 2016 08:26:32 -0700 Added tag jdk-9+116 for changeset bff09f64dd1c
lana [Thu, 28 Apr 2016 08:26:32 -0700] rev 37729
Added tag jdk-9+116 for changeset bff09f64dd1c
Wed, 05 Jul 2017 21:38:49 +0200 Merge
duke [Wed, 05 Jul 2017 21:38:49 +0200] rev 37728
Merge
Tue, 03 May 2016 07:44:52 +0100 8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win)
alanb [Tue, 03 May 2016 07:44:52 +0100] rev 37727
8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win) Reviewed-by: alanb Contributed-by: akashche@redhat.com, tmader@redhat.com
Mon, 02 May 2016 16:45:38 -0700 8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
ascarpino [Mon, 02 May 2016 16:45:38 -0700] rev 37726
8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions Reviewed-by: mullan, xuelei
Mon, 02 May 2016 13:05:43 -0700 8155859: Problem list tools/pack200/Pack200Props.java
asmotrak [Mon, 02 May 2016 13:05:43 -0700] rev 37725
8155859: Problem list tools/pack200/Pack200Props.java Reviewed-by: rriggs
Mon, 02 May 2016 12:44:31 -0700 8155784: Build failure on Linux arm64
prr [Mon, 02 May 2016 12:44:31 -0700] rev 37724
8155784: Build failure on Linux arm64 Reviewed-by: flar, serb
Sat, 30 Apr 2016 16:08:48 -0700 8155792: Add @jls citations to java.lang.String
darcy [Sat, 30 Apr 2016 16:08:48 -0700] rev 37723
8155792: Add @jls citations to java.lang.String Reviewed-by: alanb
Fri, 29 Apr 2016 16:58:00 -0700 8154387: Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less
tvaleev [Fri, 29 Apr 2016 16:58:00 -0700] rev 37722
8154387: Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less Reviewed-by: psandoz
Fri, 29 Apr 2016 16:57:57 -0700 8153293: Preserve SORTED and DISTINCT characteristics for boxed() and asLongStream() operations
tvaleev [Fri, 29 Apr 2016 16:57:57 -0700] rev 37721
8153293: Preserve SORTED and DISTINCT characteristics for boxed() and asLongStream() operations Reviewed-by: psandoz
Sat, 30 Apr 2016 00:30:31 +0100 8087124: HTTP/2 implementation
michaelm [Sat, 30 Apr 2016 00:30:31 +0100] rev 37720
8087124: HTTP/2 implementation Reviewed-by: chegar
Fri, 29 Apr 2016 13:46:19 -0700 8154755: Add a VarHandle weakCompareAndSet with volatile semantics
psandoz [Fri, 29 Apr 2016 13:46:19 -0700] rev 37719
8154755: Add a VarHandle weakCompareAndSet with volatile semantics Reviewed-by: shade, vlivanov
Fri, 29 Apr 2016 23:15:15 +0300 8155215: java.lang.String concatenation spec is unnecessarily strong
shade [Fri, 29 Apr 2016 23:15:15 +0300] rev 37718
8155215: java.lang.String concatenation spec is unnecessarily strong Reviewed-by: abuckley, sherman, chegar
Fri, 29 Apr 2016 09:47:43 -0700 Merge
prr [Fri, 29 Apr 2016 09:47:43 -0700] rev 37717
Merge
Fri, 29 Apr 2016 09:46:14 -0700 8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest
ssadetsky [Fri, 29 Apr 2016 09:46:14 -0700] rev 37716
8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest Reviewed-by: prr
Fri, 29 Apr 2016 09:45:46 -0700 8155606: [PIT] Robot's createScreenCapture() broken on Linux
ssadetsky [Fri, 29 Apr 2016 09:45:46 -0700] rev 37715
8155606: [PIT] Robot's createScreenCapture() broken on Linux Reviewed-by: prr
Mon, 25 Apr 2016 15:09:45 -0700 8154213: clean up uses of boxed primitive constructors in the java.desktop module
prr [Mon, 25 Apr 2016 15:09:45 -0700] rev 37714
8154213: clean up uses of boxed primitive constructors in the java.desktop module Reviewed-by: serb, psadhukhan
Mon, 25 Apr 2016 09:25:26 -0700 Merge
prr [Mon, 25 Apr 2016 09:25:26 -0700] rev 37713
Merge
Mon, 25 Apr 2016 18:07:45 +0300 8154962: [TEST] @BeanProperty: add some tests for anonimous classes
avstepan [Mon, 25 Apr 2016 18:07:45 +0300] rev 37712
8154962: [TEST] @BeanProperty: add some tests for anonimous classes Reviewed-by: serb
Mon, 25 Apr 2016 15:37:31 +0300 8145547: [AWT/Swing] Conditional support for GTK 3 on Linux
ssadetsky [Mon, 25 Apr 2016 15:37:31 +0300] rev 37711
8145547: [AWT/Swing] Conditional support for GTK 3 on Linux Reviewed-by: prr, alexsch
Fri, 22 Apr 2016 01:59:35 +0300 8154088: [macosx] SWT does not work on JDK 9 since b65
serb [Fri, 22 Apr 2016 01:59:35 +0300] rev 37710
8154088: [macosx] SWT does not work on JDK 9 since b65 Reviewed-by: prr
Thu, 21 Apr 2016 10:30:43 -0700 Merge
prr [Thu, 21 Apr 2016 10:30:43 -0700] rev 37709
Merge
Thu, 21 Apr 2016 20:08:18 +0300 8154762: [TEST] add some tests according to JDK-8132138
avstepan [Thu, 21 Apr 2016 20:08:18 +0300] rev 37708
8154762: [TEST] add some tests according to JDK-8132138 Reviewed-by: ssadetsky, serb
Wed, 20 Apr 2016 12:23:38 -0500 8076554: [macosx] Custom Swing text components need to allow standard accessibility
ptbrunet [Wed, 20 Apr 2016 12:23:38 -0500] rev 37707
8076554: [macosx] Custom Swing text components need to allow standard accessibility Summary: Remove JTextComponent listeners; use property change listeners for caret/text Reviewed-by: prr, alexsch Contributed-by: peter.brunet@oracle.com
Wed, 20 Apr 2016 10:59:23 +0530 6197099: PrinterJob.getUserName() throws a security exception when user.name permission is not given
psadhukhan [Wed, 20 Apr 2016 10:59:23 +0530] rev 37706
6197099: PrinterJob.getUserName() throws a security exception when user.name permission is not given Reviewed-by: prr, jdv
Tue, 19 Apr 2016 11:13:30 -0700 Merge
ddehaven [Tue, 19 Apr 2016 11:13:30 -0700] rev 37705
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip