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
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
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
rbackman [Thu, 23 Jan 2014 12:08:28 +0100] rev 22911
8027754: Enable loop optimizations for loops with MathExact inside
Reviewed-by: kvn, iveresov
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
ehelin [Fri, 28 Feb 2014 14:56:04 +0100] rev 22909
Merge
stefank [Thu, 27 Feb 2014 10:36:50 +0100] rev 22908
8035746: Add missing Klass::oop_is_instanceClassLoader() function
Reviewed-by: mgerdin, coleenp
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
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
ehelin [Tue, 25 Feb 2014 11:02:11 +0100] rev 22905
Merge
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
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
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
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
stefank [Fri, 21 Feb 2014 10:19:09 +0100] rev 22900
8035412: Cleanup ClassLoaderData::is_alive
Reviewed-by: coleenp, mgerdin
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
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
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
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
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
hseigel [Sun, 23 Feb 2014 13:16:03 -0500] rev 22894
Merge
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
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
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
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
henryjen [Tue, 25 Feb 2014 23:59:04 -0800] rev 22889
8033898: undefined symbol when build hotspot with Xcode5
Reviewed-by: sla, dholmes
amurillo [Fri, 21 Feb 2014 08:09:15 -0800] rev 22888
Merge
ehelin [Fri, 21 Feb 2014 10:00:46 +0100] rev 22887
Merge
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
ehelin [Mon, 17 Feb 2014 10:13:28 +0100] rev 22885
Merge
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
stefank [Fri, 14 Feb 2014 09:29:56 +0100] rev 22883
8034764: Use process_strong_roots to adjust the StringTable
Reviewed-by: tschatzl, brutisso
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
kvn [Thu, 20 Feb 2014 12:20:56 -0800] rev 22881
Merge
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
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
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
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
kvn [Wed, 19 Feb 2014 12:08:49 -0800] rev 22876
Merge
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
goetz [Wed, 29 Jan 2014 12:22:13 +0100] rev 22874
8033117: PPC64: Adapt to 8002074: Support for AES on SPARC
Summary: Implement missing function Matcher::pass_original_key_for_aes() in ppc64 ad file.
Reviewed-by: kvn
kvn [Tue, 28 Jan 2014 12:28:17 -0800] rev 22873
Merge
kvn [Tue, 28 Jan 2014 12:25:34 -0800] rev 22872
Merge
kvn [Tue, 28 Jan 2014 10:19:45 -0800] rev 22871
8029941: rollback changes in make/jprt.properties for embedded testing
Summary: cleanup changes merged by accident
Reviewed-by: roland, dholmes
goetz [Fri, 24 Jan 2014 10:23:34 +0100] rev 22870
8032634: Add #ifdef PPC64 around OrderAccess operations on _thread_state.
Reviewed-by: dholmes, kvn
kvn [Wed, 22 Jan 2014 14:27:18 -0800] rev 22869
Merge
goetz [Thu, 16 Jan 2014 14:25:51 +0100] rev 22868
8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
Reviewed-by: dholmes, kvn
Contributed-by: martin.doerr@sap.com
goetz [Tue, 07 Jan 2014 17:24:59 +0100] rev 22867
8031319: PPC64: Some fixes in ppc and aix coding.
Reviewed-by: kvn
goetz [Mon, 06 Jan 2014 11:02:21 +0100] rev 22866
8031188: Fix for 8029015: PPC64 (part 216): opto: trap based null and range checks
Summary: Swap the Projs in the block list so that the new block is added behind the proper node.
Reviewed-by: kvn
goetz [Fri, 20 Dec 2013 13:51:14 +0100] rev 22865
8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms
Summary: Add ConstantTableBase node edge after parameters and before jvms. Adapt jvms offsets.
Reviewed-by: kvn
kvn [Wed, 08 Jan 2014 11:24:00 -0800] rev 22864
Merge
kvn [Thu, 12 Dec 2013 11:05:39 -0800] rev 22863
Merge
goetz [Wed, 11 Dec 2013 12:28:09 +0100] rev 22862
8029957: PPC64 (part 213): cppInterpreter: memory ordering for object initialization
Summary: Add StoreStore barriers after object initialization and after constructor calls in the C++ interpreter.
Reviewed-by: kvn
goetz [Wed, 11 Dec 2013 00:06:11 +0100] rev 22861
8029940: PPC64 (part 122): C2 compiler port
Reviewed-by: kvn
goetz [Tue, 10 Dec 2013 14:29:43 +0100] rev 22860
8029888: PPC64: (part 219): adl replacement variable CondRegister
Summary: Add support for replacement variable CondRegister in adlc.
Reviewed-by: kvn
goetz [Mon, 02 Dec 2013 10:26:14 +0100] rev 22859
8029396: PPC64 (part 212): Several memory ordering fixes in C-code.
Summary: memory ordering fixes in GC and other runtime code showing on PPC64.
Reviewed-by: kvn, coleenp
kvn [Thu, 05 Dec 2013 15:13:12 -0800] rev 22858
Merge
simonis [Thu, 05 Dec 2013 19:19:09 +0100] rev 22857
8019929: PPC64 (part 107): Extend ELF-decoder to support PPC64 function descriptor tables
Summary: Extend ELF-decoder to support PPC64 function descriptor tables
Reviewed-by: kvn, zgu
goetz [Wed, 27 Nov 2013 16:16:21 -0800] rev 22856
8029015: PPC64 (part 216): opto: trap based null and range checks
Summary: On PPC64 use tdi instruction that does a compare and raises SIGTRAP for NULL and range checks.
Reviewed-by: kvn
goetz [Tue, 26 Nov 2013 18:38:19 -0800] rev 22855
8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence.
Summary: Use new nodes for loadFence/storeFence intrinsics in C2.
Reviewed-by: kvn, dholmes
goetz [Fri, 22 Nov 2013 12:14:09 -0800] rev 22854
8029025: PPC64 (part 203): opto: Move static _in_dump_cnt to Compile object.
Summary: Also introduces the compiler oracle 'option' feature for PrintAssembly.
Reviewed-by: kvn
goetz [Thu, 21 Nov 2013 19:00:57 -0800] rev 22853
8028767: PPC64: (part 121): smaller shared changes needed to build C2
Summary: smaller shared changes required to build the C2 compiler on PPC64.
Reviewed-by: kvn
goetz [Thu, 21 Nov 2013 18:29:34 -0800] rev 22852
8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization.
Summary: Fixed Implicit NULL check optimization for AIX, where the page at address '0' is only write-protected.
Reviewed-by: kvn
kvn [Thu, 21 Nov 2013 12:30:35 -0800] rev 22851
Merge