Fri, 21 Oct 2016 02:53:22 +0300 8167179: Make XSL generated namespace prefixes local to transformation process
aefimov [Fri, 21 Oct 2016 02:53:22 +0300] rev 41623
8167179: Make XSL generated namespace prefixes local to transformation process Reviewed-by: joehw
Thu, 20 Oct 2016 18:38:09 +0000 Added tag jdk-9+141 for changeset 51d1140a3ee3
lana [Thu, 20 Oct 2016 18:38:09 +0000] rev 41622
Added tag jdk-9+141 for changeset 51d1140a3ee3
Wed, 05 Jul 2017 22:22:00 +0200 Merge
duke [Wed, 05 Jul 2017 22:22:00 +0200] rev 41621
Merge
Mon, 24 Oct 2016 13:20:27 +0200 8164708: String.prototype.replace replaces empty match twice
hannesw [Mon, 24 Oct 2016 13:20:27 +0200] rev 41620
8164708: String.prototype.replace replaces empty match twice Reviewed-by: sundar, attila
Fri, 21 Oct 2016 10:02:09 +0200 8168140: TypedArrays should implement ES6 iterator protocol
hannesw [Fri, 21 Oct 2016 10:02:09 +0200] rev 41619
8168140: TypedArrays should implement ES6 iterator protocol Reviewed-by: sundar, lagergren
Fri, 21 Oct 2016 09:43:11 +0200 8168146: Infinite recursion in Uint8ClampedArray.set
hannesw [Fri, 21 Oct 2016 09:43:11 +0200] rev 41618
8168146: Infinite recursion in Uint8ClampedArray.set Reviewed-by: sundar
Thu, 20 Oct 2016 20:01:31 +0000 Merge
lana [Thu, 20 Oct 2016 20:01:31 +0000] rev 41617
Merge
Wed, 19 Oct 2016 12:42:41 +0200 8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
jlahoda [Wed, 19 Oct 2016 12:42:41 +0200] rev 41616
8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C Summary: Reset the console when the process is suspended and resumed. Reviewed-by: sundar
Wed, 19 Oct 2016 13:27:20 +0530 8071588: The spec for javax.script.ScriptEngineFactory.getProgram() should specify NPEs thrown
sundar [Wed, 19 Oct 2016 13:27:20 +0530] rev 41615
8071588: The spec for javax.script.ScriptEngineFactory.getProgram() should specify NPEs thrown Reviewed-by: alanb, hannesw
Thu, 20 Oct 2016 18:38:11 +0000 Added tag jdk-9+141 for changeset 2b32a69a46c1
lana [Thu, 20 Oct 2016 18:38:11 +0000] rev 41614
Added tag jdk-9+141 for changeset 2b32a69a46c1
Wed, 05 Jul 2017 22:21:51 +0200 Merge
duke [Wed, 05 Jul 2017 22:21:51 +0200] rev 41613
Merge
Mon, 24 Oct 2016 14:53:29 -0400 8164908: ReflectionFactory support for IIOP and custom serialization
rriggs [Mon, 24 Oct 2016 14:53:29 -0400] rev 41612
8164908: ReflectionFactory support for IIOP and custom serialization Summary: Update IIOP Streams to use ReflectionFactory and Unsafe Reviewed-by: alanb, chegar, plevart, amlu
Thu, 20 Oct 2016 18:38:08 +0000 Added tag jdk-9+141 for changeset 2770f176df66
lana [Thu, 20 Oct 2016 18:38:08 +0000] rev 41611
Added tag jdk-9+141 for changeset 2770f176df66
Wed, 05 Jul 2017 22:21:44 +0200 Merge
duke [Wed, 05 Jul 2017 22:21:44 +0200] rev 41610
Merge
Mon, 24 Oct 2016 18:08:36 -0400 8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects
rriggs [Mon, 24 Oct 2016 18:08:36 -0400] rev 41609
8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects Reviewed-by: darcy
Mon, 24 Oct 2016 14:52:51 -0400 8164908: ReflectionFactory support for IIOP and custom serialization
rriggs [Mon, 24 Oct 2016 14:52:51 -0400] rev 41608
8164908: ReflectionFactory support for IIOP and custom serialization Summary: Add support for serialization to sun.reflect.ReflectionFactory Reviewed-by: alanb, chegar, plevart, amlu
Mon, 24 Oct 2016 09:40:06 -0400 8167192: [Testbug] java/io/Serializable/serialFilter test conditions wrong
rriggs [Mon, 24 Oct 2016 09:40:06 -0400] rev 41607
8167192: [Testbug] java/io/Serializable/serialFilter test conditions wrong Reviewed-by: lancea, mchung
Mon, 24 Oct 2016 15:26:15 +0900 8152926: PropertyResourceBundle constructor don't understand the System.setProperty change
okutsu [Mon, 24 Oct 2016 15:26:15 +0900] rev 41606
8152926: PropertyResourceBundle constructor don't understand the System.setProperty change Reviewed-by: naoto, peytoia
Sat, 22 Oct 2016 17:03:17 +0300 8165463: Native implementation of sunmscapi should use operator new (nothrow) for allocations
igerasim [Sat, 22 Oct 2016 17:03:17 +0300] rev 41605
8165463: Native implementation of sunmscapi should use operator new (nothrow) for allocations Reviewed-by: clanger, jnimeh, vinnie
Fri, 21 Oct 2016 09:03:35 -0400 Merge
mullan [Fri, 21 Oct 2016 09:03:35 -0400] rev 41604
Merge
Fri, 21 Oct 2016 09:02:57 -0400 8168313: Tighten permissions granted to jdk.crypto.pkcs11 module
mullan [Fri, 21 Oct 2016 09:02:57 -0400] rev 41603
8168313: Tighten permissions granted to jdk.crypto.pkcs11 module Reviewed-by: ascarpino
Fri, 21 Oct 2016 14:57:50 +0200 8168471: Non ANSI C declaration of block local variable in NetworkInterface_winXP.c
simonis [Fri, 21 Oct 2016 14:57:50 +0200] rev 41602
8168471: Non ANSI C declaration of block local variable in NetworkInterface_winXP.c Reviewed-by: chegar
Fri, 21 Oct 2016 12:31:50 +0100 8168417: Pending exceptions in java.base/windows/native/libnio
prappo [Fri, 21 Oct 2016 12:31:50 +0100] rev 41601
8168417: Pending exceptions in java.base/windows/native/libnio Reviewed-by: chegar, alanb
Fri, 21 Oct 2016 14:52:04 +0530 8163330: HijrahDate aligned day of week incorrect
rchamyal [Fri, 21 Oct 2016 14:52:04 +0530] rev 41600
8163330: HijrahDate aligned day of week incorrect Reviewed-by: rriggs, scolebourne Contributed-by: anubhav.meena@oracle.com
Fri, 21 Oct 2016 11:33:37 +0900 8146750: java.time.Month.getDisplayName() return incorrect narrow names with JRE provider on locale de,de_DE,en_US.
rgoel [Fri, 21 Oct 2016 11:33:37 +0900] rev 41599
8146750: java.time.Month.getDisplayName() return incorrect narrow names with JRE provider on locale de,de_DE,en_US. Reviewed-by: okutsu, rriggs, naoto, peytoia
Thu, 20 Oct 2016 13:27:48 -0700 8152617: add missing wildcards to Optional or() and flatMap()
smarks [Thu, 20 Oct 2016 13:27:48 -0700] rev 41598
8152617: add missing wildcards to Optional or() and flatMap() Reviewed-by: psandoz, forax
Thu, 20 Oct 2016 20:02:11 +0000 Merge
lana [Thu, 20 Oct 2016 20:02:11 +0000] rev 41597
Merge
Wed, 12 Oct 2016 08:47:53 -0700 8165271: Fix use of reflection to gain access to private fields
ddehaven [Wed, 12 Oct 2016 08:47:53 -0700] rev 41596
8165271: Fix use of reflection to gain access to private fields Reviewed-by: mchung
Thu, 20 Oct 2016 11:23:41 -0700 8166530: sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java fails intermittently
asmotrak [Thu, 20 Oct 2016 11:23:41 -0700] rev 41595
8166530: sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java fails intermittently Reviewed-by: chegar
Thu, 20 Oct 2016 18:35:45 +0100 8168405: Pending exceptions in java.base/windows/native
prappo [Thu, 20 Oct 2016 18:35:45 +0100] rev 41594
8168405: Pending exceptions in java.base/windows/native Reviewed-by: chegar, clanger
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip