lana [Thu, 11 May 2017 18:10:40 +0000] rev 45125
Merge
jjg [Thu, 11 May 2017 10:48:00 -0700] rev 45124
8179592: Update tables in java.base to be HTML 5-friendly.
Reviewed-by: mchung, darcy, martin
bpb [Thu, 11 May 2017 07:43:36 -0700] rev 45123
8180085: (ch) java/nio/channels/SocketChannel/VectorIO.java: add debug instrumentation
Summary: Add some print statements potentially useful in solving JDK-8177801.
Reviewed-by: alanb
msheppar [Thu, 11 May 2017 15:05:32 +0100] rev 45122
7155591: test/java/net/MulticastSocket/SetOutgoingIf.java fails on macOS
Reviewed-by: chegar, bpb
smarks [Wed, 10 May 2017 15:59:15 -0700] rev 45121
8180128: small errors in String javadoc
Reviewed-by: lancea
erikj [Wed, 10 May 2017 18:27:48 +0200] rev 45120
8179867: JDK9 b167: demos exist in JDK bundles
Reviewed-by: ihse
prappo [Wed, 10 May 2017 12:36:14 +0100] rev 45119
8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
Reviewed-by: dfuchs
ihse [Wed, 10 May 2017 09:02:43 +0200] rev 45118
8178278: Move Standard Algorithm Names document to specs directory
Reviewed-by: erikj, wetmore, mullan
psandoz [Tue, 09 May 2017 15:04:46 -0700] rev 45117
8177153: LambdaMetafactory has default constructor
Reviewed-by: psandoz
Contributed-by: ron.pressler@oracle.com
duke [Wed, 05 Jul 2017 23:27:37 +0200] rev 45116
Merge
aph [Thu, 11 May 2017 13:11:42 +0100] rev 45115
8179954: AArch64: C1 and C2 volatile accesses are not sequentially consistent
Reviewed-by: roland
tschatzl [Mon, 15 May 2017 12:20:15 +0200] rev 45114
8180048: Interned string and symbol table leak memory during parallel unlinking
Summary: Make appending found dead BasicHashtableEntrys to the free list atomic.
Reviewed-by: ehelin, shade, coleenp