log

age author description
Tue, 18 Mar 2014 09:59:33 +0100 Lukas Stadler update comments on BenchmarkCounters (-XX options instead of preprocessor defs)
Tue, 18 Mar 2014 09:57:40 +0100 Lukas Stadler assert that only live ValueNodes are added as inputs and successors
Tue, 18 Mar 2014 09:56:42 +0100 Lukas Stadler relax assertion in emitNullCheck to Kind.Object to allow for IllegalStamp
Tue, 18 Mar 2014 09:55:55 +0100 Lukas Stadler fix typo
Mon, 17 Mar 2014 17:32:35 -0700 twisti removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
Mon, 17 Mar 2014 23:46:20 +0100 Doug Simon Backed out changeset: 1d35a2b84553
Mon, 17 Mar 2014 23:45:14 +0100 Doug Simon use Java Allocation Instrumenter to observe allocation in Graal compiler tests
Mon, 17 Mar 2014 12:40:35 -0700 Michael Van De Vanter Merge with 5e04917e66165ef93fe7b61030c4d89a08b3d53c
Mon, 17 Mar 2014 12:39:25 -0700 Michael Van De Vanter Remove TODOs no longer relevant
Mon, 17 Mar 2014 18:46:39 +0100 Christian Humer Truffle: renamed NodeFilter to NodeCountFilter and changed it to have inclusive implementation semantics.
Mon, 17 Mar 2014 14:57:14 +0100 Christian Humer Truffle: Added API changes to the changelog.
Mon, 17 Mar 2014 14:30:59 +0100 Christian Humer Merge.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: API cleanup and javadoc for CallNodes.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: Removed deprecated API; Added NodeFilter to customize filter when counting nodes.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: Introduced NodeCost as a replacement for NodeInfo.Kind.
Mon, 17 Mar 2014 13:08:32 +0100 Roland Schatz Remove all references to NarrowOop from VM independent code.
Mon, 17 Mar 2014 12:07:49 +0100 Roland Schatz Move narrow oop handling in reference maps to hotspot specific code.
Mon, 17 Mar 2014 11:53:51 +0100 Roland Schatz Make data patch system use vm specific NarrowOop kind.
Mon, 17 Mar 2014 11:40:12 +0100 Roland Schatz Introduce Hotspot-specific NarrowOop kind.
Mon, 17 Mar 2014 11:27:56 +0100 Roland Schatz Make size of PlatformKind overridable by VM specific code.
Mon, 17 Mar 2014 11:21:32 +0100 Roland Schatz Use stamp constructor in PhiNode.
Mon, 17 Mar 2014 11:46:58 +0100 Bernhard Urban high tier: remove VerifyUsage*Phase (replaced by CheckGraalInvariants)
Mon, 17 Mar 2014 11:31:51 +0100 Bernhard Urban complevel: use COMPILERGRAAL flag (fixes hosted-mode with ClientVM)
Mon, 17 Mar 2014 09:37:41 +0100 Matthias Grimmer DebugPrinter: remove unittest init
Mon, 17 Mar 2014 09:15:13 +0100 Matthias Grimmer DebugPrinter: fix findbugs issues
Sun, 16 Mar 2014 19:20:21 +0100 Gilles Duboscq Fix mx eclipseformat always adds the 'eclipse' suffix
Sun, 16 Mar 2014 18:52:14 +0100 Gilles Duboscq Graal PrintCompilation: print exception handlers and blocking flags
Sun, 16 Mar 2014 18:46:56 +0100 Gilles Duboscq Print compilation level in Graal's PrintCompilation output
Sun, 16 Mar 2014 18:36:51 +0100 Gilles Duboscq Use CIPrintCompilerName in nmethod::print_on
Sun, 16 Mar 2014 19:19:53 +0100 Gilles Duboscq Respect CIPrintCompilerName and output a timestamp in Graal's PrintCompilation implementation
Fri, 14 Mar 2014 18:11:18 +0100 Gilles Duboscq Improve cleanup during snippet lowering where the snippet never returns normally (unwind, deopt...)
Sat, 15 Mar 2014 10:28:52 +0100 Doug Simon fixed some findbugs issues
Sat, 15 Mar 2014 01:42:27 +0100 Doug Simon added findbugs command to mx
Fri, 14 Mar 2014 22:56:59 +0100 Doug Simon removed ResolvedJavaMethod.getCompiledCodeSize()
Fri, 14 Mar 2014 22:09:46 +0100 Doug Simon modified HotSpotResolvedJavaMethod.getCompiledCodeSize() to only return Graal compiled code size
Fri, 14 Mar 2014 22:05:50 +0100 Doug Simon removed ResolvedJavaMethod.getCompilerStorage(); moved last compiled graph node count into profiling info (i.e. MethodData metadata)
Fri, 14 Mar 2014 18:10:59 +0100 Bernhard Urban CheckGraalInvariants: catch BailoutException
Fri, 14 Mar 2014 15:40:54 +0100 Bernhard Urban SnippetTemplate: don't use dummy node for replace
Fri, 14 Mar 2014 15:29:17 +0100 Christian Wirth Merged
Fri, 14 Mar 2014 09:58:31 +0100 Christian Wirth Merged
Wed, 12 Mar 2014 11:23:56 +0100 Christian Wirth fix for mx, did not compile on Windows
Fri, 14 Mar 2014 10:22:04 +0100 Lukas Stadler let NodeIterable.snapshotTo take collections instead of lists
Fri, 14 Mar 2014 10:22:04 +0100 Lukas Stadler tiny change in FrameStateAssignmentPhase
Fri, 14 Mar 2014 11:17:42 +0100 Lukas Stadler tiny change to DebugInfoBuilder
Fri, 14 Mar 2014 10:22:04 +0100 Lukas Stadler new graph ordering assertion mechanism
Fri, 14 Mar 2014 10:21:46 +0100 Lukas Stadler split BciBlockMapping liveness calculation into fast and slow path
Fri, 14 Mar 2014 08:28:03 +0100 Lukas Stadler fix for IfNode reordering
Thu, 13 Mar 2014 13:38:02 -0700 twisti undo accidentially pushed make/Makefile changes
Wed, 12 Mar 2014 17:33:51 -0700 twisti moved CompilerToVM.loadReferencedTypeInPool logic into Java
Wed, 12 Mar 2014 15:12:28 -0700 twisti added HotSpotConstantPool.JVM_CONSTANT enum
Thu, 13 Mar 2014 21:16:57 +0100 Doug Simon Merge.
Thu, 13 Mar 2014 21:15:46 +0100 Doug Simon fixed regression due to jdk9 merge
Thu, 13 Mar 2014 21:15:13 +0100 Doug Simon removed unnecessary LFLAGS adjustment for clang
Thu, 13 Mar 2014 17:49:57 +0100 Doug Simon added COMPILERGRAAL to predefined symbols in hotspot CDT project
Thu, 13 Mar 2014 17:48:44 +0100 Doug Simon removed GPU offload interaction with compilation policy
Thu, 13 Mar 2014 17:47:44 +0100 Doug Simon fixed bug in HotSpotResolvedJavaField.equals
Thu, 13 Mar 2014 15:48:36 +0100 Gilles Duboscq Make the DuplicateSuppressingStream periodically print while it is filtering output
Wed, 12 Mar 2014 13:30:08 +0100 Gilles Duboscq Merge
Tue, 11 Mar 2014 15:34:06 +0100 Gilles Duboscq Javadoc fixes
Tue, 11 Mar 2014 11:00:44 +0100 Gilles Duboscq Windows make: use CXX_FLAGS instead of CPP_FLAGS for graal build
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Thu, 06 Mar 2014 10:37:26 -0800 lana Merge
Mon, 24 Feb 2014 12:56:19 -0800 lana Merge
Fri, 21 Feb 2014 11:39:47 -0800 katleman Added tag jdk9-b03 for changeset b2fee789d23f
Fri, 28 Feb 2014 09:30:20 -0800 amurillo Merge
Fri, 28 Feb 2014 08:02:20 -0800 morris Merge
Fri, 28 Feb 2014 13:44:16 +0100 roland 8031754: Type speculation should favor profile data from outermost inlined method
Thu, 27 Feb 2014 20:40:24 +0100 goetz 8035970: PPC64: fix ad file after 8027754: Enable loop optimizations for loops with MathExact
Thu, 27 Feb 2014 09:37:16 +0100 roland 8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239
Wed, 26 Feb 2014 16:45:15 -0800 iveresov 8035283: Second phase of branch shortening doesn't account for loop alignment
Wed, 26 Feb 2014 11:33:34 -0800 goetz 8035396: Introduce accessor for tmp_oop in frame.
Wed, 26 Feb 2014 02:54:49 -0800 anoll Merge
Wed, 26 Feb 2014 02:38:46 -0800 anoll Merge
Wed, 26 Feb 2014 11:29:47 +0100 anoll 8034839: jvm hangs with gc/gctests/LoadUnloadGC test
Tue, 11 Feb 2014 13:29:53 +0100 neliasso 8034188: OSR methods may not be recompiled at proper compilation level
Wed, 26 Feb 2014 07:46:46 +0100 adlertz 8010500: [parfait] Possible null pointer dereference at hotspot/src/share/vm/opto/loopnode.hpp
Wed, 26 Feb 2014 07:44:59 +0100 anoll 8032642: [TESTBUG] Fix testbugs in compiler/startup/.*
Tue, 25 Feb 2014 10:42:25 -0800 roland Merge
Tue, 25 Feb 2014 18:16:24 +0100 roland 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
Tue, 25 Feb 2014 17:51:27 +0100 adlertz 8033260: assert(lrg._area >= 0.0) failed: negative spill area
Tue, 25 Feb 2014 14:09:02 +0100 adlertz 8032656: Tag the MachSpillCopies with purpose information
Tue, 25 Feb 2014 13:52:37 +0100 anoll 8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount
Tue, 25 Feb 2014 10:26:21 +0100 adlertz 8032894: Remove dead code in Pressure::lower
Thu, 23 Jan 2014 12:08:28 +0100 rbackman 8027754: Enable loop optimizations for loops with MathExact inside
Mon, 24 Feb 2014 15:12:26 -0800 kvn 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
Fri, 28 Feb 2014 14:56:04 +0100 ehelin Merge
Thu, 27 Feb 2014 10:36:50 +0100 stefank 8035746: Add missing Klass::oop_is_instanceClassLoader() function
Thu, 27 Feb 2014 10:34:55 +0100 stefank 8035648: Don't use Handle in java_lang_String::print
Wed, 26 Feb 2014 14:52:42 +0100 jwilhelm 8035822: Unable to test minimalVM
Tue, 25 Feb 2014 11:02:11 +0100 ehelin Merge
Mon, 24 Feb 2014 10:45:15 +0100 tschatzl 8034948: Back out JDK-6976350 since it does not fix any issue
Mon, 24 Feb 2014 09:41:04 +0100 tschatzl 8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState
Mon, 24 Feb 2014 09:40:49 +0100 tschatzl 8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test
Mon, 24 Feb 2014 09:40:21 +0100 tschatzl 8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work
Fri, 21 Feb 2014 10:19:09 +0100 stefank 8035412: Cleanup ClassLoaderData::is_alive
Fri, 21 Feb 2014 10:01:20 +0100 stefank 8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
Mon, 24 Feb 2014 21:54:22 -0800 ccheung 8025519: [TESTBUG] runtime/7107135/Test7107135.sh need to use COMPILEJAVA for javac task
Mon, 24 Feb 2014 10:28:22 +0100 jbachorik 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
Mon, 24 Feb 2014 13:29:14 +0100 mgronlun 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
Sun, 23 Feb 2014 22:36:19 -0800 sspitsyn 8034867: Object references from expression stack are not visible as roots via jvmti FollowReferences and HeapDump
Sun, 23 Feb 2014 13:16:03 -0500 hseigel Merge
Sat, 22 Feb 2014 10:22:05 +0100 mgronlun 8035493: JVMTI PopFrame capability must instruct compilers not to prune locals
Thu, 20 Feb 2014 16:38:45 -0500 gtriantafill 8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly
Wed, 19 Feb 2014 16:22:15 +0000 fparain 6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris due to race with signal handler
Wed, 19 Feb 2014 02:58:13 +0000 coleenp 7014526: "java -version" crash on sparc with some values of HeapBaseMinAddress
Tue, 25 Feb 2014 23:59:04 -0800 henryjen 8033898: undefined symbol when build hotspot with Xcode5
Fri, 21 Feb 2014 08:09:15 -0800 amurillo Merge
Fri, 21 Feb 2014 10:00:46 +0100 ehelin Merge
Mon, 17 Feb 2014 09:51:37 +0100 sjohanss 8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation
Mon, 17 Feb 2014 10:13:28 +0100 ehelin Merge
Tue, 11 Feb 2014 09:34:50 +0100 goetz 8034171: Remove use of template template parameters from binaryTreeDictionary.
Fri, 14 Feb 2014 09:29:56 +0100 stefank 8034764: Use process_strong_roots to adjust the StringTable
Thu, 13 Feb 2014 17:44:39 +0100 stefank 8034761: Remove the do_code_roots parameter from process_strong_roots
Thu, 20 Feb 2014 12:20:56 -0800 kvn Merge
Thu, 20 Feb 2014 14:44:33 +0100 simonis 8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968
Thu, 20 Feb 2014 11:05:12 +0100 goetz 8035394: PPC64: Make usage of intrinsic dsqrt depend on processor recognition.
Thu, 20 Feb 2014 10:48:57 +0100 goetz 8035392: cppInterpreter: fix message of NPE
Wed, 19 Feb 2014 14:03:09 -0800 goetz 8034797: AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280
Wed, 19 Feb 2014 12:08:49 -0800 kvn Merge
Thu, 30 Jan 2014 14:30:01 +0100 goetz 8033168: PPC64: gcc 4.8 warning in output_c.cpp
Wed, 29 Jan 2014 12:22:13 +0100 goetz 8033117: PPC64: Adapt to 8002074: Support for AES on SPARC
Tue, 28 Jan 2014 12:28:17 -0800 kvn Merge
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Tue, 28 Jan 2014 10:19:45 -0800 kvn 8029941: rollback changes in make/jprt.properties for embedded testing
Fri, 24 Jan 2014 10:23:34 +0100 goetz 8032634: Add #ifdef PPC64 around OrderAccess operations on _thread_state.
Wed, 22 Jan 2014 14:27:18 -0800 kvn Merge
Thu, 16 Jan 2014 14:25:51 +0100 goetz 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
Tue, 07 Jan 2014 17:24:59 +0100 goetz 8031319: PPC64: Some fixes in ppc and aix coding.
Mon, 06 Jan 2014 11:02:21 +0100 goetz 8031188: Fix for 8029015: PPC64 (part 216): opto: trap based null and range checks
Fri, 20 Dec 2013 13:51:14 +0100 goetz 8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms
Wed, 08 Jan 2014 11:24:00 -0800 kvn Merge
Thu, 12 Dec 2013 11:05:39 -0800 kvn Merge
Wed, 11 Dec 2013 12:28:09 +0100 goetz 8029957: PPC64 (part 213): cppInterpreter: memory ordering for object initialization
Wed, 11 Dec 2013 00:06:11 +0100 goetz 8029940: PPC64 (part 122): C2 compiler port
Tue, 10 Dec 2013 14:29:43 +0100 goetz 8029888: PPC64: (part 219): adl replacement variable CondRegister
Mon, 02 Dec 2013 10:26:14 +0100 goetz 8029396: PPC64 (part 212): Several memory ordering fixes in C-code.
Thu, 05 Dec 2013 15:13:12 -0800 kvn Merge
Thu, 05 Dec 2013 19:19:09 +0100 simonis 8019929: PPC64 (part 107): Extend ELF-decoder to support PPC64 function descriptor tables
Wed, 27 Nov 2013 16:16:21 -0800 goetz 8029015: PPC64 (part 216): opto: trap based null and range checks
Tue, 26 Nov 2013 18:38:19 -0800 goetz 8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence.
Fri, 22 Nov 2013 12:14:09 -0800 goetz 8029025: PPC64 (part 203): opto: Move static _in_dump_cnt to Compile object.
Thu, 21 Nov 2013 19:00:57 -0800 goetz 8028767: PPC64: (part 121): smaller shared changes needed to build C2
Thu, 21 Nov 2013 18:29:34 -0800 goetz 8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization.
Thu, 21 Nov 2013 12:30:35 -0800 kvn Merge
Wed, 20 Nov 2013 11:08:09 -0800 goetz 8028580: PPC64 (part 114/120): Support for Call nodes with constants.
Tue, 19 Nov 2013 11:53:58 -0800 simonis 8028514: PPC64: Fix C++ Interpreter after '7195622: CheckUnhandledOops has limited usefulness now'
Sat, 16 Nov 2013 01:42:55 +0100 goetz 8028470: PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64.
Fri, 15 Nov 2013 12:01:00 -0800 goetz 8028401: PPC (part 117): Improve usability of adlc and format() functionality.
Fri, 15 Nov 2013 14:09:26 -0500 kvn Merge
Fri, 15 Nov 2013 11:05:32 -0800 goetz 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering
Thu, 14 Nov 2013 19:24:59 -0800 goetz 8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation
Thu, 07 Nov 2013 11:47:11 +0100 goetz 8027968: Adapt PPC to 8024927: Nashorn performance regression with CompressedOops
Thu, 07 Nov 2013 11:51:53 +0100 goetz 8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM
Thu, 07 Nov 2013 11:44:53 +0100 goetz 8027966: Adapt PPC to 8023657: New type profiling points: arguments to call
Thu, 07 Nov 2013 11:42:26 +0100 goetz 8027965: Adapt PPC to 8015107: NPG: Use consistent naming for metaspace concepts
Thu, 07 Nov 2013 11:40:38 +0100 goetz 8027964: Adapt PPC to 6843347: Boundary values in some public GC options cause crashes
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Wed, 16 Oct 2013 10:52:41 +0200 simonis 8026487: PPC64: Implement 'os::fork_and_exec' on AIX
Sun, 15 Sep 2013 15:28:58 +0200 goetz 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
Thu, 19 Sep 2013 17:31:42 +0200 goetz 8024922: PPC64 (part 116): Extend adlc to generate fields into nodes.
Wed, 18 Sep 2013 14:34:56 -0700 goetz 8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints.
Fri, 13 Sep 2013 22:50:47 +0200 goetz 8024469: PPC64 (part 202): cppInterpreter: support for OSR.
Thu, 12 Sep 2013 13:51:13 -0700 goetz 8024344: PPC64 (part 112): C argument in register AND stack slot.
Fri, 06 Sep 2013 20:16:09 +0200 simonis 8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
Fri, 06 Sep 2013 20:08:29 +0200 simonis 8023034: PPC64 (part 14): Implement AIX/PPC64 support in HotSpot makefiles
Fri, 06 Sep 2013 10:13:17 +0200 goetz 8024379: Adapt PPC64 port to 8003424
Thu, 05 Sep 2013 11:04:39 -0700 kvn Merge
Thu, 22 Aug 2013 09:39:54 -0700 goetz 8023033: PPC64 (part 13): basic changes for AIX
Fri, 26 Jul 2013 00:59:18 +0200 goetz 8020775: PPC64 (part 12): posix signal printing
Fri, 16 Aug 2013 16:23:01 -0700 kvn Merge
Fri, 02 Aug 2013 16:46:45 +0200 goetz 8019972: PPC64 (part 9): platform files for interpreter only VM.
Thu, 01 Aug 2013 17:25:10 -0700 kvn Merge
Fri, 26 Jul 2013 10:12:15 +0200 simonis 8019926: PPC64 (part 106): Make hsdis build and work on Linux/PPC64
Fri, 19 Jul 2013 13:32:53 -0700 kvn Merge
Thu, 11 Jul 2013 12:56:29 -0700 kvn Merge
Fri, 05 Jul 2013 22:17:47 +0200 goetz 8019973: PPC64 (part 11): Fix IA64 preprocessor conditionals on AIX.
Wed, 10 Jul 2013 09:14:25 -0700 simonis 8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles
Tue, 09 Jul 2013 14:28:07 +0200 goetz 8020121: PPC64: fix build in cppInterpreter after 8019519
Wed, 03 Jul 2013 11:25:06 +0200 goetz 8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return.
Wed, 03 Jul 2013 01:41:42 +0200 goetz 8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops
Wed, 03 Jul 2013 01:29:13 +0200 goetz 8019517: PPC64 (part 102): cppInterpreter: implement G1 support
Thu, 04 Jul 2013 10:51:31 +0200 goetz 8016696: PPC64 (part 4): add relocation for trampoline stubs
Wed, 03 Jul 2013 11:50:29 -0700 kvn Merge
Wed, 26 Jun 2013 16:06:38 +0200 goetz 8017317: PPC64 (part 7): cppInterpreter: implement support for biased locking
Mon, 24 Jun 2013 17:11:47 +0200 goetz 8017313: PPC64 (part 6): stack handling improvements
Thu, 27 Jun 2013 13:04:51 -0700 kvn Merge
Fri, 21 Jun 2013 15:56:24 -0700 kvn Merge
Thu, 20 Jun 2013 16:30:44 -0700 goetz 8016586: PPC64 (part 3): basic changes for PPC64
Wed, 19 Jun 2013 12:29:30 +0200 goetz 8016491: PPC64 (part 2): Clean up PPC defines.
Wed, 19 Jun 2013 12:15:50 +0200 goetz 8016476: PPC64 (part 1): reenable CORE build
Fri, 24 Jan 2014 13:06:52 +0100 adlertz 8031498: Cleanup and re-factorize PhaseChaitin::build_ifg_physical
Sun, 26 Jan 2014 23:01:57 -0800 anoll Merge
Mon, 27 Jan 2014 07:54:25 +0100 anoll 8009738: compiler/6826736/Test.java times out on big machines
Fri, 24 Jan 2014 13:30:55 -0800 kvn Merge
Fri, 24 Jan 2014 15:26:56 +0400 shade 8032490: Remove -XX:+-UseOldInlining
Fri, 24 Jan 2014 09:31:53 +0100 roland 8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
Tue, 18 Feb 2014 09:54:24 -0500 coleenp 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
Tue, 18 Feb 2014 06:19:49 -0800 sspitsyn 8034249: need more workarounds for suspend equivalent condition issue
Tue, 18 Feb 2014 09:15:40 +0100 sla 8034080: Remove the USDT1 dtrace code from Hotspot
Sat, 15 Feb 2014 14:41:04 -0500 hseigel Merge
Sat, 15 Feb 2014 13:03:38 -0500 coleenp 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
Fri, 14 Feb 2014 16:17:22 +0100 sjiang 8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed
Fri, 14 Feb 2014 09:50:17 -0800 ccheung 8034860: Fatal error due to incorrect thread state during nightly testing
Wed, 12 Feb 2014 22:16:39 +0000 dsamersoff Merge
Wed, 12 Feb 2014 21:55:56 +0000 dsamersoff Merge
Wed, 12 Feb 2014 23:39:53 +0400 dsamersoff 7127191: SA JSDB does not display native symbols correctly for transported Linux cores
Wed, 12 Feb 2014 20:40:02 +0100 ctornqvi 8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class
Wed, 12 Feb 2014 12:09:22 -0800 ccheung Merge
Wed, 12 Feb 2014 12:01:45 -0800 ccheung 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
Wed, 12 Feb 2014 10:55:28 -0800 mduigou Merge
Wed, 12 Feb 2014 09:37:18 -0800 mduigou 8030350: Enable additional compiler warnings for GCC
Wed, 12 Feb 2014 22:08:43 +0400 dsamersoff 8023667: SA: ExceptionBlob and other C2 classes not available in client VM
Tue, 11 Feb 2014 21:32:19 -0800 henryjen 8033215: clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
Thu, 20 Feb 2014 19:59:26 -0800 lana Merge
Tue, 11 Feb 2014 11:26:05 -0800 lana Merge
Thu, 06 Feb 2014 13:08:44 -0800 katleman Added tag jdk9-b02 for changeset b188446de75b
Tue, 28 Jan 2014 20:09:41 +0000 jeff 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Mon, 13 Jan 2014 14:42:26 -0800 jeff 7129980: Third Party License Readme update for JDK8
Thu, 13 Feb 2014 17:57:27 +0100 ehelin Merge
Wed, 05 Feb 2014 11:05:13 +0100 sjohanss 8033426: Scale initial NewSize using NewRatio if not set on command line
Tue, 10 Dec 2013 15:11:02 +0100 jwilhelm 8026849: Fix typos in the GC code, part 2
Mon, 10 Feb 2014 12:58:09 +0100 stefank 8033923: Use BufferingOopClosure for G1 code root scanning
Mon, 10 Feb 2014 14:37:53 +0100 ehelin Merge
Mon, 10 Feb 2014 12:51:51 +0100 stefank 8033764: Remove the usage of StarTask from BufferingOopClosure
Mon, 10 Feb 2014 13:31:22 +0100 ehelin Merge
Fri, 07 Feb 2014 13:48:07 +0100 brutisso 8033922: G1: Back out 8033601 and go back to use the to-obj for chunked arrays.
Thu, 06 Feb 2014 17:12:10 +0100 tschatzl 8033545: Missing volatile specifier in Bitmap::par_put_range_within_word
Thu, 06 Feb 2014 14:12:43 +0100 pliden 8031703: Missing post-barrier in ReferenceProcessor
Wed, 05 Feb 2014 14:29:34 +0100 tschatzl 8033443: Test8000311 fails after latest changes to parallelize string and symbol table unlink
Wed, 05 Feb 2014 12:47:48 +0100 tonyp 8033601: G1: Make array chunking use the same length field as the other young GCs
Wed, 05 Feb 2014 10:09:54 +0100 ehelin 8028254: gc/arguments/TestMinInitialErgonomics.java failed with unexpected initial heap size
Mon, 03 Feb 2014 10:49:49 +0100 ehelin Merge
Thu, 16 Jan 2014 13:25:25 -0800 jmasa 8024366: Make UseNUMA enable UseNUMAInterleaving
Fri, 31 Jan 2014 09:58:06 +0100 tschatzl 8033106: Wrong predicate for checking whether the correct amount of symbol table entries have been processed in G1
Fri, 31 Jan 2014 09:57:50 +0100 tschatzl 6991197: G1: specialize deal_with_reference() for narrowOop*
Fri, 31 Jan 2014 09:55:59 +0100 tschatzl 8032771: The flag VerifySilently misses a test case
Tue, 11 Feb 2014 10:05:02 -0800 iklam Merge
Tue, 11 Feb 2014 08:43:17 -0800 iklam 7182040: volano29 limited by os resource on Linux - need better diagnostic message
Mon, 10 Feb 2014 21:29:14 -0800 minqi 8033792: AltHashing used jint for imprecise bit shifting
Mon, 10 Feb 2014 14:07:11 -0800 dcubed Merge
Mon, 10 Feb 2014 12:58:53 -0800 dcubed Merge
Mon, 10 Feb 2014 12:38:34 -0800 rdurbin 8005262: possible gamma launcher issues
Mon, 10 Feb 2014 12:48:54 -0800 dcubed 8028073: race condition in ObjectMonitor implementation causing deadlocks
Mon, 10 Feb 2014 17:49:17 +0100 ctornqvi 8016644: Improve UnsupportedClassVersionError message
Sun, 09 Feb 2014 13:28:58 -0500 hseigel Merge
Fri, 07 Feb 2014 18:30:27 -0500 coleenp 8033528: assert(0 <= i && i < length()) failed: index out of bounds
Fri, 07 Feb 2014 11:47:24 -0800 dcubed 8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
Fri, 07 Feb 2014 09:03:44 -0800 dcubed 8033714: hotspot 'install_jvm' bld target broken with ZIP_DEBUGINFO_FILES=0
Thu, 06 Feb 2014 20:13:38 -0800 sspitsyn 8025841: JVMTI: "vtable stub" dynamic code notification is misplaced
Thu, 06 Feb 2014 20:32:08 +0000 coleenp Merge
Thu, 06 Feb 2014 14:28:35 -0500 coleenp 8029775: Solaris code cleanup
Thu, 06 Feb 2014 14:51:01 -0500 fparain Merge
Thu, 06 Feb 2014 17:59:35 +0000 fparain 8030808: dtrace/hotspot/Monitors/Monitors001 fails in product builds on solaris-sparc
Thu, 06 Feb 2014 18:57:46 +0000 coleenp 8028735: runtime/RedefineObject/TestRedefineObject.java interrupted (timed out?) on solaris_sparcv9-fastdebug-c2-runtime and solaris_x64-debugOpen-c2-runtime
Wed, 05 Feb 2014 21:24:29 -0800 henryjen 8033289: clang: clean up unused function warning
Fri, 07 Feb 2014 09:41:36 -0800 amurillo Merge
Wed, 05 Feb 2014 15:14:47 -0800 ccheung 8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
Tue, 04 Feb 2014 19:41:46 -0800 sspitsyn 8032223: nsk/regression/b4663146 gets assert(SafepointSynchronize::is_at_safepoint() || JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits))
Mon, 03 Feb 2014 15:24:20 +0100 sla 8033126: Can't call default methods from JNI
Mon, 03 Feb 2014 13:41:26 +0100 sla 8032462: Change the linux SDT implementation to use USDT2 instead of USDT1
Sun, 02 Feb 2014 15:31:40 -0500 hseigel Merge
Thu, 30 Jan 2014 14:12:22 -0800 rdurbin 8027113: decouple the '-XXaltjvm=<path>' option from the gamma launcher
Thu, 30 Jan 2014 09:41:45 +0100 jbachorik 6656031: SA: jmap -permstat number of classes is off by 1
Wed, 05 Feb 2014 08:57:33 -0800 amurillo Merge
Thu, 30 Jan 2014 14:01:45 +0100 ehelin Merge
Wed, 29 Jan 2014 23:17:05 +0100 jwilhelm 8028391: Make the Min/MaxHeapFreeRatio flags manageable
Wed, 15 Jan 2014 07:20:04 -0800 jmasa 8031290: Adjust call to getisax() for additional words returned
Mon, 20 Jan 2014 10:55:54 +0100 sjohanss 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
Mon, 27 Jan 2014 13:14:53 +0100 brutisso 8030177: G1: Enable TLAB resizing
Thu, 23 Jan 2014 14:47:23 +0100 jwilhelm 8025856: Fix typos in the GC code
Tue, 14 Jan 2014 16:40:33 +0100 mgerdin 8032379: Remove the is_scavenging flag to process_strong_roots
Mon, 20 Jan 2014 12:56:18 +0100 sjohanss 8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range
Mon, 20 Jan 2014 17:15:55 +0100 ehelin 8031776: Remove the unnecessary enum GenRemSet::Name
Mon, 20 Jan 2014 11:47:53 +0100 tschatzl 8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure
Mon, 20 Jan 2014 11:47:29 +0100 tschatzl 8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark
Mon, 20 Jan 2014 11:47:07 +0100 tschatzl 8027476: Improve performance of Stringtable unlink
Wed, 29 Jan 2014 19:54:44 -0500 hseigel Merge
Tue, 28 Jan 2014 06:26:36 -0800 zgu Merge
Tue, 28 Jan 2014 08:55:00 -0500 zgu 8032827: NMT: missing virtual memory tagging in os::workaround_expand_exec_shield_cs_limit()
Tue, 28 Jan 2014 11:42:30 +0000 dsamersoff Merge
Tue, 28 Jan 2014 14:45:39 +0400 dsamersoff 7010732: SA_ALTROOT only works if running the SA tools from their build directory.
Mon, 27 Jan 2014 23:12:13 -0500 coleenp 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
Tue, 21 Jan 2014 16:45:10 -0600 gziemski 7015395: [TESTBUG] runtime/6626217/Test6626217.sh fails if compilation happens fast enough for timestamps to be equal.
Mon, 27 Jan 2014 10:57:52 +0100 sla 8032662: test/compiler/ciReplay/TestSA.sh should report ulimit issues
Mon, 27 Jan 2014 13:46:54 +0400 dsamersoff 8032247: SA: Constantpool lookup for invokedynamic is not implemented
Fri, 24 Jan 2014 08:31:06 -0500 hseigel Merge
Fri, 24 Jan 2014 08:13:42 -0500 hseigel 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass.
Fri, 24 Jan 2014 09:28:47 +0100 dsimms 8028280: ParkEvent leak when running modified runThese which only loads classes
Thu, 23 Jan 2014 16:02:14 -0500 gdub 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
Thu, 23 Jan 2014 09:45:38 -0800 minqi Merge
Thu, 23 Jan 2014 09:40:32 -0800 minqi 6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
Thu, 23 Jan 2014 09:33:50 +0000 kevinw 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors
Thu, 23 Jan 2014 09:06:21 +0100 sla 8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked.
Thu, 23 Jan 2014 08:12:12 +0100 sla 8032250: Add trace event for VM flag changes
Mon, 20 Jan 2014 09:56:47 +0000 kevinw Merge
Fri, 17 Jan 2014 18:39:22 +0000 kevinw 8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters.
Sun, 19 Jan 2014 20:23:46 -0500 hseigel Merge
Fri, 17 Jan 2014 11:21:29 -0500 coleenp 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
Fri, 17 Jan 2014 09:47:17 -0500 hseigel Merge
Fri, 17 Jan 2014 09:39:51 -0500 hseigel 8031045: Access checks should precede additional per-instruction checks
Thu, 16 Jan 2014 20:14:21 +0100 sla 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
Fri, 17 Jan 2014 02:13:40 -0800 sspitsyn 8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
Thu, 16 Jan 2014 10:51:16 -0800 ccheung 8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
Wed, 15 Jan 2014 19:12:45 -0500 mseledtsov 8031151: Add basic CDS tests
Wed, 15 Jan 2014 11:46:19 +0100 dsimms 6945460: [TESTBUG] runtime/6929067/Test6929067.sh
Fri, 24 Jan 2014 09:04:24 -0800 kvn Merge
Thu, 23 Jan 2014 01:23:23 +0400 vlivanov 8031695: CHA ignores default methods during analysis leading to incorrect code generation
Tue, 21 Jan 2014 20:05:28 -0800 iveresov 8031743: C2: loadI2L_immI broken for negative memory values
Fri, 17 Jan 2014 18:09:08 -0800 iveresov 8032207: C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: bad fixed size
Tue, 28 Jan 2014 11:21:43 -0800 lana Merge
Mon, 27 Jan 2014 21:00:29 -0800 lana Merge
Tue, 21 Jan 2014 18:16:59 -0800 katleman Added tag jdk9-b01 for changeset 050a626a8895
Thu, 23 Jan 2014 10:35:38 -0800 amurillo Merge
Fri, 17 Jan 2014 10:43:43 -0800 morris Merge
Thu, 16 Jan 2014 16:18:34 -0800 twisti 8022395: java.util.zip.ZipException: Not in GZIP format in JT_JDK/test/java/util/zip/GZIP tests
Tue, 14 Jan 2014 21:33:33 -0800 anoll Merge
Wed, 15 Jan 2014 06:16:55 +0100 anoll 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
Tue, 14 Jan 2014 17:46:48 -0800 kvn 8002074: Support for AES on SPARC
Tue, 14 Jan 2014 14:51:47 +0100 roland 8026253: New type profiling points: sparc support
Tue, 14 Jan 2014 12:44:12 +0100 roland 8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails
Tue, 14 Jan 2014 09:44:45 +0100 roland 8028764: dtrace/hotspot_jni/ALL/ALL001 crashes the vm on Solaris-amd64, SIGSEGV in MarkSweep::follow_stack()+0x8a
Mon, 13 Jan 2014 16:16:25 -0800 roland 8029464: assert(ft == ttkp->cast_to_ptr_type(jtkp->ptr()) || ft->isa_narrowoop()
Fri, 17 Jan 2014 09:40:04 +0100 ehelin Merge
Thu, 16 Jan 2014 17:22:35 +0100 ehelin 8031779: Assert in MetaspaceGC is always true
Tue, 14 Jan 2014 14:26:43 +0100 ehelin Merge
Fri, 10 Jan 2014 09:54:25 +0100 pliden 8029162: G1: Shared SATB queue never enabled
Fri, 10 Jan 2014 09:53:53 +0100 pliden 8029255: G1: Reference processing should not enqueue references on the shared SATB queue
Tue, 14 Jan 2014 22:13:21 +0000 dsamersoff Merge
Wed, 15 Jan 2014 02:02:47 +0400 dsamersoff 8030941: Darwin mapfile-vers doesnt work for other BSDs
Tue, 14 Jan 2014 16:27:35 -0500 hseigel 8031059: invokestatic: ICCE trying to invoke static method when it clashes with an abstract method inherited from an interface
Tue, 14 Jan 2014 13:51:47 -0500 hseigel 8028398: [TESTBUG]: test/runtime/memory/ReadFromNoaccessArea.java failed with EXCEPTION_ACCESS_VIOLATION
Mon, 13 Jan 2014 10:05:37 -0500 zgu 8031530: [TESTBUG] Enable test runtime/LoadClass/LoadClassNegative.java
Tue, 14 Jan 2014 15:27:01 +0100 farvidsson 8031304: Add dcmd to print all loaded dynamic libraries.
Mon, 13 Jan 2014 18:30:57 -0500 hseigel Merge
Thu, 09 Jan 2014 15:48:00 -0800 ccheung 8022301: [TESTBUG] runtime/jsig/Test8017498.sh incorrectly compiles native code
Thu, 09 Jan 2014 14:06:53 -0500 zgu 7012961: runtime/jni/WindowsExceptionFilter/WindowsExceptionFilter01 crashes on windows-amd64
Wed, 08 Jan 2014 13:20:33 +0100 sla 8030184: Remove unneeded "content_type" declarations from tracetypes.xml
Wed, 08 Jan 2014 08:34:02 +0100 sla 8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader
Tue, 21 Jan 2014 20:07:14 -0800 henryjen 8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
Thu, 05 Dec 2013 00:36:42 -0800 jrose 8029507: Enhance JVM method processing
Thu, 05 Sep 2013 10:29:00 -0400 coleenp 8021266: Better life cycle for objects
Fri, 10 Jan 2014 12:54:08 -0800 morris Merge
Fri, 10 Jan 2014 06:36:18 +0100 anoll 8022494: Make compilation IDs sequential
Thu, 09 Jan 2014 18:09:59 -0800 twisti 8026413: ScopeDesc::is_equal is declared in header file but not implemented
Thu, 09 Jan 2014 19:03:36 +0400 iignatyev 8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
Thu, 09 Jan 2014 10:47:40 +0100 adlertz 8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
Wed, 08 Jan 2014 10:25:50 -0800 kvn 8028468: Add inlining information into ciReplay
Wed, 08 Jan 2014 12:05:19 +0100 adlertz 8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections
Wed, 08 Jan 2014 09:49:31 +0100 roland 8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
Tue, 07 Jan 2014 14:26:12 -0800 twisti 8022263: use same Clang warnings on BSD as on Linux
Tue, 07 Jan 2014 16:02:10 +0100 roland 8027571: fatal error: meet not symmetric
Tue, 07 Jan 2014 14:36:34 +0100 roland 8028064: tiered may collect wrong receiver type at virtual call
Tue, 07 Jan 2014 12:38:22 +0100 roland 8028536: Test cases to cover type system fixes pushed with 8024070
Mon, 06 Jan 2014 17:23:07 -0800 twisti 8029305: add type tag to AbstractCompiler
Mon, 06 Jan 2014 15:35:20 -0800 twisti 8031199: _MSC_VER is only defined on _WIN32
Tue, 24 Dec 2013 11:48:39 -0800 mikael 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
Thu, 19 Dec 2013 20:28:45 +0000 coleenp 8030633: nsk/jvmti/RedefineClasses/StressRedefine failed invalid method ordering length on Solaris
Mon, 16 Dec 2013 08:24:33 -0500 hseigel 8027804: JCK resolveMethod test fails expecting AbstractMethodError
Fri, 13 Dec 2013 09:25:44 +0100 roland 8029383: assert(counter_changed) failed: failed dependencies, but counter didn't change
Thu, 12 Dec 2013 15:11:35 -0500 drchase 8029351: assert(bt != T_OBJECT) failed: Guard is incorrect in VM:defmeth
Fri, 13 Dec 2013 00:34:09 +0400 iignatyev 8026941: [TESTBUG] java.lang.ClassNotFoundException: java.lang.invoke.InvokeGeneric
Thu, 12 Dec 2013 11:25:32 -0800 iveresov 8029668: Kithcensink crashed with guarantee(Assembler::is_simm13(disp)) failed: Do not match large constant offsets
Wed, 11 Dec 2013 13:51:28 -0500 jprovino 8029566: PPC: OrderAccess::load_acquire(julong) is broken
Wed, 11 Dec 2013 01:09:04 +0400 iignatyev 8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails because it expects NullPointerException
Wed, 11 Dec 2013 01:04:34 +0400 iignatyev 8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java
Fri, 06 Dec 2013 16:43:56 -0800 twisti 8029366: ShouldNotReachHere error when creating an array with component type of void
Fri, 06 Dec 2013 12:11:51 -0800 kvn 8028107: Kitchensink crashed with EAV
Mon, 09 Dec 2013 10:03:39 +0100 stefank 8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1)
Tue, 10 Dec 2013 10:31:00 +0100 sjohanss 8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40
Mon, 09 Dec 2013 08:20:45 +0100 ehelin 8029326: G1 does not check if threads gets created
Tue, 10 Dec 2013 16:18:26 -0500 hseigel 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object
Fri, 06 Dec 2013 11:33:10 -0500 hseigel 8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61
Thu, 05 Dec 2013 12:35:38 +0100 mgronlun 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
Wed, 04 Dec 2013 14:43:50 +0100 sla 8029395: SA: jstack throws WrongTypeException
Wed, 04 Dec 2013 08:10:31 -0500 hseigel 8027458: VM anonymous classes: wrong context for protected access checks
Tue, 31 Dec 2013 19:26:57 +0400 iignatyev 8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
Thu, 26 Dec 2013 21:00:23 -0800 iveresov 8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6
Fri, 20 Dec 2013 10:31:14 +0100 anoll 8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output
Fri, 20 Dec 2013 10:29:44 +0100 anoll 8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
Thu, 19 Dec 2013 14:08:02 +0100 anoll 8025277: Add -XX: flag to print code cache sweeper statistics
Thu, 19 Dec 2013 06:09:16 +0100 anoll 8026478: -XX:+VerifyAdapterSharing is broken
Tue, 17 Dec 2013 08:31:06 +0100 anoll 8029091: Bug in calculation of code cache sweeping interval
Thu, 09 Jan 2014 16:53:51 +0100 ehelin Merge
Tue, 07 Jan 2014 16:15:35 +0100 ehelin Merge
Tue, 07 Jan 2014 13:31:33 +0100 tschatzl 8027364: PSScavenge accounts too large code section to StringTable unlink
Mon, 16 Dec 2013 13:43:06 +0100 brutisso 8027440: DefNew does not log heap change information when a promotion failure occurs
Mon, 16 Dec 2013 08:54:14 +0100 brutisso 8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
Wed, 08 Jan 2014 13:53:24 -0800 dcubed Merge
Tue, 07 Jan 2014 13:26:56 -0500 coleenp 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
Tue, 07 Jan 2014 12:32:57 +0100 sla 8031305: (hotspot) com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin
Tue, 07 Jan 2014 10:50:28 +0100 sla 4990369: visibleMethods() and methodsByName() return wrong visible methods
Mon, 06 Jan 2014 08:44:24 -0500 hseigel 8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
Tue, 31 Dec 2013 08:58:08 -0500 zgu 6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
Mon, 23 Dec 2013 18:44:59 -0500 hseigel 8023735: [TESTBUG] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X
Mon, 23 Dec 2013 18:39:47 +0000 iignatyev Merge
Mon, 23 Dec 2013 20:56:18 +0400 iignatyev 8029070: memory leak in jmm_SetVMGlobal
Mon, 23 Dec 2013 10:13:42 -0500 hseigel 8021774: [TESTBUG] Tests failed because of a warning in its output
Wed, 18 Dec 2013 23:09:57 +0400 dsamersoff 6969276: minor memory leak detected by cppcheck in agent/src/os/linux/symtab.c
Wed, 18 Dec 2013 20:32:46 +0400 dsamersoff 8028408: unused-value warning on forte.cpp when build on Mac
Wed, 18 Dec 2013 08:39:06 +0100 sla 8029726: On OS X some dtrace probe names are mismatched with Solaris
Mon, 16 Dec 2013 10:34:30 +0100 sla 8028737: Remove JVM_AccessVMIntFlag / JVM_AccessVMBooleanFlag / JVM_VMBreakPoint
Mon, 16 Dec 2013 10:57:08 -0800 zgu 8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
Mon, 16 Dec 2013 11:17:33 +0100 sla 8029798: Build warnings in windows/makefiles/sa.make
Thu, 26 Dec 2013 11:16:44 -0500 darcy 8030656: Bad version check for parameter information in src/share/vm/classfile/javaClasses.cpp
Fri, 13 Dec 2013 09:35:12 -0800 iris 8030068: Update .jcheck/conf files for JDK 9
Thu, 12 Dec 2013 15:27:05 -0800 iris Added tag jdk9-b00 for changeset ce2d7e46f3c7
Thu, 13 Mar 2014 15:36:30 +0100 Doug Simon Made graph caching compilation local
Thu, 13 Mar 2014 14:48:01 +0100 Doug Simon more workarounds to support clang 5.1 on Mac OS X
Thu, 13 Mar 2014 13:49:03 +0100 Doug Simon replaced == with .equals()
Thu, 13 Mar 2014 13:27:20 +0100 Doug Simon Merge.
Thu, 13 Mar 2014 11:53:12 +0100 Doug Simon added more context to CheckGraalInvariants failures
Thu, 13 Mar 2014 11:37:54 +0100 Doug Simon Merge.
Thu, 13 Mar 2014 11:37:24 +0100 Doug Simon use AssertionError subclass for verification errors found by VerifyPhases
Thu, 13 Mar 2014 01:33:50 +0100 Doug Simon removed FindBugs annotations and dependency on FindBugs itself
Wed, 12 Mar 2014 21:55:09 +0100 Doug Simon fixed pylint warning
Wed, 12 Mar 2014 21:52:28 +0100 Doug Simon removed HotSpotResolvedJavaMethod.currentTask field
Wed, 12 Mar 2014 21:50:50 +0100 Doug Simon added unit test to ensure all classes in graal.jar comply with select global invariants
Wed, 12 Mar 2014 21:48:51 +0100 Doug Simon made it an error to run the client VM on a Mac via mx (since the Mac java launcher translates '-client' to '-server')
Wed, 12 Mar 2014 21:47:35 +0100 Doug Simon replaced == with .equals() for comparisons between JavaMethod/JavaField/JavaType values
Thu, 13 Mar 2014 11:17:20 +0100 Josef Eisl Fix CFGPrinter printNodes issue.
Thu, 13 Mar 2014 09:22:27 +0100 Andreas Woess PartialEvaluator: include materialized frame methods
Wed, 12 Mar 2014 12:40:45 -0700 twisti fixed FindBugs bugs
Wed, 12 Mar 2014 13:36:23 +0100 Bernhard Urban mx: compute sha1 digest blockwise
Wed, 12 Mar 2014 11:45:15 +0100 Bernhard Urban mx: use os.sep
Wed, 12 Mar 2014 11:40:33 +0100 Bernhard Urban mx: some cleanup around sha1 digest support
Wed, 12 Mar 2014 11:23:56 +0100 Christian Wirth fix for mx, did not compile on Windows
Wed, 12 Mar 2014 11:06:27 +0100 Josef Eisl Make LinearScan use AbstractBlock.
Wed, 12 Mar 2014 10:19:15 +0100 Roland Schatz Relax wrong assertion.
Wed, 12 Mar 2014 09:36:12 +0100 Josef Eisl Fix eclipseformat.
Wed, 12 Mar 2014 08:57:12 +0100 Josef Eisl merge
Tue, 11 Mar 2014 18:22:31 +0100 Josef Eisl Remove NodesToDoubles debug output from emitLIR.
Tue, 11 Mar 2014 17:48:26 +0100 Thomas Wuerthinger Fix warning.
Tue, 11 Mar 2014 17:43:29 +0100 Thomas Wuerthinger Add experimental AbstractBlock interface to make ComputeBlockOrder generic.
Tue, 11 Mar 2014 16:55:57 +0100 Thomas Wuerthinger Encapsulate LIR class fields.
Tue, 11 Mar 2014 16:43:18 +0100 Thomas Wuerthinger Remove nodesForBlock mapping in LIR data structure.
Tue, 11 Mar 2014 16:28:43 +0100 Thomas Wuerthinger Remove withScope parameter on GraalCompiler.compileGraph.
Tue, 11 Mar 2014 16:16:24 +0100 Thomas Wuerthinger Remove reference to graph in LIRGenerator.
Wed, 12 Mar 2014 00:00:05 +0100 Doug Simon apply workaround for clang 5.0 also to clang 5.1
Tue, 11 Mar 2014 23:59:19 +0100 Doug Simon fixed C++ compiler error reported by clang 5.1
Tue, 11 Mar 2014 20:35:34 +0100 Doug Simon hide Graal.runtime from reflection (JBS:GRAAL-22)
Tue, 11 Mar 2014 20:30:12 +0100 Doug Simon removed unnecessary cache in HotSpotResolvedJavaField
Tue, 11 Mar 2014 20:29:26 +0100 Doug Simon inverted security manager check and caller class check (JBS:GRAAL-22)
Tue, 11 Mar 2014 18:10:28 +0100 Bernhard Urban mx: check if it's a java process before sending sigquit
Tue, 11 Mar 2014 17:48:21 +0100 Bernhard Urban mx: add option to send sigquit before killing child
Tue, 11 Mar 2014 18:36:49 +0100 Bernhard Urban mx: proxy SIGQUIT to child process
Tue, 11 Mar 2014 18:36:20 +0100 Bernhard Urban mx: support sha1 digest for dependencies
Tue, 11 Mar 2014 18:03:09 +0100 Bernhard Urban compileBroker: remove unnecessary code in initialization of compilers
Tue, 11 Mar 2014 17:21:55 +0100 Roland Schatz Fix bug in OSR compilation.
Tue, 11 Mar 2014 14:45:35 +0100 Andreas Woess Merge
Tue, 11 Mar 2014 13:03:22 +0100 Andreas Woess add @CallerSensitive annotations (JBS:GRAAL-22)
Mon, 10 Mar 2014 18:18:55 +0100 Josef Eisl Compute LinearScanOrder in emitLIR.
Thu, 06 Mar 2014 11:00:50 +0100 Josef Eisl BaselineCompiler: fix typo.
Mon, 10 Mar 2014 13:41:24 -0700 Tom Rodriguez currentThread is not exact
Mon, 10 Mar 2014 18:14:24 +0100 Doug Simon implement initial security model for Graal (JBS:GRAAL-22)
Mon, 10 Mar 2014 16:26:10 +0100 Bernhard Urban make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
Mon, 10 Mar 2014 16:20:45 +0100 Bernhard Urban gate: add non-tiered bootstrap
Mon, 10 Mar 2014 13:32:06 +0100 Roland Schatz Don't narrow NarrowableArithmetic by default.
Mon, 10 Mar 2014 11:38:30 +0100 Roland Schatz Backed out changeset: 38c881305352
Sun, 09 Mar 2014 20:26:11 +0100 Andreas Woess windows: enable C1+C2 tiered
Sun, 09 Mar 2014 20:25:48 +0100 Andreas Woess windows: enable C1+Graal tiered
Sat, 08 Mar 2014 10:05:57 +0100 Doug Simon fixed incorrect test for null
Sat, 08 Mar 2014 10:04:44 +0100 Doug Simon removed unnecessary lookupKlassByName method
Fri, 07 Mar 2014 11:44:26 -0800 Christian Wimmer mx: new command to start c1visualizer; support for IGV download when using a proxy server
Fri, 07 Mar 2014 19:15:22 +0100 Roland Schatz Check for abstract modifier in NodeIntrinsic verification.
Fri, 07 Mar 2014 13:55:06 +0100 Bernhard Urban solaris: exclude gpu if graal is not used
Fri, 07 Mar 2014 13:15:40 +0100 Doug Simon enable C1 + Graal tiered (added Linux and Solaris support)
Fri, 07 Mar 2014 10:27:52 +0100 Gilles Duboscq CanonicalizerPhase: cosmetic simplification in performReplacement
Fri, 07 Mar 2014 11:37:26 +0100 Gilles Duboscq Remove useless code in LoopFragment.mergeEarlyExits
Thu, 06 Mar 2014 18:21:54 +0100 Gilles Duboscq During LoopFragment.mergeEarlyExits we need to update the orignal fragement's nodes bitmap
Thu, 06 Mar 2014 18:13:49 +0100 Gilles Duboscq Use a forceLog scope for LinearScan.reportFailure. Remove @SuppressWarnings on DebugScope.scope
Fri, 07 Mar 2014 09:23:53 +0100 Bernhard Urban TruffleCompiler: fix corner case in format string
Thu, 06 Mar 2014 17:11:39 -0800 Tom Rodriguez enable C1 + Graal tiered
Thu, 06 Mar 2014 22:45:25 -0800 twisti reorganized graalCompilerToVM.cpp
Thu, 06 Mar 2014 22:40:48 -0800 twisti make HotSpotResolvedJavaMethod leaner
Thu, 06 Mar 2014 21:03:59 -0800 twisti pass metaspace pointers instead of object to VM
Thu, 06 Mar 2014 18:43:40 -0800 Tom Rodriguez make mx respect umask when making jar files
Thu, 06 Mar 2014 18:41:48 -0800 Tom Rodriguez rename BeginEnqueue to Enqueueing
Thu, 06 Mar 2014 18:41:42 -0800 Tom Rodriguez fix overzeroing of new storage, refactor zeroing and unroll zeroing of small arrays
Thu, 06 Mar 2014 16:24:47 -0800 Michael Van De Vanter Merge with dd783f0ecf171f786674bb5b6b762581c3367f80
Thu, 06 Mar 2014 15:56:05 -0800 Michael Van De Vanter Merge with 13072c084e6f8f4a402827c0a541c54938537041