2014-02-28 ehelin Merge
2014-02-27 stefank 8035746: Add missing Klass::oop_is_instanceClassLoader() function
2014-02-27 stefank 8035648: Don't use Handle in java_lang_String::print
2014-02-26 jwilhelm 8035822: Unable to test minimalVM
2014-02-25 ehelin Merge
2014-02-24 tschatzl 8034948: Back out JDK-6976350 since it does not fix any issue
2014-02-24 tschatzl 8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState
2014-02-24 tschatzl 8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test
2014-02-24 tschatzl 8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work
2014-02-21 stefank 8035412: Cleanup ClassLoaderData::is_alive
2014-02-21 stefank 8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
2014-02-25 ccheung 8025519: [TESTBUG] runtime/7107135/Test7107135.sh need to use COMPILEJAVA for javac task
2014-02-24 jbachorik 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
2014-02-24 mgronlun 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
2014-02-24 sspitsyn 8034867: Object references from expression stack are not visible as roots via jvmti FollowReferences and HeapDump
2014-02-23 hseigel Merge
2014-02-22 mgronlun 8035493: JVMTI PopFrame capability must instruct compilers not to prune locals
2014-02-20 gtriantafill 8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly
2014-02-19 fparain 6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris due to race with signal handler
2014-02-19 coleenp 7014526: "java -version" crash on sparc with some values of HeapBaseMinAddress
2014-02-26 henryjen 8033898: undefined symbol when build hotspot with Xcode5
2014-02-21 amurillo Merge
2014-02-21 ehelin Merge
2014-02-17 sjohanss 8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation
2014-02-17 ehelin Merge
2014-02-11 goetz 8034171: Remove use of template template parameters from binaryTreeDictionary.
2014-02-14 stefank 8034764: Use process_strong_roots to adjust the StringTable
2014-02-13 stefank 8034761: Remove the do_code_roots parameter from process_strong_roots
2014-02-20 kvn Merge
2014-02-20 simonis 8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968
2014-02-20 goetz 8035394: PPC64: Make usage of intrinsic dsqrt depend on processor recognition.
2014-02-20 goetz 8035392: cppInterpreter: fix message of NPE
2014-02-19 goetz 8034797: AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280
2014-02-19 kvn Merge
2014-01-30 goetz 8033168: PPC64: gcc 4.8 warning in output_c.cpp
2014-01-29 goetz 8033117: PPC64: Adapt to 8002074: Support for AES on SPARC
2014-01-28 kvn Merge
2014-01-28 kvn Merge
2014-01-28 kvn 8029941: rollback changes in make/jprt.properties for embedded testing
2014-01-24 goetz 8032634: Add #ifdef PPC64 around OrderAccess operations on _thread_state.
2014-01-22 kvn Merge
2014-01-16 goetz 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
2014-01-07 goetz 8031319: PPC64: Some fixes in ppc and aix coding.
2014-01-06 goetz 8031188: Fix for 8029015: PPC64 (part 216): opto: trap based null and range checks
2013-12-20 goetz 8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms
2014-01-08 kvn Merge
2013-12-12 kvn Merge
2013-12-11 goetz 8029957: PPC64 (part 213): cppInterpreter: memory ordering for object initialization
2013-12-10 goetz 8029940: PPC64 (part 122): C2 compiler port
2013-12-10 goetz 8029888: PPC64: (part 219): adl replacement variable CondRegister
2013-12-02 goetz 8029396: PPC64 (part 212): Several memory ordering fixes in C-code.
2013-12-05 kvn Merge
2013-12-05 simonis 8019929: PPC64 (part 107): Extend ELF-decoder to support PPC64 function descriptor tables
2013-11-28 goetz 8029015: PPC64 (part 216): opto: trap based null and range checks
2013-11-27 goetz 8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence.
2013-11-22 goetz 8029025: PPC64 (part 203): opto: Move static _in_dump_cnt to Compile object.
2013-11-22 goetz 8028767: PPC64: (part 121): smaller shared changes needed to build C2
2013-11-22 goetz 8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization.
2013-11-21 kvn Merge
2013-11-20 goetz 8028580: PPC64 (part 114/120): Support for Call nodes with constants.
2013-11-19 simonis 8028514: PPC64: Fix C++ Interpreter after '7195622: CheckUnhandledOops has limited usefulness now'
2013-11-16 goetz 8028470: PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64.
2013-11-15 goetz 8028401: PPC (part 117): Improve usability of adlc and format() functionality.
2013-11-15 kvn Merge
2013-11-15 goetz 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering
2013-11-15 goetz 8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation
2013-11-07 goetz 8027968: Adapt PPC to 8024927: Nashorn performance regression with CompressedOops
2013-11-07 goetz 8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM
2013-11-07 goetz 8027966: Adapt PPC to 8023657: New type profiling points: arguments to call
2013-11-07 goetz 8027965: Adapt PPC to 8015107: NPG: Use consistent naming for metaspace concepts
2013-11-07 goetz 8027964: Adapt PPC to 6843347: Boundary values in some public GC options cause crashes
2013-11-06 kvn Merge
2013-10-16 simonis 8026487: PPC64: Implement 'os::fork_and_exec' on AIX
2013-09-15 goetz 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
2013-09-19 goetz 8024922: PPC64 (part 116): Extend adlc to generate fields into nodes.
2013-09-18 goetz 8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints.
2013-09-13 goetz 8024469: PPC64 (part 202): cppInterpreter: support for OSR.
2013-09-12 goetz 8024344: PPC64 (part 112): C argument in register AND stack slot.
2013-09-06 simonis 8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
2013-09-06 simonis 8023034: PPC64 (part 14): Implement AIX/PPC64 support in HotSpot makefiles
2013-09-06 goetz 8024379: Adapt PPC64 port to 8003424
2013-09-05 kvn Merge
2013-08-22 goetz 8023033: PPC64 (part 13): basic changes for AIX
2013-07-25 goetz 8020775: PPC64 (part 12): posix signal printing
2013-08-16 kvn Merge
2013-08-02 goetz 8019972: PPC64 (part 9): platform files for interpreter only VM.
2013-08-02 kvn Merge
2013-07-26 simonis 8019926: PPC64 (part 106): Make hsdis build and work on Linux/PPC64
2013-07-19 kvn Merge
2013-07-11 kvn Merge
2013-07-05 goetz 8019973: PPC64 (part 11): Fix IA64 preprocessor conditionals on AIX.
2013-07-10 simonis 8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles
2013-07-09 goetz 8020121: PPC64: fix build in cppInterpreter after 8019519
2013-07-03 goetz 8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return.
2013-07-02 goetz 8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops
2013-07-02 goetz 8019517: PPC64 (part 102): cppInterpreter: implement G1 support
2013-07-04 goetz 8016696: PPC64 (part 4): add relocation for trampoline stubs
2013-07-03 kvn Merge
2013-06-26 goetz 8017317: PPC64 (part 7): cppInterpreter: implement support for biased locking
2013-06-24 goetz 8017313: PPC64 (part 6): stack handling improvements
2013-06-27 kvn Merge
2013-06-21 kvn Merge
2013-06-20 goetz 8016586: PPC64 (part 3): basic changes for PPC64
2013-06-19 goetz 8016491: PPC64 (part 2): Clean up PPC defines.
2013-06-19 goetz 8016476: PPC64 (part 1): reenable CORE build
2014-01-24 adlertz 8031498: Cleanup and re-factorize PhaseChaitin::build_ifg_physical
2014-01-27 anoll Merge
2014-01-27 anoll 8009738: compiler/6826736/Test.java times out on big machines
2014-01-24 kvn Merge
2014-01-24 shade 8032490: Remove -XX:+-UseOldInlining
2014-01-24 roland 8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
2014-02-18 coleenp 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
(0) -10000 -3000 -1000 -112 +112 +1000 +3000 +10000 +30000 tip