Fri, 03 Oct 2014 11:07:05 -0700 Added tag jdk9-b33 for changeset d82c879893c6
lana [Fri, 03 Oct 2014 11:07:05 -0700] rev 26895
Added tag jdk9-b33 for changeset d82c879893c6
Wed, 05 Jul 2017 20:03:11 +0200 Merge
duke [Wed, 05 Jul 2017 20:03:11 +0200] rev 26894
Merge
Fri, 03 Oct 2014 12:10:58 -0700 Merge
lana [Fri, 03 Oct 2014 12:10:58 -0700] rev 26893
Merge
Fri, 03 Oct 2014 10:37:12 +0200 8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?
erikj [Fri, 03 Oct 2014 10:37:12 +0200] rev 26892
8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem? Reviewed-by: tbell, attila, lagergren
Thu, 02 Oct 2014 16:30:49 +0200 8059346: Single class loader is used to load compiled bytecode
attila [Thu, 02 Oct 2014 16:30:49 +0200] rev 26891
8059346: Single class loader is used to load compiled bytecode Reviewed-by: hannesw, lagergren
Wed, 01 Oct 2014 12:22:12 +0200 8059372: Code duplication in split emitter
attila [Wed, 01 Oct 2014 12:22:12 +0200] rev 26890
8059372: Code duplication in split emitter Reviewed-by: jlaskey, lagergren
Wed, 01 Oct 2014 10:26:53 +0200 8059371: Code duplication in handling of break and continue
attila [Wed, 01 Oct 2014 10:26:53 +0200] rev 26889
8059371: Code duplication in handling of break and continue Reviewed-by: jlaskey, lagergren
Wed, 01 Oct 2014 10:26:25 +0200 8059370: Unnecessary work in deoptimizing recompilation
attila [Wed, 01 Oct 2014 10:26:25 +0200] rev 26888
8059370: Unnecessary work in deoptimizing recompilation Reviewed-by: jlaskey, lagergren
Mon, 29 Sep 2014 14:39:58 -0700 8059321: Decrease warmup time by caching common structures that were reused during parse
lagergren [Mon, 29 Sep 2014 14:39:58 -0700] rev 26887
8059321: Decrease warmup time by caching common structures that were reused during parse Reviewed-by: attila, shade
Fri, 26 Sep 2014 18:47:20 +0200 8059211: Changed ArrayData.length accessor to use the protected field and fixed javadoc warnings related to this
lagergren [Fri, 26 Sep 2014 18:47:20 +0200] rev 26886
8059211: Changed ArrayData.length accessor to use the protected field and fixed javadoc warnings related to this Reviewed-by: attila, hannesw
Fri, 03 Oct 2014 11:07:16 -0700 Added tag jdk9-b33 for changeset 41df1bde8056
lana [Fri, 03 Oct 2014 11:07:16 -0700] rev 26885
Added tag jdk9-b33 for changeset 41df1bde8056
Wed, 05 Jul 2017 20:03:08 +0200 Merge
duke [Wed, 05 Jul 2017 20:03:08 +0200] rev 26884
Merge
Fri, 03 Oct 2014 12:11:03 -0700 Merge
lana [Fri, 03 Oct 2014 12:11:03 -0700] rev 26883
Merge
Fri, 26 Sep 2014 22:24:37 +0100 8049389: Move orb.idl and ir.idl to JDK include directory
alanb [Fri, 26 Sep 2014 22:24:37 +0100] rev 26882
8049389: Move orb.idl and ir.idl to JDK include directory Reviewed-by: erikj
Fri, 03 Oct 2014 11:07:01 -0700 Added tag jdk9-b33 for changeset 763f7ca2eadc
lana [Fri, 03 Oct 2014 11:07:01 -0700] rev 26881
Added tag jdk9-b33 for changeset 763f7ca2eadc
Wed, 05 Jul 2017 20:03:05 +0200 Merge
duke [Wed, 05 Jul 2017 20:03:05 +0200] rev 26880
Merge
Fri, 03 Oct 2014 12:11:44 -0700 Merge
lana [Fri, 03 Oct 2014 12:11:44 -0700] rev 26879
Merge
Fri, 03 Oct 2014 13:07:05 +0100 8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
vinnie [Fri, 03 Oct 2014 13:07:05 +0100] rev 26878
8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp Reviewed-by: mullan
Fri, 03 Oct 2014 12:44:30 +0400 8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
kshefov [Fri, 03 Oct 2014 12:44:30 +0400] rev 26877
8058695: [TESTBUG] Reinvokers with arity >253 can't be cached Reviewed-by: iignatyev, vlivanov
Thu, 02 Oct 2014 17:34:44 +0100 8031191: Warning exception when XMLSignature logging is enabled
coffeys [Thu, 02 Oct 2014 17:34:44 +0100] rev 26876
8031191: Warning exception when XMLSignature logging is enabled Reviewed-by: mullan, chegar
Wed, 01 Oct 2014 23:10:34 +0400 8059450: Not quite correct code sample in javadoc
igerasim [Wed, 01 Oct 2014 23:10:34 +0400] rev 26875
8059450: Not quite correct code sample in javadoc Reviewed-by: chegar
Wed, 01 Oct 2014 18:16:45 +0200 8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
dfuchs [Wed, 01 Oct 2014 18:16:45 +0200] rev 26874
8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1 Summary: Added additional check in default constructor in order to fix the oddity and make the implementation comply with the spec. Reviewed-by: lancea
Wed, 01 Oct 2014 16:36:18 +0100 8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
msheppar [Wed, 01 Oct 2014 16:36:18 +0100] rev 26873
8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist Summary: changed hello.foo.bar to invalidhost.invalid Reviewed-by: chegar
Tue, 30 Sep 2014 08:39:22 -0700 Merge
amurillo [Tue, 30 Sep 2014 08:39:22 -0700] rev 26872
Merge
Fri, 26 Sep 2014 01:40:33 -0700 Merge
amurillo [Fri, 26 Sep 2014 01:40:33 -0700] rev 26871
Merge
Thu, 25 Sep 2014 23:46:06 +0200 Merge
jwilhelm [Thu, 25 Sep 2014 23:46:06 +0200] rev 26870
Merge
Tue, 16 Sep 2014 17:22:58 +0200 8055006: Store original value of Min/MaxHeapFreeRatio
jwilhelm [Tue, 16 Sep 2014 17:22:58 +0200] rev 26869
8055006: Store original value of Min/MaxHeapFreeRatio Summary: Store the value set by the user and some makefile changes required to change the flags. Reviewed-by: jwilhelm, ihse Contributed-by: erik.joelsson@oracle.com
Fri, 19 Sep 2014 08:55:47 -0700 Merge
amurillo [Fri, 19 Sep 2014 08:55:47 -0700] rev 26868
Merge
Wed, 17 Sep 2014 08:04:31 +0200 8015774: Add support for multiple code heaps
thartmann [Wed, 17 Sep 2014 08:04:31 +0200] rev 26867
8015774: Add support for multiple code heaps Summary: Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types. Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
Tue, 30 Sep 2014 13:25:04 +0100 8059462: Typo in keytool resource file
vinnie [Tue, 30 Sep 2014 13:25:04 +0100] rev 26866
8059462: Typo in keytool resource file Reviewed-by: weijun
Tue, 30 Sep 2014 13:38:58 +0800 8058657: Add @jdk.Exported to com.sun.jarsigner APIs
weijun [Tue, 30 Sep 2014 13:38:58 +0800] rev 26865
8058657: Add @jdk.Exported to com.sun.jarsigner APIs Reviewed-by: alanb, mchung
Mon, 29 Sep 2014 18:56:32 +0200 8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
dfuchs [Mon, 29 Sep 2014 18:56:32 +0200] rev 26864
8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists Summary: NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null. Reviewed-by: alanb
Sun, 28 Sep 2014 10:42:50 +0800 8059313: Enable keytool NSS test on Mac
weijun [Sun, 28 Sep 2014 10:42:50 +0800] rev 26863
8059313: Enable keytool NSS test on Mac Reviewed-by: vinnie
Sat, 27 Sep 2014 03:49:31 +0000 8059307: OpenJDK build problem with JDK-8058845
wetmore [Sat, 27 Sep 2014 03:49:31 +0000] rev 26862
8059307: OpenJDK build problem with JDK-8058845 Reviewed-by: alanb
Fri, 26 Sep 2014 17:05:05 -0700 8058845: Update JCE environment for build improvements
wetmore [Fri, 26 Sep 2014 17:05:05 -0700] rev 26861
8058845: Update JCE environment for build improvements Reviewed-by: mullan, alanb, erikj, mchung, katleman
Fri, 26 Sep 2014 22:24:50 +0100 8049389: Move orb.idl and ir.idl to JDK include directory
alanb [Fri, 26 Sep 2014 22:24:50 +0100] rev 26860
8049389: Move orb.idl and ir.idl to JDK include directory Reviewed-by: erikj
Fri, 26 Sep 2014 11:29:29 +0200 8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
dfuchs [Fri, 26 Sep 2014 11:29:29 +0200] rev 26859
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes Summary: Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans. Reviewed-by: alanb, mchung, plevart, psandoz
Fri, 26 Sep 2014 12:52:18 +0900 8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
okutsu [Fri, 26 Sep 2014 12:52:18 +0900] rev 26858
8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale Reviewed-by: naoto
Fri, 03 Oct 2014 11:07:09 -0700 Added tag jdk9-b33 for changeset f9efcf2457e3
lana [Fri, 03 Oct 2014 11:07:09 -0700] rev 26857
Added tag jdk9-b33 for changeset f9efcf2457e3
Wed, 05 Jul 2017 20:02:59 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:59 +0200] rev 26856
Merge
Fri, 03 Oct 2014 12:11:14 -0700 Merge
lana [Fri, 03 Oct 2014 12:11:14 -0700] rev 26855
Merge
Fri, 26 Sep 2014 01:40:31 -0700 Merge
amurillo [Fri, 26 Sep 2014 01:40:31 -0700] rev 26854
Merge
Fri, 26 Sep 2014 06:07:48 +0000 Merge
jwilhelm [Fri, 26 Sep 2014 06:07:48 +0000] rev 26853
Merge
Mon, 22 Sep 2014 16:22:21 +0200 Merge
jwilhelm [Mon, 22 Sep 2014 16:22:21 +0200] rev 26852
Merge
Thu, 25 Sep 2014 10:01:53 +0200 8055141: Catch linker errors earlier in the JVM build by not allowing unresolved externals
mgerdin [Thu, 25 Sep 2014 10:01:53 +0200] rev 26851
8055141: Catch linker errors earlier in the JVM build by not allowing unresolved externals Reviewed-by: erikj, ehelin, dholmes
Wed, 24 Sep 2014 11:00:12 +0200 8036116: Fix thread-id types in G1 remembered set implementations
brutisso [Wed, 24 Sep 2014 11:00:12 +0200] rev 26850
8036116: Fix thread-id types in G1 remembered set implementations Reviewed-by: stefank, jprovino, brutisso Contributed-by: sangheon.kim@oracle.com
Tue, 23 Sep 2014 14:18:55 +0200 Merge
sla [Tue, 23 Sep 2014 14:18:55 +0200] rev 26849
Merge
Tue, 23 Sep 2014 12:52:57 +0000 Merge
stefank [Tue, 23 Sep 2014 12:52:57 +0000] rev 26848
Merge
Tue, 23 Sep 2014 12:34:37 +0200 8027450: Improve time reporting in G1 remark
jprovino [Tue, 23 Sep 2014 12:34:37 +0200] rev 26847
8027450: Improve time reporting in G1 remark Reviewed-by: stefank, tschatzl
Tue, 23 Sep 2014 11:43:24 +0200 8058495: G1: normalize names for isHumongous() and friends
tonyp [Tue, 23 Sep 2014 11:43:24 +0200] rev 26846
8058495: G1: normalize names for isHumongous() and friends Reviewed-by: tschatzl, brutisso
Thu, 11 Sep 2014 17:13:30 -0700 8058235: identify GCs initiated to update allocation context stats
jcoomes [Thu, 11 Sep 2014 17:13:30 -0700] rev 26845
8058235: identify GCs initiated to update allocation context stats Reviewed-by: mikael, sjohanss
Mon, 08 Sep 2014 15:24:10 +0200 8057752: WhiteBox extension support for testing
sjohanss [Mon, 08 Sep 2014 15:24:10 +0200] rev 26844
8057752: WhiteBox extension support for testing Summary: Refactored parts of whitebox.cpp to enable registration of whitebox methods defined outside this file. Reviewed-by: mikael, ctornqvi, jmasa
Wed, 10 Sep 2014 16:06:53 -0700 8057827: notify an obj when allocation context stats are available
jcoomes [Wed, 10 Sep 2014 16:06:53 -0700] rev 26843
8057827: notify an obj when allocation context stats are available Reviewed-by: mikael, jmasa, tschatzl
Wed, 10 Sep 2014 13:01:13 -0700 8057824: methods to copy allocation context statistics
jcoomes [Wed, 10 Sep 2014 13:01:13 -0700] rev 26842
8057824: methods to copy allocation context statistics Reviewed-by: mikael, jmasa, tschatzl
Wed, 10 Sep 2014 13:01:13 -0700 8057818: collect allocation context statistics at gc pauses
jcoomes [Wed, 10 Sep 2014 13:01:13 -0700] rev 26841
8057818: collect allocation context statistics at gc pauses Reviewed-by: mikael, jmasa
Tue, 09 Sep 2014 04:48:41 +0200 8057710: Refactor G1 heap region default sizes
sjohanss [Tue, 09 Sep 2014 04:48:41 +0200] rev 26840
8057710: Refactor G1 heap region default sizes Summary: Refactored the defines to instead be static const in a HeapRegionBounds class. Reviewed-by: mgerdin, tschatzl
Tue, 09 Sep 2014 00:05:25 +0200 8057658: Enable G1 FullGC extensions
sjohanss [Tue, 09 Sep 2014 00:05:25 +0200] rev 26839
8057658: Enable G1 FullGC extensions Summary: Refactored the G1 FullGC code to enable it to be extended. Reviewed-by: mgerdin, brutisso
Fri, 05 Sep 2014 12:36:37 -0700 8057623: add an extension class for argument handling
jcoomes [Fri, 05 Sep 2014 12:36:37 -0700] rev 26838
8057623: add an extension class for argument handling Reviewed-by: brutisso, mgerdin, tschatzl
Fri, 05 Sep 2014 09:49:19 +0200 8057536: Refactor G1 to allow context specific allocations
sjohanss [Fri, 05 Sep 2014 09:49:19 +0200] rev 26837
8057536: Refactor G1 to allow context specific allocations Summary: Splitting out a g1 allocator class to simply specialized allocators which can associate each allocation with a given context. Reviewed-by: mgerdin, brutisso
Thu, 04 Sep 2014 16:53:27 -0700 8057531: refactor gc argument processing code slightly
jcoomes [Thu, 04 Sep 2014 16:53:27 -0700] rev 26836
8057531: refactor gc argument processing code slightly Reviewed-by: mgerdin, tschatzl, jmasa
Thu, 04 Sep 2014 09:37:41 -0700 8054970: gc src file exclusion should exclude alternative sources
jcoomes [Thu, 04 Sep 2014 09:37:41 -0700] rev 26835
8054970: gc src file exclusion should exclude alternative sources Reviewed-by: ehelin, stefank
Thu, 04 Sep 2014 11:21:08 +0200 8057535: add a thread extension class
sla [Thu, 04 Sep 2014 11:21:08 +0200] rev 26834
8057535: add a thread extension class Reviewed-by: mgerdin, bdelsart, jcoomes
Mon, 22 Sep 2014 16:22:21 +0200 Merge
jwilhelm [Mon, 22 Sep 2014 16:22:21 +0200] rev 26833
Merge
Fri, 19 Sep 2014 12:11:08 +0000 Merge
brutisso [Fri, 19 Sep 2014 12:11:08 +0000] rev 26832
Merge
Thu, 18 Sep 2014 11:04:00 +0200 8035729: Code using assert(is_oop_or_null) needs better error messages
mlarsson [Thu, 18 Sep 2014 11:04:00 +0200] rev 26831
8035729: Code using assert(is_oop_or_null) needs better error messages Summary: Modified error messages to include the oops Reviewed-by: stefank, tschatzl
Thu, 18 Sep 2014 11:27:59 +0200 8053998: Hot card cache flush chunk size too coarse grained
mlarsson [Thu, 18 Sep 2014 11:27:59 +0200] rev 26830
8053998: Hot card cache flush chunk size too coarse grained Summary: Changed the chunk size to a smaller fixed number. Reviewed-by: tschatzl, mgerdin
Thu, 18 Sep 2014 12:45:45 +0200 8055091: CollectedHeap::_reserved usage should be cleaned up
mlarsson [Thu, 18 Sep 2014 12:45:45 +0200] rev 26829
8055091: CollectedHeap::_reserved usage should be cleaned up Summary: Added an initialization function for _reserved. Reviewed-by: mgerdin, jwilhelm
Fri, 19 Sep 2014 11:51:06 +0200 Merge
jwilhelm [Fri, 19 Sep 2014 11:51:06 +0200] rev 26828
Merge
Fri, 19 Sep 2014 09:23:55 +0200 8058534: Remove HeapRegion::_orig_end
jprovino [Fri, 19 Sep 2014 09:23:55 +0200] rev 26827
8058534: Remove HeapRegion::_orig_end Summary: Also reviewed by kim.barrett@oracle.com Reviewed-by: tonyp, brutisso, tschatzl
Fri, 05 Sep 2014 00:28:43 +0200 8056056: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile
jwilhelm [Fri, 05 Sep 2014 00:28:43 +0200] rev 26826
8056056: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile Summary: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile Reviewed-by: erikj, dholmes
Fri, 22 Aug 2014 13:24:04 +0200 8055744: 8u-dev nightly solaris builds failed on 08/20
jwilhelm [Fri, 22 Aug 2014 13:24:04 +0200] rev 26825
8055744: 8u-dev nightly solaris builds failed on 08/20 Summary: Fixed makefiles on solaris to allow build with extra symbols. Reviewed-by: dcubed, erikj
Tue, 16 Sep 2014 16:02:32 +0200 8055006: Store original value of Min/MaxHeapFreeRatio
jwilhelm [Tue, 16 Sep 2014 16:02:32 +0200] rev 26824
8055006: Store original value of Min/MaxHeapFreeRatio Summary: Store the value set by the user and some makefile changes required to change the flags. Reviewed-by: sla, mchung, bchristi, jmasa, dholmes, erikj
Thu, 18 Sep 2014 18:19:44 +0200 Merge
jwilhelm [Thu, 18 Sep 2014 18:19:44 +0200] rev 26823
Merge
Thu, 25 Sep 2014 23:37:41 +0200 Merge
adlertz [Thu, 25 Sep 2014 23:37:41 +0200] rev 26822
Merge
Wed, 24 Sep 2014 12:19:07 -0700 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis [Wed, 24 Sep 2014 12:19:07 -0700] rev 26821
8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well Summary: Also fix stack trace on x86 to enable walking of runtime stubs and native wrappers Reviewed-by: kvn
Tue, 23 Sep 2014 17:24:34 -0700 8059002: 8058744 needs a test case
iveresov [Tue, 23 Sep 2014 17:24:34 -0700] rev 26820
8059002: 8058744 needs a test case Summary: Added a test case the UnsafeRawOp intrinsics Reviewed-by: kvn
Tue, 23 Sep 2014 15:09:07 -0700 8058744: Crash in C1 OSRed method w/ Unsafe usage
iveresov [Tue, 23 Sep 2014 15:09:07 -0700] rev 26819
8058744: Crash in C1 OSRed method w/ Unsafe usage Summary: Fix UnsafeRawOp optimizations Reviewed-by: kvn, drchase, vlivanov
Wed, 24 Sep 2014 09:48:15 -0700 Merge
iklam [Wed, 24 Sep 2014 09:48:15 -0700] rev 26818
Merge
Tue, 23 Sep 2014 14:17:46 +0200 Merge
sla [Tue, 23 Sep 2014 14:17:46 +0200] rev 26817
Merge
Fri, 19 Sep 2014 21:13:25 -0400 8058843: TEST.groups has runtime/runtime/7158988/FieldMonitor.java
coleenp [Fri, 19 Sep 2014 21:13:25 -0400] rev 26816
8058843: TEST.groups has runtime/runtime/7158988/FieldMonitor.java Summary: remove a runtime Reviewed-by: ctornqvi, sspitsyn, kvn
Fri, 19 Sep 2014 13:47:19 -0700 Merge
iklam [Fri, 19 Sep 2014 13:47:19 -0700] rev 26815
Merge
Fri, 19 Sep 2014 08:19:04 -0400 8057845: ClassVerifier::verify_exception_handler_targets reconstructs the ExceptionTable in a loop
hseigel [Fri, 19 Sep 2014 08:19:04 -0400] rev 26814
8057845: ClassVerifier::verify_exception_handler_targets reconstructs the ExceptionTable in a loop Summary: Construct the ExceptionTable only once, before the loop Reviewed-by: acorn, jiangli, coleenp, lfoltan
Wed, 17 Sep 2014 06:55:12 -0700 8058369: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
ctornqvi [Wed, 17 Sep 2014 06:55:12 -0700] rev 26813
8058369: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr Summary: Solaris and OSX places the heap in unpredictable places, some of the test must be excluded on these platforms Reviewed-by: hseigel, coleenp
Tue, 23 Sep 2014 14:19:55 +0200 Merge
sla [Tue, 23 Sep 2014 14:19:55 +0200] rev 26812
Merge
Mon, 22 Sep 2014 14:19:11 -0400 8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..."
drchase [Mon, 22 Sep 2014 14:19:11 -0400] rev 26811
8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..." Summary: Rewrote the null pointer in a way that is not recognized by the compiler (the code is never executed). Reviewed-by: kvn
Sun, 21 Sep 2014 16:13:39 +0200 8058712: [TESTBUG] serviceability/dcmd/CodeCacheTest.java fails with java.lang.Exception
thartmann [Sun, 21 Sep 2014 16:13:39 +0200] rev 26810
8058712: [TESTBUG] serviceability/dcmd/CodeCacheTest.java fails with java.lang.Exception Summary: The test is changed to check the output according to the number of available code segments. Reviewed-by: kvn
Fri, 19 Sep 2014 17:14:13 +0200 Merge
adlertz [Fri, 19 Sep 2014 17:14:13 +0200] rev 26809
Merge
Fri, 19 Sep 2014 10:24:10 +0000 Merge
neliasso [Fri, 19 Sep 2014 10:24:10 +0000] rev 26808
Merge
Mon, 15 Sep 2014 17:12:01 +0200 8058461: serviceability/dcmd/CodelistTest.java and serviceability/dcmd/CompilerQueueTest.java SIGSEGV
neliasso [Mon, 15 Sep 2014 17:12:01 +0200] rev 26807
8058461: serviceability/dcmd/CodelistTest.java and serviceability/dcmd/CompilerQueueTest.java SIGSEGV Summary: Print only alive nmethods and add lock to print compile queue Reviewed-by: kvn, anoll
Fri, 19 Sep 2014 10:31:03 +0200 8058479: serviceability/dcmd/CodeCacheTest.java fails
neliasso [Fri, 19 Sep 2014 10:31:03 +0200] rev 26806
8058479: serviceability/dcmd/CodeCacheTest.java fails Summary: Don't parse really large hex values into a long Reviewed-by: kvn, anoll
Thu, 18 Sep 2014 09:37:26 +0200 8058716: Add include missing in 8015774
goetz [Thu, 18 Sep 2014 09:37:26 +0200] rev 26805
8058716: Add include missing in 8015774 Reviewed-by: kvn
Thu, 18 Sep 2014 11:46:33 -0700 8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
morris [Thu, 18 Sep 2014 11:46:33 -0700] rev 26804
8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check Summary: Provide promoted stack slots for floating-point registers in the SPARC c_calling_convention. Reviewed-by: kvn, jrose, drchase
Thu, 18 Sep 2014 12:23:20 +0200 8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo [Thu, 18 Sep 2014 12:23:20 +0200] rev 26803
8050407: Add jtreg compiler tests to Hotspot JPRT jobs Summary: Select useful jtreg test. Group tests into four sets (3 sets with open tests, 1 set with closed tests) so that execution time of each set is < 10 min on solaris_sparcv9 (slowest platform). Reviewed-by: kvn, anoll, roland
Thu, 18 Sep 2014 09:16:12 +0000 Merge
roland [Thu, 18 Sep 2014 09:16:12 +0000] rev 26802
Merge
Wed, 17 Sep 2014 14:56:12 +0200 8058636: test case for 8057758
roland [Wed, 17 Sep 2014 14:56:12 +0200] rev 26801
8058636: test case for 8057758 Summary: missing test case in push for 8057758 Reviewed-by: kvn, iveresov
Thu, 18 Sep 2014 08:32:12 +0000 Merge
iveresov [Thu, 18 Sep 2014 08:32:12 +0000] rev 26800
Merge
Wed, 17 Sep 2014 21:15:03 -0700 8058564: Tiered compilation performance drop in PIT
iveresov [Wed, 17 Sep 2014 21:15:03 -0700] rev 26799
8058564: Tiered compilation performance drop in PIT Summary: Ensure MethodCounters are created before method is enqueued for compilation Reviewed-by: kvn, drchase, jiangli
Thu, 18 Sep 2014 08:47:07 +0200 8058583: Remove CompilationRepeat
neliasso [Thu, 18 Sep 2014 08:47:07 +0200] rev 26798
8058583: Remove CompilationRepeat Summary: Remove product flag -XX:CompilationRepeat Reviewed-by: kvn, iveresov
Wed, 17 Sep 2014 06:05:41 +0000 Merge
thartmann [Wed, 17 Sep 2014 06:05:41 +0000] rev 26797
Merge
Wed, 17 Sep 2014 08:00:07 +0200 8015774: Add support for multiple code heaps
thartmann [Wed, 17 Sep 2014 08:00:07 +0200] rev 26796
8015774: Add support for multiple code heaps Summary: Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types. Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
Tue, 23 Sep 2014 12:17:24 +0200 8058448: Disable JPRT submissions from the hotspot repo
sla [Tue, 23 Sep 2014 12:17:24 +0200] rev 26795
8058448: Disable JPRT submissions from the hotspot repo Reviewed-by: kvn
Fri, 03 Oct 2014 11:07:02 -0700 Added tag jdk9-b33 for changeset 1197007e187c
lana [Fri, 03 Oct 2014 11:07:02 -0700] rev 26794
Added tag jdk9-b33 for changeset 1197007e187c
Fri, 03 Oct 2014 12:10:49 -0700 Merge
lana [Fri, 03 Oct 2014 12:10:49 -0700] rev 26793
Merge
Tue, 30 Sep 2014 08:39:16 -0700 Merge
amurillo [Tue, 30 Sep 2014 08:39:16 -0700] rev 26792
Merge
Fri, 26 Sep 2014 01:40:30 -0700 Merge
amurillo [Fri, 26 Sep 2014 01:40:30 -0700] rev 26791
Merge
Mon, 22 Sep 2014 20:04:40 +0200 8058863: jdk9/hs-comp fails in jprt with "-testset hotspot" from top-level
sla [Mon, 22 Sep 2014 20:04:40 +0200] rev 26790
8058863: jdk9/hs-comp fails in jprt with "-testset hotspot" from top-level Reviewed-by: kvn
Tue, 30 Sep 2014 13:26:45 +0800 8058657: Add @jdk.Exported to com.sun.jarsigner APIs
weijun [Tue, 30 Sep 2014 13:26:45 +0800] rev 26789
8058657: Add @jdk.Exported to com.sun.jarsigner APIs Reviewed-by: alanb, mchung
Fri, 03 Oct 2014 11:07:01 -0700 Added tag jdk9-b33 for changeset 5f651cc1e71e
lana [Fri, 03 Oct 2014 11:07:01 -0700] rev 26788
Added tag jdk9-b33 for changeset 5f651cc1e71e
Wed, 05 Jul 2017 20:02:40 +0200 Added tag jdk9-b33 for changeset f0c5e4b732da
duke [Wed, 05 Jul 2017 20:02:40 +0200] rev 26787
Added tag jdk9-b33 for changeset f0c5e4b732da
Wed, 05 Jul 2017 20:02:40 +0200 Merge jdk9-b33
duke [Wed, 05 Jul 2017 20:02:40 +0200] rev 26786
Merge
Wed, 05 Jul 2017 20:02:37 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:37 +0200] rev 26785
Merge
Thu, 25 Sep 2014 17:09:23 -0700 8058708: java.lang.AssertionError compiling source code
vromero [Thu, 25 Sep 2014 17:09:23 -0700] rev 26784
8058708: java.lang.AssertionError compiling source code Reviewed-by: jjg
Thu, 25 Sep 2014 16:21:30 -0700 Merge
lana [Thu, 25 Sep 2014 16:21:30 -0700] rev 26783
Merge
Thu, 25 Sep 2014 13:54:45 -0700 8050117: add to javac test Versions.java tests that show correct operation for source/target options pre 1.9
ntoda [Thu, 25 Sep 2014 13:54:45 -0700] rev 26782
8050117: add to javac test Versions.java tests that show correct operation for source/target options pre 1.9 Reviewed-by: jjg
Mon, 22 Sep 2014 17:09:33 -0400 8048614: Add TypeMetadata to contain type annotations and other type information
emc [Mon, 22 Sep 2014 17:09:33 -0400] rev 26781
8048614: Add TypeMetadata to contain type annotations and other type information Summary: Implement general framework for metadata on types Reviewed-by: mcimadamore
Mon, 22 Sep 2014 14:55:14 +0200 8057794: Compiler Error when obtaining .class property
jlahoda [Mon, 22 Sep 2014 14:55:14 +0200] rev 26780
8057794: Compiler Error when obtaining .class property Summary: Ensuring a non-null type and sym for illegal T.class to prevent downstream errors. Reviewed-by: mcimadamore
Fri, 19 Sep 2014 13:54:34 -0700 8058755: Update tools/javadoc/6227454 to add head tag
sogoel [Fri, 19 Sep 2014 13:54:34 -0700] rev 26779
8058755: Update tools/javadoc/6227454 to add head tag Reviewed-by: jjg
Thu, 25 Sep 2014 12:40:30 -0700 Added tag jdk9-b32 for changeset c005611e8f69
katleman [Thu, 25 Sep 2014 12:40:30 -0700] rev 26778
Added tag jdk9-b32 for changeset c005611e8f69
Wed, 05 Jul 2017 20:02:33 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:33 +0200] rev 26777
Merge
Thu, 25 Sep 2014 16:20:12 -0700 Merge
lana [Thu, 25 Sep 2014 16:20:12 -0700] rev 26776
Merge
Thu, 25 Sep 2014 10:02:12 +0200 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
mkos [Thu, 25 Sep 2014 10:02:12 +0200] rev 26775
8038966: JAX-WS handles wrongly xsd:any arguments for Web services Reviewed-by: coffeys
Thu, 25 Sep 2014 12:40:24 -0700 Added tag jdk9-b32 for changeset 5de9ea7b214e
katleman [Thu, 25 Sep 2014 12:40:24 -0700] rev 26774
Added tag jdk9-b32 for changeset 5de9ea7b214e
Wed, 05 Jul 2017 20:02:28 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:28 +0200] rev 26773
Merge
Thu, 25 Sep 2014 12:40:19 -0700 Added tag jdk9-b32 for changeset a0aa269fe46c
katleman [Thu, 25 Sep 2014 12:40:19 -0700] rev 26772
Added tag jdk9-b32 for changeset a0aa269fe46c
Wed, 05 Jul 2017 20:02:25 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:25 +0200] rev 26771
Merge
Thu, 25 Sep 2014 16:21:37 -0700 Merge
lana [Thu, 25 Sep 2014 16:21:37 -0700] rev 26770
Merge
Thu, 25 Sep 2014 18:21:15 +0200 8059132: Nasgen build in JDK9 can't handle new class dependencies to Nashorn - bootstrapping problem
lagergren [Thu, 25 Sep 2014 18:21:15 +0200] rev 26769
8059132: Nasgen build in JDK9 can't handle new class dependencies to Nashorn - bootstrapping problem Reviewed-by: sundar
Thu, 25 Sep 2014 15:53:47 +0200 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
lagergren [Thu, 25 Sep 2014 15:53:47 +0200] rev 26768
8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt Reviewed-by: attila, hannesw, sundar
Tue, 23 Sep 2014 15:58:44 +0400 8057779: Tests failed on Windows when in output contains path to script
yan [Tue, 23 Sep 2014 15:58:44 +0400] rev 26767
8057779: Tests failed on Windows when in output contains path to script Reviewed-by: sundar, lagergren, hannesw Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
Mon, 22 Sep 2014 14:46:04 +0200 8058561: NPE in LocalVariableTypesCalculator
attila [Mon, 22 Sep 2014 14:46:04 +0200] rev 26766
8058561: NPE in LocalVariableTypesCalculator Reviewed-by: lagergren, sundar
Mon, 22 Sep 2014 13:28:28 +0200 8047764: Indexed or polymorphic set on global affects Object.prototype
hannesw [Mon, 22 Sep 2014 13:28:28 +0200] rev 26765
8047764: Indexed or polymorphic set on global affects Object.prototype Reviewed-by: lagergren, attila
Fri, 19 Sep 2014 13:13:20 +0200 8046202: Make persistent code store more flexible
hannesw [Fri, 19 Sep 2014 13:13:20 +0200] rev 26764
8046202: Make persistent code store more flexible Reviewed-by: lagergren, sundar
Thu, 25 Sep 2014 12:40:31 -0700 Added tag jdk9-b32 for changeset 281a3ca2fd5e
katleman [Thu, 25 Sep 2014 12:40:31 -0700] rev 26763
Added tag jdk9-b32 for changeset 281a3ca2fd5e
Wed, 05 Jul 2017 20:02:20 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:20 +0200] rev 26762
Merge
Thu, 25 Sep 2014 12:40:17 -0700 Added tag jdk9-b32 for changeset 559e6ee4a338
katleman [Thu, 25 Sep 2014 12:40:17 -0700] rev 26761
Added tag jdk9-b32 for changeset 559e6ee4a338
Wed, 05 Jul 2017 20:02:17 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:17 +0200] rev 26760
Merge
Thu, 25 Sep 2014 16:20:38 -0700 Merge
lana [Thu, 25 Sep 2014 16:20:38 -0700] rev 26759
Merge
Thu, 25 Sep 2014 14:18:32 -0700 Merge
prr [Thu, 25 Sep 2014 14:18:32 -0700] rev 26758
Merge
Mon, 22 Sep 2014 12:06:36 -0700 Merge
prr [Mon, 22 Sep 2014 12:06:36 -0700] rev 26757
Merge
Mon, 22 Sep 2014 15:57:34 +0100 8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae [Mon, 22 Sep 2014 15:57:34 +0100] rev 26756
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9) Reviewed-by: alexp
Mon, 22 Sep 2014 11:25:33 +0400 6588417: Incorrect javadoc: no @throws or @exception tag in javax.*
yan [Mon, 22 Sep 2014 11:25:33 +0400] rev 26755
6588417: Incorrect javadoc: no @throws or @exception tag in javax.* Summary: Fix remaining missing @throws tags. Reviewed-by: prr Contributed-by: anisha.nagarajan1@gmail.com
Mon, 22 Sep 2014 11:23:19 +0400 8054877: javadoc issues in javax.print
yan [Mon, 22 Sep 2014 11:23:19 +0400] rev 26754
8054877: javadoc issues in javax.print Summary: Fixes "no @throws or @exception tag" issues in javax.print. Reviewed-by: prr Contributed-by: anisha.nagarajan1@gmail.com
Fri, 19 Sep 2014 11:19:38 -0700 Merge
prr [Fri, 19 Sep 2014 11:19:38 -0700] rev 26753
Merge
Fri, 19 Sep 2014 11:13:27 -0700 8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll
prr [Fri, 19 Sep 2014 11:13:27 -0700] rev 26752
8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll Reviewed-by: erikj, aph
Fri, 19 Sep 2014 09:41:05 -0700 8056216: Remove "sun" directory layer from libawt and common
prr [Fri, 19 Sep 2014 09:41:05 -0700] rev 26751
8056216: Remove "sun" directory layer from libawt and common Reviewed-by: erikj, ihse, coffeys
Thu, 18 Sep 2014 17:34:44 +0400 8058726: Update regtests using sun.awt.OSInfo, part 1
yan [Thu, 18 Sep 2014 17:34:44 +0400] rev 26750
8058726: Update regtests using sun.awt.OSInfo, part 1 Reviewed-by: alexsch
Wed, 17 Sep 2014 16:14:12 +0400 8055326: Fix typos in client-related packages
serb [Wed, 17 Sep 2014 16:14:12 +0400] rev 26749
8055326: Fix typos in client-related packages Reviewed-by: prr, azvegint, alexsch Contributed-by: pavel.rappo@oracle.com
Tue, 16 Sep 2014 14:58:27 -0500 8058579: Copy-java.base.gmk no longer needs to differentiate win32 and win64 java.policy
ptbrunet [Tue, 16 Sep 2014 14:58:27 -0500] rev 26748
8058579: Copy-java.base.gmk no longer needs to differentiate win32 and win64 java.policy Summary: replace java.policy-win32/64 with just java.policy Reviewed-by: mchung, erikj Contributed-by: peter.brunet@oracle.com
Tue, 16 Sep 2014 09:26:06 -0700 8058248: LittleCMS: Missing checks for NULL returns from memory allocation
prr [Tue, 16 Sep 2014 09:26:06 -0700] rev 26747
8058248: LittleCMS: Missing checks for NULL returns from memory allocation Reviewed-by: bae, jchen, mschoene
Mon, 15 Sep 2014 09:15:21 -0700 Merge
prr [Mon, 15 Sep 2014 09:15:21 -0700] rev 26746
Merge
Mon, 15 Sep 2014 17:29:43 +0400 8058136: Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown
serb [Mon, 15 Sep 2014 17:29:43 +0400] rev 26745
8058136: Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown Reviewed-by: azvegint, anthony
Mon, 15 Sep 2014 17:27:15 +0400 8056991: Provide OSInfo functionality to regression tests
yan [Mon, 15 Sep 2014 17:27:15 +0400] rev 26744
8056991: Provide OSInfo functionality to regression tests Reviewed-by: alexsch
Fri, 12 Sep 2014 13:04:18 +0100 8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle
bae [Fri, 12 Sep 2014 13:04:18 +0100] rev 26743
8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle Reviewed-by: serb, prr
Fri, 12 Sep 2014 10:40:07 +0400 8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
dmarkov [Fri, 12 Sep 2014 10:40:07 +0400] rev 26742
8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow Reviewed-by: alexp, alexsch
Thu, 11 Sep 2014 13:07:37 -0700 8056213: Clean up unix/native/common/sun/awt
prr [Thu, 11 Sep 2014 13:07:37 -0700] rev 26741
8056213: Clean up unix/native/common/sun/awt Reviewed-by: erikj, ihse
Wed, 10 Sep 2014 15:09:31 +0400 8057940: JCK test api/java_awt/Image/renderable/ParameterBlock fails with StackOverflowError
alexsch [Wed, 10 Sep 2014 15:09:31 +0400] rev 26740
8057940: JCK test api/java_awt/Image/renderable/ParameterBlock fails with StackOverflowError Reviewed-by: serb, prr
Wed, 10 Sep 2014 11:01:59 +0200 8057934: Upgrade to LittleCMS 2.6 breaks AIX build
simonis [Wed, 10 Sep 2014 11:01:59 +0200] rev 26739
8057934: Upgrade to LittleCMS 2.6 breaks AIX build Reviewed-by: prr, serb
Tue, 09 Sep 2014 18:32:44 +0400 8057819: No CCC approving removing final modifier from javax.swing.SwingUtilities.isRectangleContainingRectangle static method
serb [Tue, 09 Sep 2014 18:32:44 +0400] rev 26738
8057819: No CCC approving removing final modifier from javax.swing.SwingUtilities.isRectangleContainingRectangle static method Reviewed-by: azvegint, alexsch
Tue, 09 Sep 2014 16:08:34 +0400 8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform
azvegint [Tue, 09 Sep 2014 16:08:34 +0400] rev 26737
8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform Reviewed-by: alexsch, serb
Thu, 25 Sep 2014 12:24:19 +0100 8056026: Debug security logging should print Provider used for each crypto operation
vinnie [Thu, 25 Sep 2014 12:24:19 +0100] rev 26736
8056026: Debug security logging should print Provider used for each crypto operation Reviewed-by: mullan
Thu, 25 Sep 2014 13:03:27 +0200 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
mkos [Thu, 25 Sep 2014 13:03:27 +0200] rev 26735
8038966: JAX-WS handles wrongly xsd:any arguments for Web services Reviewed-by: coffeys
Thu, 25 Sep 2014 12:51:43 +0200 8059034: ProcessTools.startProcess() might leak processes
jbachorik [Thu, 25 Sep 2014 12:51:43 +0200] rev 26734
8059034: ProcessTools.startProcess() might leak processes Reviewed-by: sla, miauno
Wed, 24 Sep 2014 15:02:19 -0700 8050142: Optimize java.util.Formatter
bchristi [Wed, 24 Sep 2014 15:02:19 -0700] rev 26733
8050142: Optimize java.util.Formatter Reviewed-by: sherman, bchristi, lagergren
Thu, 25 Sep 2014 00:19:11 +0400 8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
igerasim [Thu, 25 Sep 2014 00:19:11 +0400] rev 26732
8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win] Reviewed-by: alanb
Wed, 24 Sep 2014 09:43:10 -0700 8058643: (str) Re-examine hashCode implementation
shade [Wed, 24 Sep 2014 09:43:10 -0700] rev 26731
8058643: (str) Re-examine hashCode implementation Reviewed-by: martin, alanb, sherman, redestad
Wed, 24 Sep 2014 14:19:25 +0400 8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
kshefov [Wed, 24 Sep 2014 14:19:25 +0400] rev 26730
8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError Reviewed-by: serb, prr Contributed-by: srinivasan.raghavan@oracle.com
Wed, 24 Sep 2014 11:55:36 +0200 8057149: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "Starting agent on port ... should report port in use"
jbachorik [Wed, 24 Sep 2014 11:55:36 +0200] rev 26729
8057149: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "Starting agent on port ... should report port in use" Reviewed-by: sla
Wed, 24 Sep 2014 11:55:27 +0200 8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
jbachorik [Wed, 24 Sep 2014 11:55:27 +0200] rev 26728
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList Reviewed-by: sla
Mon, 22 Sep 2014 16:59:23 -0700 4477961: java.lang.Math.toDegrees(double) could be optimized
bpb [Mon, 22 Sep 2014 16:59:23 -0700] rev 26727
4477961: java.lang.Math.toDegrees(double) could be optimized Summary: Change toDegrees() and toRadians() to multiplication by a compile-time constant. Reviewed-by: mduigou, shade
Thu, 18 Sep 2014 11:34:14 +0200 8058652: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java should be quarantined
miauno [Thu, 18 Sep 2014 11:34:14 +0200] rev 26726
8058652: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java should be quarantined Reviewed-by: jbachorik
Thu, 18 Sep 2014 11:34:14 +0200 8058651: com/sun/jdi/RedefinePop.sh should be quarantined
miauno [Thu, 18 Sep 2014 11:34:14 +0200] rev 26725
8058651: com/sun/jdi/RedefinePop.sh should be quarantined Reviewed-by: jbachorik
Thu, 18 Sep 2014 11:34:14 +0200 8058649: java/lang/management/ThreadMXBean/FindDeadlocks.java should be quarantined
miauno [Thu, 18 Sep 2014 11:34:14 +0200] rev 26724
8058649: java/lang/management/ThreadMXBean/FindDeadlocks.java should be quarantined Reviewed-by: jbachorik
Thu, 18 Sep 2014 11:34:14 +0200 8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
miauno [Thu, 18 Sep 2014 11:34:14 +0200] rev 26723
8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined Reviewed-by: jbachorik
Mon, 22 Sep 2014 10:41:45 -0700 8043740: Doubles with large exponents overflow to Infinity incorrectly
bpb [Mon, 22 Sep 2014 10:41:45 -0700] rev 26722
8043740: Doubles with large exponents overflow to Infinity incorrectly Summary: Modify test of exponent overflow to account for subsequent decrement. Reviewed-by: darcy Contributed-by: Sandipan Razzaque <me@sandipan.net>
Mon, 22 Sep 2014 10:47:27 +0200 8057564: JVM hangs at getAgentProperties after attaching to VM with lower
sgabdura [Mon, 22 Sep 2014 10:47:27 +0200] rev 26721
8057564: JVM hangs at getAgentProperties after attaching to VM with lower Summary: Create custom Security Descriptor for Named Pipe. Reviewed-by: mgronlun, dsamersoff, uta
Fri, 19 Sep 2014 16:34:59 +0200 8055032: Improve numerical parsing in java.net and sun.net
redestad [Fri, 19 Sep 2014 16:34:59 +0200] rev 26720
8055032: Improve numerical parsing in java.net and sun.net Reviewed-by: alanb
Fri, 19 Sep 2014 16:49:08 +0400 8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
kshefov [Fri, 19 Sep 2014 16:49:08 +0400] rev 26719
8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods Reviewed-by: vlivanov, iignatyev, psandoz
Fri, 19 Sep 2014 13:00:17 +0400 8058635: [TEST_BUG] sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails with Compilation error
kshefov [Fri, 19 Sep 2014 13:00:17 +0400] rev 26718
8058635: [TEST_BUG] sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails with Compilation error Reviewed-by: serb, alexsch Contributed-by: pooja.chopra@oracle.com
Fri, 19 Sep 2014 09:59:36 +0200 8055189: Cleanup gensrc after source code restructure
erikj [Fri, 19 Sep 2014 09:59:36 +0200] rev 26717
8055189: Cleanup gensrc after source code restructure Reviewed-by: ihse, tbell
Tue, 16 Sep 2014 13:20:51 -0700 8047223: Add algorithm parameter to EncodedKeySpec class and its two subclasses
juh [Tue, 16 Sep 2014 13:20:51 -0700] rev 26716
8047223: Add algorithm parameter to EncodedKeySpec class and its two subclasses Reviewed-by: mullan
Thu, 18 Sep 2014 16:25:50 -0700 8058550: Clarify that TimerTasks are not reusable
martin [Thu, 18 Sep 2014 16:25:50 -0700] rev 26715
8058550: Clarify that TimerTasks are not reusable Reviewed-by: alanb, chegar
Mon, 15 Sep 2014 18:38:16 -0700 8058520: jar xf does not work on zip files with leading garbage
martin [Mon, 15 Sep 2014 18:38:16 -0700] rev 26714
8058520: jar xf does not work on zip files with leading garbage Summary: Fall back to ZipFile if ZipInputStream finds no entries Reviewed-by: sherman
Thu, 25 Sep 2014 12:40:26 -0700 Added tag jdk9-b32 for changeset 6558cf507217
katleman [Thu, 25 Sep 2014 12:40:26 -0700] rev 26713
Added tag jdk9-b32 for changeset 6558cf507217
Wed, 05 Jul 2017 20:02:07 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:07 +0200] rev 26712
Merge
Thu, 25 Sep 2014 16:21:54 -0700 Merge
lana [Thu, 25 Sep 2014 16:21:54 -0700] rev 26711
Merge
Fri, 19 Sep 2014 01:59:59 -0700 Merge
amurillo [Fri, 19 Sep 2014 01:59:59 -0700] rev 26710
Merge
Thu, 18 Sep 2014 18:40:37 +0000 Merge
adlertz [Thu, 18 Sep 2014 18:40:37 +0000] rev 26709
Merge
Thu, 18 Sep 2014 19:30:59 +0200 Merge
adlertz [Thu, 18 Sep 2014 19:30:59 +0200] rev 26708
Merge
Tue, 16 Sep 2014 21:29:30 +0400 8057165: [TESTBUG] Need a test to cover JDK-8054883
iignatyev [Tue, 16 Sep 2014 21:29:30 +0400] rev 26707
8057165: [TESTBUG] Need a test to cover JDK-8054883 Reviewed-by: kvn, iveresov, iignatyev Contributed-by: Boris Molodenkov <boris.molodenkov@oracle.com>
Tue, 16 Sep 2014 14:39:11 +0200 8058452: ciInstanceKlass::non_static_fields() can be removed
anoll [Tue, 16 Sep 2014 14:39:11 +0200] rev 26706
8058452: ciInstanceKlass::non_static_fields() can be removed Summary: ciInstanceKlass::non_static_fields() and all associated data structures can be removed since they are unused. Reviewed-by: kvn, thartmann
Mon, 15 Sep 2014 08:08:22 +0200 8048721: -XX:+PrintCompilation prints negative bci for non entrant OSR methods
thartmann [Mon, 15 Sep 2014 08:08:22 +0200] rev 26705
8048721: -XX:+PrintCompilation prints negative bci for non entrant OSR methods Summary: Removed 'InvalidOSREntryBci' and checking nmethod::_state instead to determine if an osr method is non-entrant. Reviewed-by: kvn, vlivanov, drchase
Thu, 18 Sep 2014 19:41:50 +0200 Merge
jwilhelm [Thu, 18 Sep 2014 19:41:50 +0200] rev 26704
Merge
Tue, 16 Sep 2014 09:31:42 +0000 Merge
stefank [Tue, 16 Sep 2014 09:31:42 +0000] rev 26703
Merge
Tue, 16 Sep 2014 10:13:45 +0200 8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr
stefank [Tue, 16 Sep 2014 10:13:45 +0200] rev 26702
8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr Reviewed-by: mgerdin, tschatzl, brutisso
Tue, 16 Sep 2014 10:28:15 +0200 8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
tschatzl [Tue, 16 Sep 2014 10:28:15 +0200] rev 26701
8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references. Reviewed-by: iveresov, brutisso, mgerdin
Tue, 24 Jun 2014 15:50:50 +0200 8049864: TestParallelHeapSizeFlags fails with unexpected heap size
ehelin [Tue, 24 Jun 2014 15:50:50 +0200] rev 26700
8049864: TestParallelHeapSizeFlags fails with unexpected heap size Reviewed-by: sjohanss, jmasa
Mon, 15 Sep 2014 13:32:30 +0000 Merge
jwilhelm [Mon, 15 Sep 2014 13:32:30 +0000] rev 26699
Merge
Mon, 15 Sep 2014 15:28:43 +0200 Merge
jwilhelm [Mon, 15 Sep 2014 15:28:43 +0200] rev 26698
Merge
Mon, 15 Sep 2014 10:57:22 +0200 8049536: os::commit_memory on Solaris uses aligment_hint as page size
ehelin [Mon, 15 Sep 2014 10:57:22 +0200] rev 26697
8049536: os::commit_memory on Solaris uses aligment_hint as page size Reviewed-by: stefank, tschatzl
Mon, 15 Sep 2014 12:19:31 +0200 8057768: Make heap region region type in G1 HeapRegion explicit
tonyp [Mon, 15 Sep 2014 12:19:31 +0200] rev 26696
8057768: Make heap region region type in G1 HeapRegion explicit Reviewed-by: brutisso, tschatzl
Thu, 11 Sep 2014 14:21:24 +0200 8056237: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java fails due to OOM
jwilhelm [Thu, 11 Sep 2014 14:21:24 +0200] rev 26695
8056237: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java fails due to OOM Summary: Added respect for available memory. Renamed function names Reviewed-by: jwilhelm, tschatzl Contributed-by: andrey.x.zakharov@oracle.com
Thu, 11 Sep 2014 14:21:13 +0200 8041946: CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
jwilhelm [Thu, 11 Sep 2014 14:21:13 +0200] rev 26694
8041946: CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap Summary: New test added Reviewed-by: jwilhelm, tschatzl Contributed-by: andrey.x.zakharov@oracle.com
Tue, 26 Aug 2014 11:53:24 +0200 8056039: Hotspot does not compile with clang 3.4 on Linux
mgerdin [Tue, 26 Aug 2014 11:53:24 +0200] rev 26693
8056039: Hotspot does not compile with clang 3.4 on Linux Reviewed-by: brutisso, sla
Wed, 10 Sep 2014 11:55:33 +0200 8057799: Unnecessary NULL check in G1KeepAliveClosure
tonyp [Wed, 10 Sep 2014 11:55:33 +0200] rev 26692
8057799: Unnecessary NULL check in G1KeepAliveClosure Reviewed-by: tschatzl, stefank
Tue, 16 Sep 2014 12:13:13 +0200 8056999: Make hotspot builds less verbose on default log level
ihse [Tue, 16 Sep 2014 12:13:13 +0200] rev 26691
8056999: Make hotspot builds less verbose on default log level Reviewed-by: dholmes, erikj
Mon, 15 Sep 2014 14:28:15 -0700 8058504: [TESTBUG] Temporarily disable failing test runtime/NMT/MallocTrackingVerify.java
gtriantafill [Mon, 15 Sep 2014 14:28:15 -0700] rev 26690
8058504: [TESTBUG] Temporarily disable failing test runtime/NMT/MallocTrackingVerify.java Reviewed-by: ctornqvi, hseigel
Fri, 12 Sep 2014 14:05:28 -0700 Merge
iklam [Fri, 12 Sep 2014 14:05:28 -0700] rev 26689
Merge
Thu, 11 Sep 2014 17:54:22 -0700 8022865: [TESTBUG] Compressed Oops testing needs to be revised
ctornqvi [Thu, 11 Sep 2014 17:54:22 -0700] rev 26688
8022865: [TESTBUG] Compressed Oops testing needs to be revised Summary: Rewrote compressed oops tests Reviewed-by: kvn, coleenp, mseledtsov
Thu, 11 Sep 2014 10:46:32 -0400 8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException
coleenp [Thu, 11 Sep 2014 10:46:32 -0400] rev 26687
8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException Summary: Exclude this test on JPRT and make it trivially pass if it gets a disconnected exception (which seems rare) Reviewed-by: gtriantafill, sspitsyn, ctornqvi
Thu, 11 Sep 2014 03:13:29 -0700 8054174: minor buglet in computation of end of pc descs in libjvm_db.c
dsamersoff [Thu, 11 Sep 2014 03:13:29 -0700] rev 26686
8054174: minor buglet in computation of end of pc descs in libjvm_db.c Summary: fixed scopes_pcs_end calculation Reviewed-by: sspitsyn, sla Contributed-by: Tom Rodriguez <tom.rodriguez@oracle.com>
Wed, 10 Sep 2014 17:06:36 -0700 Merge
dcubed [Wed, 10 Sep 2014 17:06:36 -0700] rev 26685
Merge
Wed, 10 Sep 2014 11:52:16 -0600 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed [Wed, 10 Sep 2014 11:52:16 -0600] rev 26684
8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket Reviewed-by: fparain, sspitsyn, coleenp
Wed, 10 Sep 2014 11:48:20 -0600 8057107: cleanup indent white space issues prior to Contended Locking reorder and cache line bucket
dcubed [Wed, 10 Sep 2014 11:48:20 -0600] rev 26683
8057107: cleanup indent white space issues prior to Contended Locking reorder and cache line bucket Reviewed-by: fparain, sspitsyn, coleenp
Wed, 10 Sep 2014 09:52:41 -0700 8057744: (process) Synchronize exiting of threads and process [win]
igerasim [Wed, 10 Sep 2014 09:52:41 -0700] rev 26682
8057744: (process) Synchronize exiting of threads and process [win] Reviewed-by: dholmes, dcubed, sla
Wed, 10 Sep 2014 07:06:37 -0700 8055719: Clean out support for old VC versions from ProjectCreator
ctornqvi [Wed, 10 Sep 2014 07:06:37 -0700] rev 26681
8055719: Clean out support for old VC versions from ProjectCreator Summary: Clean out support for old VC versions from ProjectCreator Reviewed-by: sla, allwin
Wed, 10 Sep 2014 00:44:16 -0400 8056183: os::is_MP() always reports true when NMT is enabled
dholmes [Wed, 10 Sep 2014 00:44:16 -0400] rev 26680
8056183: os::is_MP() always reports true when NMT is enabled Reviewed-by: shade, coleenp, bdelsart
Thu, 25 Sep 2014 12:40:17 -0700 Added tag jdk9-b32 for changeset 16409c45f454
katleman [Thu, 25 Sep 2014 12:40:17 -0700] rev 26679
Added tag jdk9-b32 for changeset 16409c45f454
Thu, 25 Sep 2014 16:19:51 -0700 Merge
lana [Thu, 25 Sep 2014 16:19:51 -0700] rev 26678
Merge
Thu, 25 Sep 2014 14:17:39 -0700 Merge
prr [Thu, 25 Sep 2014 14:17:39 -0700] rev 26677
Merge
Fri, 19 Sep 2014 11:19:20 -0700 Merge
prr [Fri, 19 Sep 2014 11:19:20 -0700] rev 26676
Merge
Fri, 19 Sep 2014 09:42:27 -0700 8056216: Remove "sun" directory layer from libawt and common
prr [Fri, 19 Sep 2014 09:42:27 -0700] rev 26675
8056216: Remove "sun" directory layer from libawt and common Reviewed-by: erikj, ihse, coffeys
Thu, 25 Sep 2014 21:16:00 +0400 8059101: unshuffle_patch.sh should be able to deal with stdin/stdout
igerasim [Thu, 25 Sep 2014 21:16:00 +0400] rev 26674
8059101: unshuffle_patch.sh should be able to deal with stdin/stdout Reviewed-by: dfuchs, chegar
Tue, 23 Sep 2014 07:24:01 -0700 Merge
tbell [Tue, 23 Sep 2014 07:24:01 -0700] rev 26673
Merge
Tue, 23 Sep 2014 07:23:25 -0700 8047933: Race between jdk/make/scripts/genExceptions.sh and com.sun.tools.javadoc.Main
erikj [Tue, 23 Sep 2014 07:23:25 -0700] rev 26672
8047933: Race between jdk/make/scripts/genExceptions.sh and com.sun.tools.javadoc.Main Reviewed-by: ihse, tbell
Fri, 19 Sep 2014 11:53:01 +0200 8058797: Building with sjavac broken after JDK-8058118
erikj [Fri, 19 Sep 2014 11:53:01 +0200] rev 26671
8058797: Building with sjavac broken after JDK-8058118 Reviewed-by: ihse
Thu, 25 Sep 2014 12:40:16 -0700 Added tag jdk9-b32 for changeset f83990f1ceae
katleman [Thu, 25 Sep 2014 12:40:16 -0700] rev 26670
Added tag jdk9-b32 for changeset f83990f1ceae
Wed, 05 Jul 2017 20:01:51 +0200 Added tag jdk9-b32 for changeset 1b1ec4291abc
duke [Wed, 05 Jul 2017 20:01:51 +0200] rev 26669
Added tag jdk9-b32 for changeset 1b1ec4291abc
Wed, 05 Jul 2017 20:01:50 +0200 Merge jdk9-b32
duke [Wed, 05 Jul 2017 20:01:50 +0200] rev 26668
Merge
Wed, 05 Jul 2017 20:01:47 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:47 +0200] rev 26667
Merge
Thu, 18 Sep 2014 13:27:02 -0700 Merge
lana [Thu, 18 Sep 2014 13:27:02 -0700] rev 26666
Merge
Thu, 18 Sep 2014 00:50:48 -0700 8047745: Javadoc should include encoding information in generated html files
bpatel [Thu, 18 Sep 2014 00:50:48 -0700] rev 26665
8047745: Javadoc should include encoding information in generated html files Reviewed-by: jjg, ksrini
Wed, 17 Sep 2014 23:52:19 -0700 8043698: <title> tag not getting generated in package-summary pages for un-named packages
bpatel [Wed, 17 Sep 2014 23:52:19 -0700] rev 26664
8043698: <title> tag not getting generated in package-summary pages for un-named packages Reviewed-by: jjg, ksrini
Mon, 15 Sep 2014 12:43:35 +0100 8055963: Inference failure with nested invocation
mcimadamore [Mon, 15 Sep 2014 12:43:35 +0100] rev 26663
8055963: Inference failure with nested invocation Summary: Revise heuristics to force eager instantiation of return inference vars Reviewed-by: vromero
Fri, 12 Sep 2014 17:05:18 -0700 8055080: Group 9d: golden files for tests in tools/javac dir
sogoel [Fri, 12 Sep 2014 17:05:18 -0700] rev 26662
8055080: Group 9d: golden files for tests in tools/javac dir Reviewed-by: jjg, mcimadamore, jlahoda
Wed, 17 Sep 2014 22:56:11 -0700 Added tag jdk9-b31 for changeset 34aa137c3d5f
katleman [Wed, 17 Sep 2014 22:56:11 -0700] rev 26661
Added tag jdk9-b31 for changeset 34aa137c3d5f
Wed, 05 Jul 2017 20:01:44 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:44 +0200] rev 26660
Merge
Thu, 18 Sep 2014 13:27:06 -0700 Merge
lana [Thu, 18 Sep 2014 13:27:06 -0700] rev 26659
Merge
Fri, 12 Sep 2014 17:20:37 +0200 8054548: JAX-WS tools need to updated to work with modular image
mkos [Fri, 12 Sep 2014 17:20:37 +0200] rev 26658
8054548: JAX-WS tools need to updated to work with modular image Summary: Removing java reflection API to get JavaCompiler; using standard javax.tools API instead Reviewed-by: alanb
Wed, 17 Sep 2014 22:56:04 -0700 Added tag jdk9-b31 for changeset 38f3aee12cf1
katleman [Wed, 17 Sep 2014 22:56:04 -0700] rev 26657
Added tag jdk9-b31 for changeset 38f3aee12cf1
Wed, 05 Jul 2017 20:01:40 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:40 +0200] rev 26656
Merge
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip