Thu, 06 Feb 2014 11:01:27 -0500 8033565: Remove unused nativeNewStringPlatform
rriggs [Thu, 06 Feb 2014 11:01:27 -0500] rev 22938
8033565: Remove unused nativeNewStringPlatform Summary: Remove also nativeGetStringPlatformChars Reviewed-by: mchung, dholmes, alanb
Thu, 06 Feb 2014 15:43:35 +0000 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
alanb [Thu, 06 Feb 2014 15:43:35 +0000] rev 22937
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not Reviewed-by: dfuchs
Thu, 06 Feb 2014 14:45:12 +0000 8033778: ObjectIn/OutputStream improvements
chegar [Thu, 06 Feb 2014 14:45:12 +0000] rev 22936
8033778: ObjectIn/OutputStream improvements Reviewed-by: smarks, psandoz, mduigou, plevart Contributed-by: Robert Stupp <snazy@gmx.de>, Chris Hegarty <chris.hegarty@oracle.com>
Thu, 06 Feb 2014 12:24:42 +0000 8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586)
vinnie [Thu, 06 Feb 2014 12:24:42 +0000] rev 22935
8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586) Reviewed-by: alanb
Thu, 06 Feb 2014 10:43:09 +0000 8033758: gcc warnings compiling jdk/src/share/back
alanb [Thu, 06 Feb 2014 10:43:09 +0000] rev 22934
8033758: gcc warnings compiling jdk/src/share/back Reviewed-by: dholmes, sla
Fri, 21 Feb 2014 11:40:24 -0800 Added tag jdk9-b03 for changeset 4a4630af7adf
katleman [Fri, 21 Feb 2014 11:40:24 -0800] rev 22933
Added tag jdk9-b03 for changeset 4a4630af7adf
Wed, 05 Jul 2017 19:31:02 +0200 Merge
duke [Wed, 05 Jul 2017 19:31:02 +0200] rev 22932
Merge
Thu, 06 Mar 2014 10:37:26 -0800 Merge
lana [Thu, 06 Mar 2014 10:37:26 -0800] rev 22931
Merge
Fri, 28 Feb 2014 09:30:20 -0800 Merge
amurillo [Fri, 28 Feb 2014 09:30:20 -0800] rev 22930
Merge
Fri, 28 Feb 2014 08:02:20 -0800 Merge
morris [Fri, 28 Feb 2014 08:02:20 -0800] rev 22929
Merge
Fri, 28 Feb 2014 13:44:16 +0100 8031754: Type speculation should favor profile data from outermost inlined method
roland [Fri, 28 Feb 2014 13:44:16 +0100] rev 22928
8031754: Type speculation should favor profile data from outermost inlined method Summary: favor profile data coming from outer most method Reviewed-by: kvn, twisti
Thu, 27 Feb 2014 20:40:24 +0100 8035970: PPC64: fix ad file after 8027754: Enable loop optimizations for loops with MathExact
goetz [Thu, 27 Feb 2014 20:40:24 +0100] rev 22927
8035970: PPC64: fix ad file after 8027754: Enable loop optimizations for loops with MathExact Reviewed-by: kvn
Thu, 27 Feb 2014 09:37:16 +0100 8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239
roland [Thu, 27 Feb 2014 09:37:16 +0100] rev 22926
8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239 Summary: biased locking's revoke_bias locks monitor in compiled frame with eliminated lock Reviewed-by: kvn, iveresov
Wed, 26 Feb 2014 16:45:15 -0800 8035283: Second phase of branch shortening doesn't account for loop alignment
iveresov [Wed, 26 Feb 2014 16:45:15 -0800] rev 22925
8035283: Second phase of branch shortening doesn't account for loop alignment Summary: added missing check for loop padding case. Reviewed-by: kvn, jrose
Wed, 26 Feb 2014 11:33:34 -0800 8035396: Introduce accessor for tmp_oop in frame.
goetz [Wed, 26 Feb 2014 11:33:34 -0800] rev 22924
8035396: Introduce accessor for tmp_oop in frame. Summary: Avoid #ifs by introducing the accessor function interpreter_frame_temp_oop_addr(). Reviewed-by: kvn, twisti
Wed, 26 Feb 2014 02:54:49 -0800 Merge
anoll [Wed, 26 Feb 2014 02:54:49 -0800] rev 22923
Merge
Wed, 26 Feb 2014 02:38:46 -0800 Merge
anoll [Wed, 26 Feb 2014 02:38:46 -0800] rev 22922
Merge
Wed, 26 Feb 2014 11:29:47 +0100 8034839: jvm hangs with gc/gctests/LoadUnloadGC test
anoll [Wed, 26 Feb 2014 11:29:47 +0100] rev 22921
8034839: jvm hangs with gc/gctests/LoadUnloadGC test Summary: Provide fast lookup of checked dependencies via hashmap Reviewed-by: kvn, roland
Tue, 11 Feb 2014 13:29:53 +0100 8034188: OSR methods may not be recompiled at proper compilation level
neliasso [Tue, 11 Feb 2014 13:29:53 +0100] rev 22920
8034188: OSR methods may not be recompiled at proper compilation level Summary: remove_osr_nmethod doesn't check that it is the correct method Reviewed-by: kvn, iveresov
Wed, 26 Feb 2014 07:46:46 +0100 8010500: [parfait] Possible null pointer dereference at hotspot/src/share/vm/opto/loopnode.hpp
adlertz [Wed, 26 Feb 2014 07:46:46 +0100] rev 22919
8010500: [parfait] Possible null pointer dereference at hotspot/src/share/vm/opto/loopnode.hpp Summary: Added NULL check for loopnode() in get_pre_loop_end() Reviewed-by: kvn, roland
Wed, 26 Feb 2014 07:44:59 +0100 8032642: [TESTBUG] Fix testbugs in compiler/startup/.*
anoll [Wed, 26 Feb 2014 07:44:59 +0100] rev 22918
8032642: [TESTBUG] Fix testbugs in compiler/startup/.* Summary: Fixed issues with these tests Reviewed-by: kvn, twisti
Tue, 25 Feb 2014 10:42:25 -0800 Merge
roland [Tue, 25 Feb 2014 10:42:25 -0800] rev 22917
Merge
Tue, 25 Feb 2014 18:16:24 +0100 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland [Tue, 25 Feb 2014 18:16:24 +0100] rev 22916
8031752: Failed speculative optimizations should be reattempted when root of compilation is different Summary: support for speculative traps that keep track of the root of the compilation in which a trap occurs. Reviewed-by: kvn, twisti
Tue, 25 Feb 2014 17:51:27 +0100 8033260: assert(lrg._area >= 0.0) failed: negative spill area
adlertz [Tue, 25 Feb 2014 17:51:27 +0100] rev 22915
8033260: assert(lrg._area >= 0.0) failed: negative spill area Summary: Change type from float to double on block frequency, and add check for +Inf - +Inf operation Reviewed-by: kvn, roland
Tue, 25 Feb 2014 14:09:02 +0100 8032656: Tag the MachSpillCopies with purpose information
adlertz [Tue, 25 Feb 2014 14:09:02 +0100] rev 22914
8032656: Tag the MachSpillCopies with purpose information Summary: Subclassed the MachSpillCopyNode with different subnodes for different spill purposes to enhance debugging / visualization Reviewed-by: kvn, roland
Tue, 25 Feb 2014 13:52:37 +0100 8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount
anoll [Tue, 25 Feb 2014 13:52:37 +0100] rev 22913
8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount Summary: Ensure appropriate min. number of compiler threads (1 for non-tiered, and 2 for tiered) Reviewed-by: kvn
Tue, 25 Feb 2014 10:26:21 +0100 8032894: Remove dead code in Pressure::lower
adlertz [Tue, 25 Feb 2014 10:26:21 +0100] rev 22912
8032894: Remove dead code in Pressure::lower Summary: Remove dead code in Pressure::lower Reviewed-by: kvn, roland
Thu, 23 Jan 2014 12:08:28 +0100 8027754: Enable loop optimizations for loops with MathExact inside
rbackman [Thu, 23 Jan 2014 12:08:28 +0100] rev 22911
8027754: Enable loop optimizations for loops with MathExact inside Reviewed-by: kvn, iveresov
Mon, 24 Feb 2014 15:12:26 -0800 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn [Mon, 24 Feb 2014 15:12:26 -0800] rev 22910
8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler Summary: Consolidated C2 x86 locking code in one place in macroAssembler_x86.cpp. Reviewed-by: roland
Fri, 28 Feb 2014 14:56:04 +0100 Merge
ehelin [Fri, 28 Feb 2014 14:56:04 +0100] rev 22909
Merge
Thu, 27 Feb 2014 10:36:50 +0100 8035746: Add missing Klass::oop_is_instanceClassLoader() function
stefank [Thu, 27 Feb 2014 10:36:50 +0100] rev 22908
8035746: Add missing Klass::oop_is_instanceClassLoader() function Reviewed-by: mgerdin, coleenp
Thu, 27 Feb 2014 10:34:55 +0100 8035648: Don't use Handle in java_lang_String::print
stefank [Thu, 27 Feb 2014 10:34:55 +0100] rev 22907
8035648: Don't use Handle in java_lang_String::print Reviewed-by: coleenp, pliden
Wed, 26 Feb 2014 14:52:42 +0100 8035822: Unable to test minimalVM
jwilhelm [Wed, 26 Feb 2014 14:52:42 +0100] rev 22906
8035822: Unable to test minimalVM Summary: Moved the test code inside INCLUDE_ALL_GCS Reviewed-by: dholmes, stefank
Tue, 25 Feb 2014 11:02:11 +0100 Merge
ehelin [Tue, 25 Feb 2014 11:02:11 +0100] rev 22905
Merge
Mon, 24 Feb 2014 10:45:15 +0100 8034948: Back out JDK-6976350 since it does not fix any issue
tschatzl [Mon, 24 Feb 2014 10:45:15 +0100] rev 22904
8034948: Back out JDK-6976350 since it does not fix any issue Summary: Revert JDK-6976350 because it does not improve PLAB fragmentation. To the contrary, it tends to increase the amount of wasted space with many threads. Reviewed-by: brutisso
Mon, 24 Feb 2014 09:41:04 +0100 8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState
tschatzl [Mon, 24 Feb 2014 09:41:04 +0100] rev 22903
8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState Summary: Move G1ParCopyClosure::copy_to_survivor_space to decrease code size. Reviewed-by: stefank, jmasa
Mon, 24 Feb 2014 09:40:49 +0100 8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test
tschatzl [Mon, 24 Feb 2014 09:40:49 +0100] rev 22902
8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test Summary: Remove the assumption that G1CollectedHeap::in_cset_fast_test needs to check for NULL references. Most of the time this is not required, making the code doing this check multiple times. Reviewed-by: stefank, mgerdin, jmasa
Mon, 24 Feb 2014 09:40:21 +0100 8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work
tschatzl [Mon, 24 Feb 2014 09:40:21 +0100] rev 22901
8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work Summary: Move methods that are not dependent on any of G1ParCopyClosure's template parameters into G1ParCopyHelper. Further remove unused methods and members of the class hierarchy. Reviewed-by: mgerdin, stefank
Fri, 21 Feb 2014 10:19:09 +0100 8035412: Cleanup ClassLoaderData::is_alive
stefank [Fri, 21 Feb 2014 10:19:09 +0100] rev 22900
8035412: Cleanup ClassLoaderData::is_alive Reviewed-by: coleenp, mgerdin
Fri, 21 Feb 2014 10:01:20 +0100 8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
stefank [Fri, 21 Feb 2014 10:01:20 +0100] rev 22899
8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do Reviewed-by: tschatzl, coleenp
Mon, 24 Feb 2014 21:54:22 -0800 8025519: [TESTBUG] runtime/7107135/Test7107135.sh need to use COMPILEJAVA for javac task
ccheung [Mon, 24 Feb 2014 21:54:22 -0800] rev 22898
8025519: [TESTBUG] runtime/7107135/Test7107135.sh need to use COMPILEJAVA for javac task Summary: modified some tests to use COMPILEJAVA instead of TESTJAVA for javac and include path Reviewed-by: dholmes, mseledtsov
Mon, 24 Feb 2014 10:28:22 +0100 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik [Mon, 24 Feb 2014 10:28:22 +0100] rev 22897
4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException Reviewed-by: dcubed, dholmes, sspitsyn
Mon, 24 Feb 2014 13:29:14 +0100 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
mgronlun [Mon, 24 Feb 2014 13:29:14 +0100] rev 22896
8035650: Exclude AIX from VS.NET make/windows/projectcreator.make Reviewed-by: dholmes, sla
Sun, 23 Feb 2014 22:36:19 -0800 8034867: Object references from expression stack are not visible as roots via jvmti FollowReferences and HeapDump
sspitsyn [Sun, 23 Feb 2014 22:36:19 -0800] rev 22895
8034867: Object references from expression stack are not visible as roots via jvmti FollowReferences and HeapDump Summary: The heap walking is inconsistent without following references from expression stack, so need to fix it Reviewed-by: coleenp, sspitsyn Contributed-by: axel.siebenborn@sap.com
Sun, 23 Feb 2014 13:16:03 -0500 Merge
hseigel [Sun, 23 Feb 2014 13:16:03 -0500] rev 22894
Merge
Sat, 22 Feb 2014 10:22:05 +0100 8035493: JVMTI PopFrame capability must instruct compilers not to prune locals
mgronlun [Sat, 22 Feb 2014 10:22:05 +0100] rev 22893
8035493: JVMTI PopFrame capability must instruct compilers not to prune locals Reviewed-by: kvn, sla, coleenp, sspitsyn
Thu, 20 Feb 2014 16:38:45 -0500 8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly
gtriantafill [Thu, 20 Feb 2014 16:38:45 -0500] rev 22892
8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly Summary: Use @ignore to exclude failing tests Reviewed-by: coleenp, ctornqvi, mseledtsov Contributed-by: george.triantafillou@oracle.com
Wed, 19 Feb 2014 16:22:15 +0000 6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris due to race with signal handler
fparain [Wed, 19 Feb 2014 16:22:15 +0000] rev 22891
6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris due to race with signal handler Reviewed-by: dholmes, dcubed
Wed, 19 Feb 2014 02:58:13 +0000 7014526: "java -version" crash on sparc with some values of HeapBaseMinAddress
coleenp [Wed, 19 Feb 2014 02:58:13 +0000] rev 22890
7014526: "java -version" crash on sparc with some values of HeapBaseMinAddress Summary: Make default HeapBaseMinAddress the minimum that can be specified. Reviewed-by: minqi, kvn, tschatzl, dholmes
Tue, 25 Feb 2014 23:59:04 -0800 8033898: undefined symbol when build hotspot with Xcode5
henryjen [Tue, 25 Feb 2014 23:59:04 -0800] rev 22889
8033898: undefined symbol when build hotspot with Xcode5 Reviewed-by: sla, dholmes
Fri, 21 Feb 2014 08:09:15 -0800 Merge
amurillo [Fri, 21 Feb 2014 08:09:15 -0800] rev 22888
Merge
Fri, 21 Feb 2014 10:00:46 +0100 Merge
ehelin [Fri, 21 Feb 2014 10:00:46 +0100] rev 22887
Merge
Mon, 17 Feb 2014 09:51:37 +0100 8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation
sjohanss [Mon, 17 Feb 2014 09:51:37 +0100] rev 22886
8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation Summary: SA used the wrong type for the indexedFreeList in CompactibleFreeListSpace. Reviewed-by: coleenp, dsamersoff
Mon, 17 Feb 2014 10:13:28 +0100 Merge
ehelin [Mon, 17 Feb 2014 10:13:28 +0100] rev 22885
Merge
Tue, 11 Feb 2014 09:34:50 +0100 8034171: Remove use of template template parameters from binaryTreeDictionary.
goetz [Tue, 11 Feb 2014 09:34:50 +0100] rev 22884
8034171: Remove use of template template parameters from binaryTreeDictionary. Reviewed-by: mgerdin, jmasa Contributed-by: matthias.baesken@sap.com
Fri, 14 Feb 2014 09:29:56 +0100 8034764: Use process_strong_roots to adjust the StringTable
stefank [Fri, 14 Feb 2014 09:29:56 +0100] rev 22883
8034764: Use process_strong_roots to adjust the StringTable Reviewed-by: tschatzl, brutisso
Thu, 13 Feb 2014 17:44:39 +0100 8034761: Remove the do_code_roots parameter from process_strong_roots
stefank [Thu, 13 Feb 2014 17:44:39 +0100] rev 22882
8034761: Remove the do_code_roots parameter from process_strong_roots Reviewed-by: tschatzl, mgerdin, jmasa
Thu, 20 Feb 2014 12:20:56 -0800 Merge
kvn [Thu, 20 Feb 2014 12:20:56 -0800] rev 22881
Merge
Thu, 20 Feb 2014 14:44:33 +0100 8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968
simonis [Thu, 20 Feb 2014 14:44:33 +0100] rev 22880
8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968 Reviewed-by: kvn
Thu, 20 Feb 2014 11:05:12 +0100 8035394: PPC64: Make usage of intrinsic dsqrt depend on processor recognition.
goetz [Thu, 20 Feb 2014 11:05:12 +0100] rev 22879
8035394: PPC64: Make usage of intrinsic dsqrt depend on processor recognition. Reviewed-by: kvn
Thu, 20 Feb 2014 10:48:57 +0100 8035392: cppInterpreter: fix message of NPE
goetz [Thu, 20 Feb 2014 10:48:57 +0100] rev 22878
8035392: cppInterpreter: fix message of NPE Reviewed-by: kvn Contributed-by: axel.siebenborn@sap.com
Wed, 19 Feb 2014 14:03:09 -0800 8034797: AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280
goetz [Wed, 19 Feb 2014 14:03:09 -0800] rev 22877
8034797: AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280 Summary: imlements os::naked_short_sleep(jlong ms) on AIX Reviewed-by: dholmes, kvn
Wed, 19 Feb 2014 12:08:49 -0800 Merge
kvn [Wed, 19 Feb 2014 12:08:49 -0800] rev 22876
Merge
Thu, 30 Jan 2014 14:30:01 +0100 8033168: PPC64: gcc 4.8 warning in output_c.cpp
goetz [Thu, 30 Jan 2014 14:30:01 +0100] rev 22875
8033168: PPC64: gcc 4.8 warning in output_c.cpp Summary: fix warnings Reviewed-by: kvn
(0) -10000 -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 +10000 +30000 tip