rfield [Thu, 20 Oct 2016 12:53:11 -0700] rev 41635
8163840: jshell tool: provide way to display configuration settings
Reviewed-by: jlahoda
ksrini [Wed, 19 Oct 2016 16:58:09 -0700] rev 41634
8168368: Add missing bug id for JDK-8167383
Reviewed-by: bpatel
ksrini [Wed, 19 Oct 2016 14:51:20 -0700] rev 41633
8167383: Javadoc does not handle packages correctly when used with module option.
Reviewed-by: bpatel, jjg
tbell [Wed, 19 Oct 2016 07:48:49 -0700] rev 41632
8167600: jib make run-test for langtools and intermittent failures on windows-x86
Reviewed-by: ihse
jlahoda [Wed, 19 Oct 2016 12:42:37 +0200] rev 41631
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: rfield
bpatel [Thu, 14 Jul 2016 13:35:35 -0700] rev 41630
8151921: Improved page resolution
Reviewed-by: jjg, ksrini, ahgross
vromero [Wed, 02 Mar 2016 18:25:01 -0500] rev 41629
8026721: Enhance Lambda serialization
Reviewed-by: jjg, briangoetz
jlahoda [Tue, 18 Oct 2016 16:00:32 +0200] rev 41628
8167461: jshell tool: Scanner#next() hangs tool
Summary: PipeInputStream.read(byte[]...) should only read available bytes; properly resending exceptions for snippet's System.in and properly closing it; more reliable way to cancel user input while waiting in System.in.
Reviewed-by: rfield
lana [Thu, 20 Oct 2016 18:38:11 +0000] rev 41627
Added tag jdk-9+141 for changeset e8f487b79e24
duke [Wed, 05 Jul 2017 22:22:15 +0200] rev 41626
Merge
lana [Thu, 20 Oct 2016 18:38:09 +0000] rev 41625
Added tag jdk-9+141 for changeset bca74f620797
duke [Wed, 05 Jul 2017 22:22:08 +0200] rev 41624
Merge
aefimov [Fri, 21 Oct 2016 02:53:22 +0300] rev 41623
8167179: Make XSL generated namespace prefixes local to transformation process
Reviewed-by: joehw
lana [Thu, 20 Oct 2016 18:38:09 +0000] rev 41622
Added tag jdk-9+141 for changeset 51d1140a3ee3
duke [Wed, 05 Jul 2017 22:22:00 +0200] rev 41621
Merge
hannesw [Mon, 24 Oct 2016 13:20:27 +0200] rev 41620
8164708: String.prototype.replace replaces empty match twice
Reviewed-by: sundar, attila
hannesw [Fri, 21 Oct 2016 10:02:09 +0200] rev 41619
8168140: TypedArrays should implement ES6 iterator protocol
Reviewed-by: sundar, lagergren
hannesw [Fri, 21 Oct 2016 09:43:11 +0200] rev 41618
8168146: Infinite recursion in Uint8ClampedArray.set
Reviewed-by: sundar
lana [Thu, 20 Oct 2016 20:01:31 +0000] rev 41617
Merge
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
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
lana [Thu, 20 Oct 2016 18:38:11 +0000] rev 41614
Added tag jdk-9+141 for changeset 2b32a69a46c1
duke [Wed, 05 Jul 2017 22:21:51 +0200] rev 41613
Merge
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
lana [Thu, 20 Oct 2016 18:38:08 +0000] rev 41611
Added tag jdk-9+141 for changeset 2770f176df66
duke [Wed, 05 Jul 2017 22:21:44 +0200] rev 41610
Merge
rriggs [Mon, 24 Oct 2016 18:08:36 -0400] rev 41609
8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects
Reviewed-by: darcy
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
rriggs [Mon, 24 Oct 2016 09:40:06 -0400] rev 41607
8167192: [Testbug] java/io/Serializable/serialFilter test conditions wrong
Reviewed-by: lancea, mchung
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
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
mullan [Fri, 21 Oct 2016 09:03:35 -0400] rev 41604
Merge