Wed, 05 Jul 2017 21:09:35 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:35 +0200] rev 34741
Merge
Fri, 18 Dec 2015 09:56:35 -0800 Merge
lana [Fri, 18 Dec 2015 09:56:35 -0800] rev 34740
Merge
Thu, 17 Dec 2015 20:26:31 -0800 Merge
lana [Thu, 17 Dec 2015 20:26:31 -0800] rev 34739
Merge
Thu, 17 Dec 2015 18:11:09 +0530 8145669: apply2call optimized callsite fails after becoming megamorphic
sundar [Thu, 17 Dec 2015 18:11:09 +0530] rev 34738
8145669: apply2call optimized callsite fails after becoming megamorphic Reviewed-by: jlaskey, hannesw
Thu, 17 Dec 2015 13:40:15 +0530 8145630: accidental debug printlns in NativeFunction.java
sundar [Thu, 17 Dec 2015 13:40:15 +0530] rev 34737
8145630: accidental debug printlns in NativeFunction.java Reviewed-by: hannesw
Thu, 17 Dec 2015 08:31:24 +0530 8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic
sundar [Thu, 17 Dec 2015 08:31:24 +0530] rev 34736
8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic Reviewed-by: jlaskey, hannesw, attila
Wed, 16 Dec 2015 16:42:03 +0530 8145486: jjs should support documentation key shortcut in interactive mode
sundar [Wed, 16 Dec 2015 16:42:03 +0530] rev 34735
8145486: jjs should support documentation key shortcut in interactive mode Reviewed-by: mhaupt, hannesw
Mon, 14 Dec 2015 17:38:56 +0100 8144914: Eagerly lookup browser JS object class in BrowserJSObjectLinker
attila [Mon, 14 Dec 2015 17:38:56 +0100] rev 34734
8144914: Eagerly lookup browser JS object class in BrowserJSObjectLinker Reviewed-by: hannesw, sundar
Mon, 14 Dec 2015 21:53:47 +0530 8145314: jjs tab-completion should support camel case completion
sundar [Mon, 14 Dec 2015 21:53:47 +0530] rev 34733
8145314: jjs tab-completion should support camel case completion Reviewed-by: mhaupt, hannesw
Mon, 14 Dec 2015 14:27:46 +0100 8144020: Remove long as an internal numeric type
hannesw [Mon, 14 Dec 2015 14:27:46 +0100] rev 34732
8144020: Remove long as an internal numeric type Reviewed-by: attila, sundar, lagergren
Mon, 14 Dec 2015 14:02:59 +0100 8144221: fix Nashorn shebang argument handling on Mac/Linux
mhaupt [Mon, 14 Dec 2015 14:02:59 +0100] rev 34731
8144221: fix Nashorn shebang argument handling on Mac/Linux Reviewed-by: jlaskey, lagergren
Fri, 18 Dec 2015 09:29:14 -0800 Added tag jdk-9+98 for changeset d1fe6522acf1
lana [Fri, 18 Dec 2015 09:29:14 -0800] rev 34730
Added tag jdk-9+98 for changeset d1fe6522acf1
Wed, 05 Jul 2017 21:09:27 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:27 +0200] rev 34729
Merge
Fri, 18 Dec 2015 09:29:04 -0800 Added tag jdk-9+98 for changeset 870902be1aa6
lana [Fri, 18 Dec 2015 09:29:04 -0800] rev 34728
Added tag jdk-9+98 for changeset 870902be1aa6
Wed, 05 Jul 2017 21:09:22 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:22 +0200] rev 34727
Merge
Mon, 21 Dec 2015 23:27:16 +0530 8145909: tools/jjs/jjs-fileTest.sh fails after JDK-8145750 except on windows
sundar [Mon, 21 Dec 2015 23:27:16 +0530] rev 34726
8145909: tools/jjs/jjs-fileTest.sh fails after JDK-8145750 except on windows Reviewed-by: jjg
Mon, 21 Dec 2015 09:05:25 -0800 8134916: LocaleData.cldr for sun/text/resources/LocaleDataTest.java seems to contain wrong data
naoto [Mon, 21 Dec 2015 09:05:25 -0800] rev 34725
8134916: LocaleData.cldr for sun/text/resources/LocaleDataTest.java seems to contain wrong data Reviewed-by: okutsu
Mon, 21 Dec 2015 11:34:14 -0500 8138696: java.lang.ref.Cleaner - an easy to use alternative to finalization
rriggs [Mon, 21 Dec 2015 11:34:14 -0500] rev 34724
8138696: java.lang.ref.Cleaner - an easy to use alternative to finalization Reviewed-by: mchung, mr, chegar, plevart, kbarrett, dholmes
Mon, 21 Dec 2015 13:30:58 +0100 8145686: SimpleConsoleLogger and LogRecord should take advantage of StackWalker to skip classes implementing System.Logger
dfuchs [Mon, 21 Dec 2015 13:30:58 +0100] rev 34723
8145686: SimpleConsoleLogger and LogRecord should take advantage of StackWalker to skip classes implementing System.Logger Summary: methods defined on classes implementing System.Logger will be skipped when looking for the calling method. Reviewed-by: mchung
Mon, 21 Dec 2015 13:43:53 +0800 8131155: java/net/NetworkInterface/NetworkInterfaceStreamTest.java failed because of Teredo Tunneling Pseudo-Interface
xiaofeya [Mon, 21 Dec 2015 13:43:53 +0800] rev 34722
8131155: java/net/NetworkInterface/NetworkInterfaceStreamTest.java failed because of Teredo Tunneling Pseudo-Interface Reviewed-by: amlu, chegar, psandoz
Mon, 21 Dec 2015 09:40:00 +0530 8145750: jjs fails to run simple scripts with security manager turned on
sundar [Mon, 21 Dec 2015 09:40:00 +0530] rev 34721
8145750: jjs fails to run simple scripts with security manager turned on Reviewed-by: hannesw, alanb
Sat, 19 Dec 2015 02:24:27 +0100 8144723: MethodHandleImpl.initStatics is no longer needed
redestad [Sat, 19 Dec 2015 02:24:27 +0100] rev 34720
8144723: MethodHandleImpl.initStatics is no longer needed Reviewed-by: vlivanov, mhaupt, forax
Fri, 18 Dec 2015 23:54:51 +0000 8049321: Support SHA256WithDSA in JSSE
xuelei [Fri, 18 Dec 2015 23:54:51 +0000] rev 34719
8049321: Support SHA256WithDSA in JSSE Reviewed-by: wetmore, mullan
Fri, 18 Dec 2015 09:55:44 -0800 Merge
lana [Fri, 18 Dec 2015 09:55:44 -0800] rev 34718
Merge
Fri, 18 Dec 2015 16:12:55 +0000 8145589: Test6277246.java fails to compile after JDK-8144479
chegar [Fri, 18 Dec 2015 16:12:55 +0000] rev 34717
8145589: Test6277246.java fails to compile after JDK-8144479 Reviewed-by: rriggs
Fri, 18 Dec 2015 16:06:24 +0000 8056152: API to create Threads that do not inherit inheritable thread-local initial values
chegar [Fri, 18 Dec 2015 16:06:24 +0000] rev 34716
8056152: API to create Threads that do not inherit inheritable thread-local initial values Reviewed-by: alanb, dholmes, mchung, mr, rriggs
Fri, 18 Dec 2015 14:43:24 +0100 8145417: JInfoSanityTest failed with Error attaching to remote server: java.rmi.ConnectException: Connection refused
jbachorik [Fri, 18 Dec 2015 14:43:24 +0100] rev 34715
8145417: JInfoSanityTest failed with Error attaching to remote server: java.rmi.ConnectException: Connection refused Reviewed-by: sspitsyn
Fri, 18 Dec 2015 09:59:25 +0100 8145006: Collections.asLifoQueue(null) doesn't throw NPE as specified
psandoz [Fri, 18 Dec 2015 09:59:25 +0100] rev 34714
8145006: Collections.asLifoQueue(null) doesn't throw NPE as specified Reviewed-by: smarks
Thu, 17 Dec 2015 20:27:37 -0800 Merge
lana [Thu, 17 Dec 2015 20:27:37 -0800] rev 34713
Merge
Thu, 17 Dec 2015 21:14:58 +0300 8145539: (coll) AbstractMap.keySet and .values should not be volatile
shade [Thu, 17 Dec 2015 21:14:58 +0300] rev 34712
8145539: (coll) AbstractMap.keySet and .values should not be volatile Reviewed-by: redestad, plevart, dl, psandoz
Thu, 17 Dec 2015 20:42:01 +0300 8145428: Optimize StringUTF16 compress/copy methods for C1
shade [Thu, 17 Dec 2015 20:42:01 +0300] rev 34711
8145428: Optimize StringUTF16 compress/copy methods for C1 Reviewed-by: redestad, psandoz, sherman, rriggs
Thu, 17 Dec 2015 09:39:21 -0800 8144553: java/lang/StackWalker/StackWalkTest.java and MultiThreadStackWalk.java fail with stack overflows
mchung [Thu, 17 Dec 2015 09:39:21 -0800] rev 34710
8144553: java/lang/StackWalker/StackWalkTest.java and MultiThreadStackWalk.java fail with stack overflows Reviewed-by: dfuchs
Wed, 16 Dec 2015 14:45:21 -0800 8145605: Problem list Test6277246.java until a fix for JDK-8145589
darcy [Wed, 16 Dec 2015 14:45:21 -0800] rev 34709
8145605: Problem list Test6277246.java until a fix for JDK-8145589 Reviewed-by: sherman, mchung
Wed, 16 Dec 2015 20:00:03 +0100 8057804: AnnotatedType interfaces provide no way to get annotations on owner type
jfranck [Wed, 16 Dec 2015 20:00:03 +0100] rev 34708
8057804: AnnotatedType interfaces provide no way to get annotations on owner type Reviewed-by: darcy, redestad
Wed, 16 Dec 2015 13:00:29 -0500 8032510: Add java.time.Duration.dividedBy(Duration)
rriggs [Wed, 16 Dec 2015 13:00:29 -0500] rev 34707
8032510: Add java.time.Duration.dividedBy(Duration) Reviewed-by: rriggs, scolebourne
Wed, 16 Dec 2015 08:38:10 -0800 8129567: CRYPTO_MECHANISM_PARAM_INVALID occurs if GCM mode parameter which is used as an IV is set to all zeros
asmotrak [Wed, 16 Dec 2015 08:38:10 -0800] rev 34706
8129567: CRYPTO_MECHANISM_PARAM_INVALID occurs if GCM mode parameter which is used as an IV is set to all zeros Reviewed-by: mullan Contributed-by: bhanu.prakash.gopularam@oracle.com
Wed, 16 Dec 2015 12:17:03 +0000 8144479: Remove character coders from sun.misc
chegar [Wed, 16 Dec 2015 12:17:03 +0000] rev 34705
8144479: Remove character coders from sun.misc Reviewed-by: psandoz, rriggs
Wed, 16 Dec 2015 08:42:00 +0000 8145416: Move sun.misc.ProxyGenerator to java.lang.reflect
chegar [Wed, 16 Dec 2015 08:42:00 +0000] rev 34704
8145416: Move sun.misc.ProxyGenerator to java.lang.reflect Reviewed-by: alanb, mchung, rriggs
Tue, 15 Dec 2015 19:01:10 -0800 Merge
amurillo [Tue, 15 Dec 2015 19:01:10 -0800] rev 34703
Merge
Tue, 15 Dec 2015 09:50:07 -0800 Merge
amurillo [Tue, 15 Dec 2015 09:50:07 -0800] rev 34702
Merge
Fri, 11 Dec 2015 17:45:50 -0800 Merge
amurillo [Fri, 11 Dec 2015 17:45:50 -0800] rev 34701
Merge
Mon, 07 Dec 2015 17:04:37 +0000 Merge
jprovino [Mon, 07 Dec 2015 17:04:37 +0000] rev 34700
Merge
Mon, 07 Dec 2015 12:31:25 +0100 8144308: com/sun/jdi/SuspendThreadTest.java failed with "transport error 202: send failed: Broken pipe"
jbachorik [Mon, 07 Dec 2015 12:31:25 +0100] rev 34699
8144308: com/sun/jdi/SuspendThreadTest.java failed with "transport error 202: send failed: Broken pipe" Reviewed-by: sla
Fri, 06 Nov 2015 14:32:34 +0100 8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns
jbachorik [Fri, 06 Nov 2015 14:32:34 +0100] rev 34698
8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns Reviewed-by: dsamersoff
Tue, 15 Dec 2015 13:02:01 -0800 8145430: Fix typo in StackWalker javadoc
mchung [Tue, 15 Dec 2015 13:02:01 -0800] rev 34697
8145430: Fix typo in StackWalker javadoc Reviewed-by: dfuchs, darcy
Tue, 15 Dec 2015 12:47:23 -0800 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks [Tue, 15 Dec 2015 12:47:23 -0800] rev 34696
8145139: clean up jdk_collections and jdk_concurrent test groups Reviewed-by: martin
Tue, 15 Dec 2015 11:02:12 +0100 8142907: Integration of minor fixes from the build-infra project
ihse [Tue, 15 Dec 2015 11:02:12 +0100] rev 34695
8142907: Integration of minor fixes from the build-infra project Reviewed-by: erikj, dholmes
Tue, 15 Dec 2015 09:02:46 -0800 8143394: PushbackReader throws NullPointerException
bpb [Tue, 15 Dec 2015 09:02:46 -0800] rev 34694
8143394: PushbackReader throws NullPointerException Summary: Synchronize on lock in close() to avoid NPE from read()-close() race. Reviewed-by: alanb, dfuchs
Tue, 15 Dec 2015 08:54:35 -0800 8145343: CorruptEntry.java fails after push for JDK-8145260
sherman [Tue, 15 Dec 2015 08:54:35 -0800] rev 34693
8145343: CorruptEntry.java fails after push for JDK-8145260 Reviewed-by: weijun
Fri, 11 Dec 2015 16:35:59 +0300 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
skovalev [Fri, 11 Dec 2015 16:35:59 +0300] rev 34692
8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale Reviewed-by: martin
Tue, 15 Dec 2015 10:11:04 +0000 8145390: Remove sun.misc.Queue and replace usages with standard Collections
chegar [Tue, 15 Dec 2015 10:11:04 +0000] rev 34691
8145390: Remove sun.misc.Queue and replace usages with standard Collections Reviewed-by: psandoz, mchung, serb
Tue, 15 Dec 2015 16:42:30 +0900 8139572: SimpleDateFormat parse month stand-alone format bug
okutsu [Tue, 15 Dec 2015 16:42:30 +0900] rev 34690
8139572: SimpleDateFormat parse month stand-alone format bug Reviewed-by: okutsu Contributed-by: Naveen Kumar <naveen.ah.kumar@oracle.com>
Mon, 14 Dec 2015 14:08:37 -0800 8145055: Marlin renderer causes unaligned write accesses
lbourges [Mon, 14 Dec 2015 14:08:37 -0800] rev 34689
8145055: Marlin renderer causes unaligned write accesses Reviewed-by: flar, prr
Mon, 14 Dec 2015 19:30:13 +0000 8145214: Remove sun.misc.Request and RequestProcessor
chegar [Mon, 14 Dec 2015 19:30:13 +0000] rev 34688
8145214: Remove sun.misc.Request and RequestProcessor Reviewed-by: alanb, mchung, rriggs
Mon, 14 Dec 2015 19:24:33 +0000 8144995: Move sun.misc.HexDumpEncoder to sun.security.util
chegar [Mon, 14 Dec 2015 19:24:33 +0000] rev 34687
8144995: Move sun.misc.HexDumpEncoder to sun.security.util Reviewed-by: psandoz, mchung
Mon, 14 Dec 2015 09:27:15 -0800 8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
sherman [Mon, 14 Dec 2015 09:27:15 -0800] rev 34686
8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2] Reviewed-by: coffeys
Sun, 13 Dec 2015 15:20:35 +0100 8144675: Add a filtering collector
shinyafox [Sun, 13 Dec 2015 15:20:35 +0100] rev 34685
8144675: Add a filtering collector Reviewed-by: psandoz, smarks
Sun, 13 Dec 2015 15:10:13 +0100 8145007: Pattern splitAsStream is not late binding as required by the specification
psandoz [Sun, 13 Dec 2015 15:10:13 +0100] rev 34684
8145007: Pattern splitAsStream is not late binding as required by the specification Reviewed-by: chegar, psandoz Contributed-by: Tagir Valeev <amaembo@gmail.com>
Fri, 11 Dec 2015 19:06:40 -0800 8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
asmotrak [Fri, 11 Dec 2015 19:06:40 -0800] rev 34683
8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException Reviewed-by: mullan
Fri, 11 Dec 2015 17:01:01 -0800 8144952: add wildcards to the Map.ofEntries() method
smarks [Fri, 11 Dec 2015 17:01:01 -0800] rev 34682
8144952: add wildcards to the Map.ofEntries() method Reviewed-by: darcy, psandoz, chegar
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip