lana [Thu, 07 Dec 2017 21:04:24 +0000] rev 48210
Added tag jdk-10+35 for changeset d8c634b016c6
darcy [Thu, 07 Dec 2017 11:00:32 -0800] rev 48209
8193191: Update JavacTestingAbstractProcessor for JDK 10
Reviewed-by: jjg
jlahoda [Thu, 07 Dec 2017 19:24:27 +0100] rev 48208
8189248: Jshell: error with mutually dependent snippets, when one must be replaced
Summary: Ensuring proper imports are generated for mutually dependent snippets if one of them is replaced.
Reviewed-by: rfield
igerasim [Thu, 07 Dec 2017 10:18:22 -0800] rev 48207
8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
Reviewed-by: mullan
mchung [Thu, 07 Dec 2017 09:23:15 -0800] rev 48206
8192945: Need stable sort for MODULES entry in the release file
Reviewed-by: alanb, redestad
mchung [Thu, 07 Dec 2017 09:22:35 -0800] rev 48205
8193159: Reduce the number of classes loaded due to NativeLibrary
Reviewed-by: alanb, redestad, martin
bpb [Thu, 07 Dec 2017 08:56:04 -0800] rev 48204
8191872: (fs) UnixNativeDispatcher conditionally compiles in support for high precision timestamps
Summary: Remove POSIX conditional compilation and correct stat64 times for macOS
Reviewed-by: alanb, simonis
alanb [Thu, 07 Dec 2017 16:45:19 +0000] rev 48203
8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
Reviewed-by: psandoz, mchung
sjohanss [Tue, 05 Dec 2017 16:34:03 +0100] rev 48202
8193068: Add gc/g1/TestVerifyGCType.java to problem list
Reviewed-by: tschatzl
jiangli [Wed, 06 Dec 2017 20:06:43 -0500] rev 48201
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared.
Summary: Check if 'oa' region is missing.
Reviewed-by: hseigel, ccheung