Thu, 29 Mar 2018 08:52:41 -0700 8200409: jdk11 nightly solaris sparc build failure
erikj [Thu, 29 Mar 2018 08:52:41 -0700] rev 49445
8200409: jdk11 nightly solaris sparc build failure Reviewed-by: alanb, tbell
Wed, 28 Mar 2018 21:57:03 -0700 8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
xiaofeya [Wed, 28 Mar 2018 21:57:03 -0700] rev 49444
8196668: revisit test SunPackageAccess and GrantedSunPackageAccess Reviewed-by: mchung
Wed, 28 Mar 2018 21:14:06 -0700 8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
martin [Wed, 28 Mar 2018 21:14:06 -0700] rev 49443
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets Reviewed-by: sherman, ulfzibis
Wed, 28 Mar 2018 21:14:03 -0700 8200124: Various cleanups in jar/zip
martin [Wed, 28 Mar 2018 21:14:03 -0700] rev 49442
8200124: Various cleanups in jar/zip Reviewed-by: sherman, ulfzibis
Wed, 28 Mar 2018 21:13:55 -0700 8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
martin [Wed, 28 Mar 2018 21:13:55 -0700] rev 49441
8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs Summary: end() should always expect to be called eventually Reviewed-by: sherman, ulfzibis
Wed, 28 Mar 2018 23:56:08 +0200 8200178: Remove mapfiles for JDK native libraries
ihse [Wed, 28 Mar 2018 23:56:08 +0200] rev 49440
8200178: Remove mapfiles for JDK native libraries Reviewed-by: erikj, alanb, mchung, prr, weijun
Wed, 28 Mar 2018 21:00:09 +0200 8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk
ihse [Wed, 28 Mar 2018 21:00:09 +0200] rev 49439
8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk Reviewed-by: stuefe, erikj
Wed, 28 Mar 2018 14:15:41 -0400 8197595: Serialization javadoc should link to security best practices
rriggs [Wed, 28 Mar 2018 14:15:41 -0400] rev 49438
8197595: Serialization javadoc should link to security best practices Reviewed-by: lancea, mullan, ahgross
Wed, 28 Mar 2018 14:24:17 +0100 8200355: local variable inference regression test generates classfile in test folder
mcimadamore [Wed, 28 Mar 2018 14:24:17 +0100] rev 49437
8200355: local variable inference regression test generates classfile in test folder Summary: LVTI harness should generate files in jtreg scratch dir Reviewed-by: vromero
Wed, 28 Mar 2018 14:08:26 +0100 8200199: javac suggests to use var even when var is used
mcimadamore [Wed, 28 Mar 2018 14:08:26 +0100] rev 49436
8200199: javac suggests to use var even when var is used Summary: local var analyzer should use synthetic var type position to decide if analysis is needed Reviewed-by: jlahoda, vromero
Mon, 26 Mar 2018 17:33:58 +0530 8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
rpatil [Mon, 26 Mar 2018 17:33:58 +0530] rev 49435
8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored Summary: added validation for wildcard at start and end Reviewed-by: chegar, dfuchs, clanger Contributed-by: pallavi.sonal@oracle.com
Wed, 28 Mar 2018 10:24:26 +0200 8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
jlahoda [Wed, 28 Mar 2018 10:24:26 +0200] rev 49434
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978 Summary: Adjusting the expected number of exception table entries to the recent changes in javac. Reviewed-by: kvn
Tue, 27 Mar 2018 16:25:40 -0700 8199465: {@docRoot} references need to be updated to reflect new module/package structure
jjg [Tue, 27 Mar 2018 16:25:40 -0700] rev 49433
8199465: {@docRoot} references need to be updated to reflect new module/package structure Reviewed-by: martin, alanb, chegar
Wed, 28 Mar 2018 00:45:37 +0200 8200289: Reduce number of exceptions created when calling Lookup::canBeCached
redestad [Wed, 28 Mar 2018 00:45:37 +0200] rev 49432
8200289: Reduce number of exceptions created when calling Lookup::canBeCached Reviewed-by: sundar, psandoz
Tue, 27 Mar 2018 13:22:40 -0700 8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
igerasim [Tue, 27 Mar 2018 13:22:40 -0700] rev 49431
8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win] Reviewed-by: chegar, clanger
Tue, 27 Mar 2018 19:29:46 +0100 8200256: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
alanb [Tue, 27 Mar 2018 19:29:46 +0100] rev 49430
8200256: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently Reviewed-by: chegar
Tue, 27 Mar 2018 13:48:16 -0400 8200301: deduplicate lambda methods
cushon [Tue, 27 Mar 2018 13:48:16 -0400] rev 49429
8200301: deduplicate lambda methods Reviewed-by: vromero, mcimadamore
Mon, 26 Mar 2018 21:30:33 -0700 8199705: Docs.gmk needs to be updated to remove the -html5 option
bpatel [Mon, 26 Mar 2018 21:30:33 -0700] rev 49428
8199705: Docs.gmk needs to be updated to remove the -html5 option Reviewed-by: erikj
Mon, 26 Mar 2018 18:07:24 -0700 8199278: Javadoc search results does not link to anchors on a page
bpatel [Mon, 26 Mar 2018 18:07:24 -0700] rev 49427
8199278: Javadoc search results does not link to anchors on a page Reviewed-by: jjg, ksrini
Mon, 26 Mar 2018 17:30:14 -0700 8199843: Optimize Integer/Long.highestOneBit()
igerasim [Mon, 26 Mar 2018 17:30:14 -0700] rev 49426
8199843: Optimize Integer/Long.highestOneBit() Reviewed-by: redestad, plevart
Mon, 26 Mar 2018 16:24:16 -0700 8198652: Stop linking with -base:0x8000000 on Windows
erikj [Mon, 26 Mar 2018 16:24:16 -0700] rev 49425
8198652: Stop linking with -base:0x8000000 on Windows Reviewed-by: tbell, ihse, stuefe
Mon, 26 Mar 2018 16:09:22 -0700 8200198: javah man pages were not removed by JDK-8191054
serb [Mon, 26 Mar 2018 16:09:22 -0700] rev 49424
8200198: javah man pages were not removed by JDK-8191054 Reviewed-by: erikj, alanb
Mon, 26 Mar 2018 20:44:32 +0200 8200229: Simplify building of libjsig
ihse [Mon, 26 Mar 2018 20:44:32 +0200] rev 49423
8200229: Simplify building of libjsig Reviewed-by: erikj
Mon, 26 Mar 2018 20:20:45 +0200 8200241: [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore
shade [Mon, 26 Mar 2018 20:20:45 +0200] rev 49422
8200241: [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore Reviewed-by: redestad, psandoz
Mon, 26 Mar 2018 19:27:45 +0530 8200215: 17th loop of "let foo = ''"; throws ReferenceError
sundar [Mon, 26 Mar 2018 19:27:45 +0530] rev 49421
8200215: 17th loop of "let foo = ''"; throws ReferenceError Reviewed-by: jlaskey, attila, hannesw
Mon, 26 Mar 2018 15:09:20 +0200 8200118: [TESTBUG] String concat tests should test toString() application order
shade [Mon, 26 Mar 2018 15:09:20 +0200] rev 49420
8200118: [TESTBUG] String concat tests should test toString() application order Reviewed-by: psandoz, redestad
Mon, 26 Mar 2018 11:42:17 +0200 8196519: Incomplete classpath causes infinite recursion in Resolve.isAccessible
jlahoda [Mon, 26 Mar 2018 11:42:17 +0200] rev 49419
8196519: Incomplete classpath causes infinite recursion in Resolve.isAccessible Summary: ErrorType.getEnclosingType returns noType rather than self. Reviewed-by: mcimadamore, cushon
Mon, 26 Mar 2018 00:33:01 -0400 8200213: Configure broken on MIPS
dholmes [Mon, 26 Mar 2018 00:33:01 -0400] rev 49418
8200213: Configure broken on MIPS Reviewed-by: erikj, stuefe, dholmes, ihse Contributed-by: Ao Qi <aoqi@loongson.cn>
Sat, 24 Mar 2018 08:49:55 +0000 8200179: (se) More Selector cleanup
alanb [Sat, 24 Mar 2018 08:49:55 +0000] rev 49417
8200179: (se) More Selector cleanup Reviewed-by: bpb
Sat, 24 Mar 2018 14:43:04 +0900 8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before
shinyafox [Sat, 24 Mar 2018 14:43:04 +0900] rev 49416
8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before Reviewed-by: rfield
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip