Thu, 17 Dec 2015 15:46:37 -0700 7190296: Test for type containment during bounds checking
dlsmith [Thu, 17 Dec 2015 15:46:37 -0700] rev 34758
7190296: Test for type containment during bounds checking Reviewed-by: mcimadamore
Thu, 17 Dec 2015 12:29:26 +0000 8142876: Javac does not correctly implement wildcards removal from functional interfaces
mcimadamore [Thu, 17 Dec 2015 12:29:26 +0000] rev 34757
8142876: Javac does not correctly implement wildcards removal from functional interfaces Summary: Rewrite code for removing wildcard from target functional interface to be in sync with JLS 9.9 Reviewed-by: vromero, dlsmith
Wed, 16 Dec 2015 14:23:08 -0800 8144832: cast conversion fails when converting a type-variable to primitive type
vromero [Wed, 16 Dec 2015 14:23:08 -0800] rev 34756
8144832: cast conversion fails when converting a type-variable to primitive type Reviewed-by: mcimadamore
Wed, 16 Dec 2015 14:29:49 +0100 8143952: JShell: space in class path causes remote launch failure
jlahoda [Wed, 16 Dec 2015 14:29:49 +0100] rev 34755
8143952: JShell: space in class path causes remote launch failure Summary: Simplification of handling of JDI connector arguments Reviewed-by: mcimadamore, rfield
Tue, 15 Dec 2015 18:54:53 -0800 8067379: Investigate and replace .class files in langtools/test with equivalent .jasm files
jjg [Tue, 15 Dec 2015 18:54:53 -0800] rev 34754
8067379: Investigate and replace .class files in langtools/test with equivalent .jasm files Reviewed-by: jjg, ksrini, anazarov Contributed-by: mallikarjuna.avaluri@oracle.com
Tue, 15 Dec 2015 15:30:35 -0800 8144888: ToolBox should close any file manager it opens
jjg [Tue, 15 Dec 2015 15:30:35 -0800] rev 34753
8144888: ToolBox should close any file manager it opens Reviewed-by: vromero
Mon, 14 Dec 2015 20:18:19 +0100 8145342: Some copyright notices are inconsistently and ill formatted
vasya [Mon, 14 Dec 2015 20:18:19 +0100] rev 34752
8145342: Some copyright notices are inconsistently and ill formatted Summary: Adjusted formatting of copyright notices. Reviewed-by: darcy, alundblad
Mon, 14 Dec 2015 13:55:35 +0000 8143133: Wrong MethodParameters on capturing local class with multiple constructors
mcimadamore [Mon, 14 Dec 2015 13:55:35 +0000] rev 34751
8143133: Wrong MethodParameters on capturing local class with multiple constructors Summary: MethodParameters attribute not always generated for local classes constructors Reviewed-by: jlahoda
Fri, 11 Dec 2015 11:20:10 -0800 8144903: JShell: determine incorrectly the type of the expression which is array type of captured type
rfield [Fri, 11 Dec 2015 11:20:10 -0800] rev 34750
8144903: JShell: determine incorrectly the type of the expression which is array type of captured type Summary: Fix and clean-up the processing of types (esp. captured types) into type names for use in generated temp vars Reviewed-by: mcimadamore, jlahoda, rfield Contributed-by: bitterfoxc@gmail.com
Fri, 18 Dec 2015 09:29:13 -0800 Added tag jdk-9+98 for changeset fb5570e64ddf
lana [Fri, 18 Dec 2015 09:29:13 -0800] rev 34749
Added tag jdk-9+98 for changeset fb5570e64ddf
Wed, 05 Jul 2017 21:09:45 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:45 +0200] rev 34748
Merge
Fri, 18 Dec 2015 09:29:09 -0800 Added tag jdk-9+98 for changeset 319480c0f426
lana [Fri, 18 Dec 2015 09:29:09 -0800] rev 34747
Added tag jdk-9+98 for changeset 319480c0f426
Wed, 05 Jul 2017 21:09:40 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:40 +0200] rev 34746
Merge
Fri, 18 Dec 2015 09:57:15 -0800 Merge
lana [Fri, 18 Dec 2015 09:57:15 -0800] rev 34745
Merge
Thu, 17 Dec 2015 20:25:33 -0800 Merge
lana [Thu, 17 Dec 2015 20:25:33 -0800] rev 34744
Merge
Fri, 11 Dec 2015 12:01:26 -0800 8068839: newDuration(x) produces incorrect outputs for some values of x
joehw [Fri, 11 Dec 2015 12:01:26 -0800] rev 34743
8068839: newDuration(x) produces incorrect outputs for some values of x Reviewed-by: rriggs, lancea
Fri, 18 Dec 2015 09:29:08 -0800 Added tag jdk-9+98 for changeset 2358f6213989
lana [Fri, 18 Dec 2015 09:29:08 -0800] rev 34742
Added tag jdk-9+98 for changeset 2358f6213989
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
Fri, 18 Dec 2015 09:29:10 -0800 Added tag jdk-9+98 for changeset 797d5137b545
lana [Fri, 18 Dec 2015 09:29:10 -0800] rev 34681
Added tag jdk-9+98 for changeset 797d5137b545
Wed, 05 Jul 2017 21:09:07 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:07 +0200] rev 34680
Merge
Fri, 18 Dec 2015 09:56:56 -0800 Merge
lana [Fri, 18 Dec 2015 09:56:56 -0800] rev 34679
Merge
Thu, 17 Dec 2015 20:25:48 -0800 Merge
lana [Thu, 17 Dec 2015 20:25:48 -0800] rev 34678
Merge
Tue, 15 Dec 2015 19:01:07 -0800 Merge
amurillo [Tue, 15 Dec 2015 19:01:07 -0800] rev 34677
Merge
Fri, 11 Dec 2015 17:45:48 -0800 Merge
amurillo [Fri, 11 Dec 2015 17:45:48 -0800] rev 34676
Merge
Wed, 09 Dec 2015 12:35:09 -0800 8145027: Exclude NUMAInterleaveGranularity from TestOptionsWithRanges.java
jmasa [Wed, 09 Dec 2015 12:35:09 -0800] rev 34675
8145027: Exclude NUMAInterleaveGranularity from TestOptionsWithRanges.java Reviewed-by: jwilhelm, ddmitriev
Wed, 09 Dec 2015 17:09:12 +0000 Merge
tschatzl [Wed, 09 Dec 2015 17:09:12 +0000] rev 34674
Merge
Wed, 09 Dec 2015 09:51:31 -0500 8060697: Improve G1 Heap Growth Heuristics
tbenson [Wed, 09 Dec 2015 09:51:31 -0500] rev 34673
8060697: Improve G1 Heap Growth Heuristics Summary: Reworked GCTimeRatio-based heap growth code for G1 Reviewed-by: tschatzl, kbarrett, jmasa Contributed-by: tom.benson@oracle.com
Wed, 09 Dec 2015 15:01:11 +0000 Merge
david [Wed, 09 Dec 2015 15:01:11 +0000] rev 34672
Merge
Wed, 09 Dec 2015 14:49:26 +0100 8144837: Improve the printout of heap regions in hs_err dump files.
david [Wed, 09 Dec 2015 14:49:26 +0100] rev 34671
8144837: Improve the printout of heap regions in hs_err dump files. Reviewed-by: stefank, sjohanss
Wed, 09 Dec 2015 15:31:25 +0530 8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
kevinw [Wed, 09 Dec 2015 15:31:25 +0530] rev 34670
8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot Reviewed-by: dholmes, sla Contributed-by: cheleswer.sahu@oracle.com
Tue, 08 Dec 2015 20:51:09 -0500 8144930: gcc 4.1.2: fix build flags after "8114853 variable tracking size limit exceeded"
goetz [Tue, 08 Dec 2015 20:51:09 -0500] rev 34669
8144930: gcc 4.1.2: fix build flags after "8114853 variable tracking size limit exceeded" Reviewed-by: dholmes
Tue, 08 Dec 2015 21:46:56 +0000 Merge
mikael [Tue, 08 Dec 2015 21:46:56 +0000] rev 34668
Merge
Tue, 08 Dec 2015 11:36:16 -0800 8144881: Various fixes to linux/sparc
mikael [Tue, 08 Dec 2015 11:36:16 -0800] rev 34667
8144881: Various fixes to linux/sparc Summary: Fixed sigflags printing, format specfiers, codeCache includes and some function returns Reviewed-by: dsamersoff, simonis
Tue, 08 Dec 2015 20:04:03 +0100 8140485: Class load and creation cleanup
mgronlun [Tue, 08 Dec 2015 20:04:03 +0100] rev 34666
8140485: Class load and creation cleanup Reviewed-by: hseigel, coleenp, sspitsyn
Tue, 08 Dec 2015 05:50:46 -0800 8140031: SA: Searching for a value in Threads does not work
poonam [Tue, 08 Dec 2015 05:50:46 -0800] rev 34665
8140031: SA: Searching for a value in Threads does not work Summary: Improve the thread and threads commands in CLHSDB Reviewed-by: dsamersoff
Mon, 07 Dec 2015 21:14:56 +0800 8144201: aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto
fyang [Mon, 07 Dec 2015 21:14:56 +0800] rev 34664
8144201: aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto Summary: Fix typo in stub generate_cipherBlockChaining_decryptAESCrypt Reviewed-by: roland
Mon, 07 Dec 2015 21:03:56 +0000 Merge
jwilhelm [Mon, 07 Dec 2015 21:03:56 +0000] rev 34663
Merge
Mon, 07 Dec 2015 17:29:27 +0000 Merge
jwilhelm [Mon, 07 Dec 2015 17:29:27 +0000] rev 34662
Merge
Fri, 04 Dec 2015 15:24:14 -0800 8142341: GC: current flags need ranges to be implemented
sangheki [Fri, 04 Dec 2015 15:24:14 -0800] rev 34661
8142341: GC: current flags need ranges to be implemented Summary: Add explicit ranges and constraint for all gc flags Reviewed-by: jwilhelm, gziemski, ddmitriev, tbenson
Mon, 07 Dec 2015 19:21:40 +0000 Merge
iklam [Mon, 07 Dec 2015 19:21:40 +0000] rev 34660
Merge
Wed, 02 Dec 2015 18:14:54 -0800 8143615: compactHashtable.hpp includes .inline.hpp file
iklam [Wed, 02 Dec 2015 18:14:54 -0800] rev 34659
8143615: compactHashtable.hpp includes .inline.hpp file Reviewed-by: dholmes, stefank
Mon, 07 Dec 2015 17:16:13 +0000 Merge
jprovino [Mon, 07 Dec 2015 17:16:13 +0000] rev 34658
Merge
Mon, 07 Dec 2015 17:04:42 +0000 Merge
jprovino [Mon, 07 Dec 2015 17:04:42 +0000] rev 34657
Merge
Fri, 04 Dec 2015 13:02:25 +0100 8144146: Unified Logging tags cannot be reserved keywords
mlarsson [Fri, 04 Dec 2015 13:02:25 +0100] rev 34656
8144146: Unified Logging tags cannot be reserved keywords Reviewed-by: dholmes, sla
Fri, 04 Dec 2015 09:36:16 -0800 8144605: Invalid format specifier when printing in_cset_state_t
mikael [Fri, 04 Dec 2015 09:36:16 -0800] rev 34655
8144605: Invalid format specifier when printing in_cset_state_t Summary: Use existing CSETSTATE_FORMAT macro in format string Reviewed-by: kbarrett, tschatzl
Sun, 06 Dec 2015 06:08:48 +0000 Merge
mikael [Sun, 06 Dec 2015 06:08:48 +0000] rev 34654
Merge
Fri, 04 Dec 2015 14:32:25 -0800 8144663: Invalid constraints in memset_with_concurrent_readers_sparc.cpp inline assembly
mikael [Fri, 04 Dec 2015 14:32:25 -0800] rev 34653
8144663: Invalid constraints in memset_with_concurrent_readers_sparc.cpp inline assembly Summary: Fix constraints and signedness in comparisons Reviewed-by: kbarrett
Sat, 05 Dec 2015 17:14:02 +0000 Merge
coleenp [Sat, 05 Dec 2015 17:14:02 +0000] rev 34652
Merge
Sat, 05 Dec 2015 10:40:22 -0500 8144534: Refactor templateInterpreter and templateInterpreterGenerator functions
coleenp [Sat, 05 Dec 2015 10:40:22 -0500] rev 34651
8144534: Refactor templateInterpreter and templateInterpreterGenerator functions Summary: merged templateInterpreter_x86_32/64 into templateInterpreterGenerator_x86.cpp (some 32/64 functions remain for the hand coded crc functions). Reviewed-by: goetz, jrose, twisti
Sat, 05 Dec 2015 15:17:29 +0100 8144690: g1Predictions.hpp includes allocation.inline.hpp
tschatzl [Sat, 05 Dec 2015 15:17:29 +0100] rev 34650
8144690: g1Predictions.hpp includes allocation.inline.hpp Summary: Remove offending (and unnecessary) include statement. Reviewed-by: stefank, jmasa
Sat, 05 Dec 2015 15:16:01 +0100 8144583: Test sanity/ExecuteInternalVMTests.java fails
tschatzl [Sat, 05 Dec 2015 15:16:01 +0100] rev 34649
8144583: Test sanity/ExecuteInternalVMTests.java fails Summary: Remove a test that is highly dependent on timing. Reviewed-by: jwilhelm
Sat, 05 Dec 2015 05:15:35 -0500 8144192: Enhancements-to-print_siginfo-windows
stuefe [Sat, 05 Dec 2015 05:15:35 -0500] rev 34648
8144192: Enhancements-to-print_siginfo-windows Summary: some small enhancement to os::print_siginfo for Windows Reviewed-by: dholmes
Mon, 16 Nov 2015 10:58:14 +0100 8143125: [aix] Further Developments for AIX
stuefe [Mon, 16 Nov 2015 10:58:14 +0100] rev 34647
8143125: [aix] Further Developments for AIX Summary: Port newest AIX port developemnts to OpenJDK. Reviewed-by: goetz, simonis
Sat, 05 Dec 2015 07:16:52 +0100 8144702: Using tid decorator in Unified Logging may crash VM
stuefe [Sat, 05 Dec 2015 07:16:52 +0100] rev 34646
8144702: Using tid decorator in Unified Logging may crash VM Summary: LogDecorations::create_tid_decoration should avoid Thread::current() if possible. Reviewed-by: mlarsson, coleenp
Sat, 05 Dec 2015 03:10:50 +0000 Merge
dsamersoff [Sat, 05 Dec 2015 03:10:50 +0000] rev 34645
Merge
Fri, 04 Dec 2015 18:40:03 +0000 Merge
dsamersoff [Fri, 04 Dec 2015 18:40:03 +0000] rev 34644
Merge
Fri, 04 Dec 2015 21:27:12 +0300 8131694: backout the fix for JDK-8131331 when JDK-8131693 is fixed
dsamersoff [Fri, 04 Dec 2015 21:27:12 +0300] rev 34643
8131694: backout the fix for JDK-8131331 when JDK-8131693 is fixed Summary: backout temporal fix Reviewed-by: dcubed
Sat, 05 Dec 2015 00:07:04 +0000 Merge
iklam [Sat, 05 Dec 2015 00:07:04 +0000] rev 34642
Merge
Wed, 02 Dec 2015 06:00:18 -0800 8144491: ElfSymbolTable::lookup returns bad value when the lookup has failed
iklam [Wed, 02 Dec 2015 06:00:18 -0800] rev 34641
8144491: ElfSymbolTable::lookup returns bad value when the lookup has failed Reviewed-by: dcubed, stefank
Fri, 04 Dec 2015 22:07:22 +0000 Merge
ehelin [Fri, 04 Dec 2015 22:07:22 +0000] rev 34640
Merge
Fri, 04 Dec 2015 15:47:13 +0100 8144712: Remove g1RootClosures.inline.hpp
ehelin [Fri, 04 Dec 2015 15:47:13 +0100] rev 34639
8144712: Remove g1RootClosures.inline.hpp Reviewed-by: stefank, mgerdin
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip