log

age author description
Fri, 23 Dec 2011 15:24:43 -0800 amurillo Merge hs23-b09
Thu, 22 Dec 2011 19:00:20 -0800 cl Added tag jdk8-b18 for changeset 61165f53f165
Thu, 22 Dec 2011 12:01:46 -0500 vladidan Merge
Wed, 21 Dec 2011 18:22:14 -0800 coleenp Merge
Wed, 21 Dec 2011 16:41:15 -0500 coleenp 7064927: retransformClasses() does not pass in LocalVariableTable of a method
Wed, 21 Dec 2011 15:48:16 -0500 phh 7091417: recvfrom's 6th input should be of type socklen_t
Mon, 19 Dec 2011 21:38:51 -0800 phh Merge
Mon, 19 Dec 2011 15:50:47 -0500 phh 7122880: Extend vendor-specific command interface to include manageable switches
Mon, 19 Dec 2011 15:34:09 -0500 coleenp 7122939: TraceBytecodes broken with UseCompressedOops
Tue, 20 Dec 2011 12:27:31 -0800 jmasa Merge
Mon, 19 Dec 2011 10:02:05 -0800 johnc 7117303: VM uses non-monotonic time source and complains that it is non-monotonic
Fri, 16 Dec 2011 11:40:00 -0800 johnc 7120038: G1: ParallelGCThreads==0 is broken
Fri, 16 Dec 2011 02:14:27 -0500 tonyp 7113012: G1: rename not-fully-young GCs as "mixed"
Wed, 14 Dec 2011 17:43:55 -0800 johnc 7119908: G1: Cache CSet start region for each worker for subsequent reuse
Wed, 14 Dec 2011 12:15:26 +0100 stefank 7121373: Clean up CollectedHeap::is_in
Fri, 16 Dec 2011 12:46:17 -0800 amurillo 7122001: new hotspot build - hs23-b09
Mon, 27 Feb 2012 19:41:14 +0100 Lukas Stadler additional LoopFrequencyPropagationPolicy versions
Mon, 27 Feb 2012 14:50:10 +0100 Lukas Stadler fix "integer overflow when computing constant displacement"
Mon, 27 Feb 2012 14:45:10 +0100 Lukas Stadler use mx tool instead of domake for the hotspot eclipse C++ project, remove domake and clean
Fri, 24 Feb 2012 18:30:42 -0800 Christian Haeubl reenable polymorphic calls
Fri, 24 Feb 2012 18:30:25 -0800 Christian Haeubl disable polymorphic calls
Fri, 24 Feb 2012 18:30:00 -0800 Christian Haeubl reduce maximum desired size
Fri, 24 Feb 2012 18:29:34 -0800 Christian Haeubl increase small compiled code size
Fri, 24 Feb 2012 18:29:00 -0800 Christian Haeubl adjust inlining policy's maximum trivial size
Fri, 24 Feb 2012 18:23:41 -0800 Christian Haeubl reduce inlining policy's maximum size
Sat, 25 Feb 2012 01:03:28 +0100 Thomas Wuerthinger Removed exception handle stub declaration.
Sat, 25 Feb 2012 00:56:42 +0100 Thomas Wuerthinger DCE on CiRuntimeCall enum values.
Sat, 25 Feb 2012 00:52:58 +0100 Thomas Wuerthinger Removed HandleException runtime call and associated C++ code (unused).
Sat, 25 Feb 2012 00:49:04 +0100 Thomas Wuerthinger Simplified and improved the speed of compiled exception handler lookup based on the Graal exception handler model.
Sat, 25 Feb 2012 00:40:34 +0100 Thomas Wuerthinger Simplify exception debug information and exception handler table creation based on Graal's simplified model of exception handler information (i.e. the dispatch is done in compiled code).
Fri, 24 Feb 2012 22:32:43 +0100 Thomas Wuerthinger Fixed a wrong frame state for the exception edge after a polymorphic inlining. Removed a NPE allocation in a runtime call branch introduced for Graal.
Fri, 24 Feb 2012 20:39:12 +0100 Thomas Wuerthinger Some DCE in codeInstaller/exceptions.
Fri, 24 Feb 2012 20:05:32 +0100 Thomas Wuerthinger Merge.
Fri, 24 Feb 2012 19:52:27 +0100 Thomas Wuerthinger Make sure rethrowException flag is cleared also when return/unwind blocks are entered, they could use the framestate for the synchronization epilogue.
Fri, 24 Feb 2012 19:51:18 +0100 Thomas Wuerthinger Made DeoptimizeALot flag available in product builds (to make testing with that flag faster).
Fri, 24 Feb 2012 19:50:23 +0100 Thomas Wuerthinger Removed dead code from the inlining util. STATE_BEFORE is only used in BlockBegin, which in turn is not added to the caller graph during inlining.
Fri, 24 Feb 2012 17:17:48 +0100 Gilles Duboscq Merge
Fri, 24 Feb 2012 17:16:39 +0100 Gilles Duboscq Merge
Fri, 24 Feb 2012 17:16:03 +0100 Gilles Duboscq Activate jtt for the gate
Wed, 22 Feb 2012 13:19:32 +0100 Gilles Duboscq add hprofs to .hgignore
Fri, 24 Feb 2012 13:42:24 +0100 Andreas Woess Better ConvertDeoptimizeToGuardPhase (experimental).
Thu, 23 Feb 2012 16:57:05 -0800 Christian Haeubl added bytecode name to deoptimization details
Thu, 23 Feb 2012 23:06:28 +0100 Thomas Wuerthinger Fixed two asserts in the implicit div exception handling for Windows that are not valid for Graal (as it deoptimizes to some place before the div instead of exactly to the div bytecode).
Thu, 23 Feb 2012 22:04:35 +0100 Thomas Wuerthinger Remove the recording of oop arguments that are passed on the stack.
Thu, 23 Feb 2012 21:43:59 +0100 Thomas Wuerthinger Fix reexecute boolean in HotSpot debug information. Introduce "duringCall" flag in FrameState that indicates that the bci of the frame state denotes an invoke that should *not* be reexecuted.
Thu, 23 Feb 2012 12:06:39 +0100 Thomas Wuerthinger Merge.
Wed, 22 Feb 2012 21:24:08 +0100 Thomas Wuerthinger Merge.
Wed, 22 Feb 2012 14:07:10 +0100 Thomas Wuerthinger Small changes to the deopt stub.
Wed, 22 Feb 2012 18:20:11 -0800 Christian Haeubl changed TraceDeoptimization output
Wed, 22 Feb 2012 16:53:23 -0800 Christian Haeubl another fix for resolving the issue with biased monitor and deoptimization
Wed, 22 Feb 2012 17:27:11 +0100 Lukas Stadler fix NPE in tests caused by recordMethodContents
Wed, 22 Feb 2012 17:05:20 +0100 Lukas Stadler add Condition.join, Condition.meet and tests
Wed, 22 Feb 2012 17:04:27 +0100 Lukas Stadler add MethodContents assumption to fix debbugging issue
Tue, 21 Feb 2012 16:23:44 -0800 Christian Haeubl bugfix
Tue, 21 Feb 2012 16:05:46 -0800 Christian Haeubl added flag PrintDeoptimizationDetails
Tue, 21 Feb 2012 14:27:25 -0800 Christian Haeubl removed vframe printing code that sometimes causes crashes and is not in OpenJDK
Tue, 21 Feb 2012 11:01:45 -0800 Christian Haeubl Merge
Tue, 21 Feb 2012 10:48:32 -0800 Christian Haeubl fixed fastdebug crash (deoptimization requires that no exception is pending)
Tue, 21 Feb 2012 19:35:51 +0100 Thomas Wuerthinger Fixed regression in mx.py
Tue, 21 Feb 2012 19:33:18 +0100 Thomas Wuerthinger Added fastdebug version of tradesoap to gate check.
Tue, 21 Feb 2012 19:31:24 +0100 Thomas Wuerthinger Merge.
Tue, 21 Feb 2012 19:31:06 +0100 Thomas Wuerthinger Call uncommon_trap instead of fetch_unroll_info to correctly revoke biased locks on deopt.
Tue, 21 Feb 2012 19:30:33 +0100 Thomas Wuerthinger Fixed Ctrl+C for Windows in mx.py
Tue, 21 Feb 2012 15:57:18 +0100 Thomas Wuerthinger Cosmetic changes to lock elimination.
Tue, 21 Feb 2012 13:15:07 +0100 Thomas Wuerthinger Removed create64.cmd (mx build is the correct command for creating the visual studio projects).
Tue, 21 Feb 2012 13:03:38 +0100 Thomas Wuerthinger Print java.exe when execuing "mx vm"
Mon, 20 Feb 2012 18:01:22 +0100 Thomas Wuerthinger Merge.
Mon, 20 Feb 2012 17:58:46 +0100 Thomas Wuerthinger Visualizer nbproject changes.
Tue, 21 Feb 2012 16:35:42 +0100 Andreas Woess Don't emit moves for constants that are used only in frame states.
Tue, 21 Feb 2012 16:18:48 +0100 Andreas Woess Disable propagate types phase. Fix intrinsification of an invoke with a deoptimize node.
Mon, 20 Feb 2012 19:19:12 +0100 Gilles Duboscq Kill CallTargetNode and FrameState in killCFG to avoid keeping some invalid nodes alive
Mon, 20 Feb 2012 16:37:23 +0100 Lukas Stadler undo CanonicalizerPhase change
Mon, 20 Feb 2012 14:37:32 +0100 Lukas Stadler added Condition.implies(...)
Mon, 20 Feb 2012 14:34:51 +0100 Lukas Stadler Merge
Mon, 20 Feb 2012 14:29:51 +0100 Lukas Stadler experimental: added PiNode and PropagateTypesPhase
Mon, 20 Feb 2012 14:28:39 +0100 Lukas Stadler experimental: scheduling and unscheduling of the whole graph
Mon, 20 Feb 2012 14:27:35 +0100 Lukas Stadler experimental: "next" successor on all nodes
Mon, 20 Feb 2012 14:25:32 +0100 Lukas Stadler let StampFactory.alwaysDistinct(...) handle interface types
Mon, 20 Feb 2012 14:24:01 +0100 Lukas Stadler fixed unique call on already GVNed constant
Mon, 20 Feb 2012 14:22:23 +0100 Lukas Stadler use GraphOrder in CanonicalizerPhase (leads to fewer iterations)
Mon, 20 Feb 2012 14:20:28 +0100 Lukas Stadler separate GraphOrder from EscapeAnalysisPhase
Mon, 20 Feb 2012 14:18:38 +0100 Lukas Stadler small fix to PostOrderNodeIterator
Mon, 20 Feb 2012 12:30:58 +0100 Gilles Duboscq Synchronize createHotSpotTypeResolved (should fix EscapeAnalysis NPE)
Sun, 19 Feb 2012 04:28:40 +0100 Andreas Woess Fix NPE in DebugValueMap.group
Fri, 17 Feb 2012 16:03:09 -0800 Christian Haeubl added another variant for propagating loop frequencies
Fri, 17 Feb 2012 11:02:52 -0800 Christian Haeubl Merge
Fri, 17 Feb 2012 11:02:19 -0800 Christian Haeubl avoid code generation for typechecks that are only used for anchoring
Fri, 17 Feb 2012 10:34:34 -0800 Christian Haeubl fixed checkcast when inlining more than one method
Fri, 17 Feb 2012 10:30:39 -0800 Christian Haeubl fixed VS project files
Fri, 17 Feb 2012 19:24:53 +0100 Doug Simon Added missing file.
Fri, 17 Feb 2012 15:31:40 +0100 Gilles Duboscq Merge
Fri, 17 Feb 2012 14:47:57 +0100 Gilles Duboscq Merge
Fri, 17 Feb 2012 14:47:48 +0100 Gilles Duboscq Make it possible to pass jvm args in jtt and unittest
Fri, 17 Feb 2012 13:54:39 +0100 Gilles Duboscq Fix a problem with having a MemoryCheckpoint that is also a ControlSplit (InvokeWithException), the ANY_LOCATION can not be this control split in both branches because it may lead to scheduling problems : make ExceptionObject a MemoryCheckpoint
Fri, 17 Feb 2012 13:17:42 +0100 Gilles Duboscq check all framestates in LIRGen assert
Fri, 17 Feb 2012 12:37:29 +0100 Gilles Duboscq Merge
Fri, 17 Feb 2012 12:37:17 +0100 Gilles Duboscq Fix checkcast type in polymorphic inlining
Fri, 17 Feb 2012 11:37:44 +0100 Gilles Duboscq in esa mode, check that values in stateAfter are all ready after LIRGen of a ValudeNode
Thu, 16 Feb 2012 19:29:32 +0100 Gilles Duboscq Make assert in getInlineInfo output more information
Thu, 16 Feb 2012 18:59:18 +0100 Gilles Duboscq Merge
Thu, 16 Feb 2012 18:59:09 +0100 Gilles Duboscq Add checkcast for type-guarded inlining
Thu, 16 Feb 2012 18:24:31 +0100 Gilles Duboscq Fix merge
Thu, 16 Feb 2012 17:47:43 +0100 Gilles Duboscq Merge
Thu, 16 Feb 2012 17:47:14 +0100 Gilles Duboscq clenup unused floating nodes on killCFG
Thu, 16 Feb 2012 14:53:04 +0100 Gilles Duboscq Merge
Thu, 16 Feb 2012 14:43:05 +0100 Gilles Duboscq Add merge-before-loopend simplification for merges
Thu, 16 Feb 2012 13:48:47 +0100 Gilles Duboscq Transform some CiBailout into GraalInternalError
Thu, 16 Feb 2012 13:48:00 +0100 Gilles Duboscq Update visualiser's color filter
Thu, 16 Feb 2012 11:57:38 +0100 Gilles Duboscq Make it possible to have multiple LoopEnds per LoopBegin
Wed, 15 Feb 2012 20:09:25 +0100 Gilles Duboscq Make the graph object always available in context (helps debugging problems during LIRGen)
Wed, 15 Feb 2012 20:05:06 +0100 Gilles Duboscq Use parameters in graph group names for the visualizer so that successive compilation of methods with same name but different signature don't get fused
Tue, 14 Feb 2012 11:32:21 +0100 Gilles Duboscq Fix merge
Tue, 14 Feb 2012 11:28:57 +0100 Gilles Duboscq Merge
Mon, 13 Feb 2012 16:04:59 +0100 Gilles Duboscq move TypeProfileWidth definition inside the ifndef TIERED block
Fri, 17 Feb 2012 15:01:37 +0100 Doug Simon Added -g option to 'mx gate' to omit the server and client builds (i.e. -g == graal only).
Fri, 17 Feb 2012 14:07:32 +0100 Doug Simon Made GraalVM build work on Mac OS X.
Thu, 16 Feb 2012 16:32:14 -0800 Christian Haeubl Merge
Thu, 16 Feb 2012 16:31:27 -0800 Christian Haeubl disabled megamorphic calls, trying an inlining policy where invokes within loops do not have any advantages
Thu, 16 Feb 2012 14:02:08 -0800 Christian Haeubl disable megamorphic inlining for now
Thu, 16 Feb 2012 23:51:37 +0100 Doug Simon Small comment fix to test native code building guard in the gate.
Thu, 16 Feb 2012 22:58:26 +0100 Doug Simon Merge.
Thu, 16 Feb 2012 22:38:52 +0100 Doug Simon Added --omit-native-build to gate command so that native cleaning and building can be omitted for changesets that made no changes to the C/C++ code.
Thu, 16 Feb 2012 18:30:39 +0100 Andreas Woess Fix possible NullPointerException in HotSpotMethodResolvedImpl.toJava
Thu, 16 Feb 2012 17:08:32 +0100 Lukas Stadler evacuate guards when deleting control splits
Tue, 14 Feb 2012 18:00:32 -0800 Christian Haeubl set default inlining policy to the greedy one
Tue, 14 Feb 2012 15:01:36 -0800 Christian Haeubl fixed visual studio project files
Tue, 14 Feb 2012 14:01:37 -0800 Christian Haeubl minor change
Tue, 14 Feb 2012 14:00:23 -0800 Christian Haeubl Merge
Tue, 14 Feb 2012 13:53:25 -0800 Christian Haeubl bugfixes, added bytecode complexity estimation
Tue, 14 Feb 2012 20:19:29 +0100 Andreas Woess Canonicalize invoke kind to static when the exact receiver type is known, regardless of whether it is constant.
Tue, 14 Feb 2012 10:21:38 -0800 Christian Haeubl Merge
Mon, 13 Feb 2012 18:40:54 -0800 Christian Haeubl changed DynamicSizeBasedInliningPolicy to use log(probability) for frequently executed loops, added check for SmallCompiledCodeSize to WeightBasedInliningPolicy.
Mon, 13 Feb 2012 16:28:21 -0800 Christian Haeubl added assertion to ensure that methods are only inlined if they cannot be intrinsified
Mon, 13 Feb 2012 15:39:20 -0800 Christian Haeubl Fixed computation of exact type information in PhiStampPhase.
Tue, 14 Feb 2012 16:51:06 +0100 Lukas Stadler remove jtt tests from the gate (they fail in fastdebug)
Tue, 14 Feb 2012 16:27:59 +0100 Lukas Stadler add jtt tests, converted from the maxine repository using ConvertJTT
Tue, 14 Feb 2012 15:40:53 +0100 Lukas Stadler small fix to source code formatting (spaces in array initializers)
Mon, 13 Feb 2012 23:47:06 +0100 Andreas Woess Create exception dispatch even if catch type is not initialized yet.
Tue, 14 Feb 2012 12:29:11 +0100 Doug Simon Modified JDK replication process such that a copy of the default VM is made. This prevents issues with the replicated JDK being used to bootstrap a HotSpot build.
Mon, 13 Feb 2012 23:15:53 +0100 Doug Simon Made DebugInformationRecorder::describe_scope() take both a methodHandle _and_ a ciMethod* parameter to avoid creating handles in scopes where it is not allowed.
Mon, 13 Feb 2012 23:13:37 +0100 Doug Simon Made all vm builds go into subdirectories, even product builds to simplify building the various types of VMs (server, client and graal).
Mon, 13 Feb 2012 13:49:12 -0800 Christian Wimmer Use kind of input operand (instead of result operand) to determine the type of moves, because an Object constant can be loaded to a Long register for unsafe operation.
Mon, 13 Feb 2012 13:47:41 -0800 Christian Wimmer make Dump option work when IdealGraphVisualizer is not running. Print a warning message that connection is not possible instead of exiting the VM.
Mon, 13 Feb 2012 17:01:14 +0100 Andreas Woess Fix boxing elimination for boxed constants.
Mon, 13 Feb 2012 14:02:30 +0100 Doug Simon Fixed regressions in building and running debug verison of HotSpot Client.
Mon, 13 Feb 2012 14:01:49 +0100 Doug Simon Added debug build of HotSpot Client to the gate.
Mon, 13 Feb 2012 10:33:25 +0100 Doug Simon Removed unnecessary casts.
Mon, 13 Feb 2012 10:27:38 +0100 Doug Simon Clarified mx help text on how to build/run [Graal|Client|Server].
Sun, 12 Feb 2012 23:37:47 +0100 Andreas Woess Visualizer: Fix range slider scrollbar. Change app.name to graalvisualizer.
Sun, 12 Feb 2012 23:21:54 +0100 Andreas Woess Visualizer: Fix edge tooltip showing wrong node ids. GraalEdgeColorFilter: Don't change style of dashed lines.
Sat, 11 Feb 2012 23:35:44 +0100 Andreas Woess (Windows) Add Graal build configurations (with GRAAL defined) and fix build command.
Sat, 11 Feb 2012 11:15:32 -0800 Christian Haeubl bugfix
Sat, 11 Feb 2012 11:09:20 -0800 Christian Haeubl bugfix
Sat, 11 Feb 2012 10:30:46 -0800 Christian Haeubl added another inlining policy, added option to disable propagation of loop frequencies
Fri, 10 Feb 2012 17:59:35 -0800 Christian Haeubl better allocation of methodData's extraData so that exceptions and deoptimizations can be recorded more accurately
Fri, 10 Feb 2012 17:03:51 -0800 Christian Haeubl reverted default inlining policy
Fri, 10 Feb 2012 16:56:01 -0800 Christian Haeubl bugfix
Fri, 10 Feb 2012 14:37:38 -0800 Christian Haeubl active client compiler inlining policy for one run on the benchmark server
Fri, 10 Feb 2012 14:36:19 -0800 Christian Haeubl avoid recursive inlining, escape analysis does no longer restart inlining with level 0, bugfixes
Fri, 10 Feb 2012 11:14:51 -0800 Christian Haeubl added compilation time statistics to product mode
Fri, 10 Feb 2012 10:16:19 -0800 Christian Haeubl Merge
Fri, 10 Feb 2012 10:07:48 -0800 Christian Haeubl enabled nmethod statistics for product build
Fri, 10 Feb 2012 17:09:39 +0100 Gilles Duboscq Merge
Fri, 10 Feb 2012 17:04:03 +0100 Gilles Duboscq Make it possible again to build a real client libjvm, drop the UseGraal flag.
Fri, 10 Feb 2012 02:22:23 +0100 Gilles Duboscq Make graph dumping a bit more robust when there is no method, enable debug in the startCompiler method, add context and scope for snippets installation
Thu, 09 Feb 2012 13:50:52 +0100 Gilles Duboscq Merge
Thu, 09 Feb 2012 13:21:42 +0100 Gilles Duboscq Fix an other NPE in CFGPrinterObserver
Fri, 10 Feb 2012 13:58:04 +0100 Lukas Stadler explicitly exclude com.oracle.max.graal.tests from graal class path to make JUnit tests work
Thu, 09 Feb 2012 18:36:11 -0800 Christian Haeubl Merge
Thu, 09 Feb 2012 18:35:47 -0800 Christian Haeubl added option to summarize debug values
Thu, 09 Feb 2012 17:03:44 -0800 Christian Haeubl fixed another endless recompilation
Thu, 09 Feb 2012 13:26:51 -0800 Christian Haeubl changed profiling maturity so that profiling information is used more likely
Thu, 09 Feb 2012 17:37:53 -0800 Christian Wimmer Lower NormalizeCompareNode in the front end to avoid LIR operation.
Thu, 09 Feb 2012 23:54:33 +0100 Thomas Wuerthinger Fixed a bug in the canonicalizer of the UnboxNode (brought up by Truffle).
Thu, 09 Feb 2012 21:26:26 +0100 Thomas Wuerthinger Added experimental ConvertDeoptimizeToGuardPhase.
Thu, 09 Feb 2012 20:05:59 +0100 Thomas Wuerthinger Allow to intrinsify an invoke with a deoptimize node. Make debug output more relaxed wrt to null in FrameMap.method
Thu, 09 Feb 2012 18:20:56 +0100 Thomas Wuerthinger Make IntegerAddNode non-final.
Thu, 09 Feb 2012 13:39:07 +0100 Thomas Wuerthinger Fix unit test cases for new way of creating exception edges for invokes (i.e. only create edge if there was at least 1 exception at that place).
Thu, 09 Feb 2012 13:21:33 +0100 Thomas Wuerthinger Merge.
Thu, 09 Feb 2012 11:45:15 +0100 Thomas Wuerthinger Merge.
Thu, 09 Feb 2012 10:50:39 +0100 Thomas Wuerthinger Only emit explicit exception check if exc has been seen.
Thu, 09 Feb 2012 10:24:41 +0100 Thomas Wuerthinger Try a more aggressive setting wrt to generating exception branches at invokes.
Thu, 09 Feb 2012 11:46:10 +0100 Gilles Duboscq Merge
Thu, 09 Feb 2012 11:45:56 +0100 Gilles Duboscq Fix stateAfter for multiple type inline
Wed, 08 Feb 2012 12:21:10 +0100 Gilles Duboscq Merge
Wed, 08 Feb 2012 12:20:59 +0100 Gilles Duboscq Improve specjvm2008 command
Thu, 09 Feb 2012 10:29:29 +0100 Doug Simon Added 'gv' command to mx for launching the GraalVisualizer.
Thu, 09 Feb 2012 10:14:18 +0100 Thomas Wuerthinger Make CFGObserver handle the case without GraalCompiler silently without NPE.
Thu, 09 Feb 2012 10:03:21 +0100 Thomas Wuerthinger Merge.
Thu, 09 Feb 2012 10:03:00 +0100 Thomas Wuerthinger Fixed signature lookup (unresolved arguments remained unresolved all the time).
Thu, 09 Feb 2012 09:04:12 +0100 Thomas Wuerthinger Corrected project name.
Wed, 08 Feb 2012 21:15:00 -0800 Christian Haeubl Merge
Wed, 08 Feb 2012 21:13:35 -0800 Christian Haeubl bugfix
Wed, 08 Feb 2012 20:30:47 -0800 Christian Haeubl fixed exception framestate
Tue, 07 Feb 2012 18:37:49 -0800 Christian Haeubl added two inlining policies for comparison
Tue, 07 Feb 2012 12:09:11 -0800 Christian Haeubl fixed exceptionSeen profiling information
Tue, 07 Feb 2012 11:43:05 -0800 Christian Haeubl fixed profiling of typechecks
Wed, 08 Feb 2012 19:25:29 -0800 Christian Wimmer Separate LIR and new register allocator into separate projects
Wed, 08 Feb 2012 18:19:09 -0800 Christian Wimmer Refactorings to prepare for LIR project splitting
Wed, 08 Feb 2012 15:36:41 -0800 Christian Wimmer Remove obsolete CompilationObserver
Wed, 08 Feb 2012 15:35:21 -0800 Christian Wimmer Restructure phi functions in LIR; Re-enabled C1Visualizer output
Wed, 08 Feb 2012 17:40:55 +0100 Thomas Wuerthinger Made ant build work for visualizer.
Wed, 08 Feb 2012 14:34:09 +0100 Thomas Wuerthinger Make ant build/run for visualizer work. Updated hgignore to include nbplatform directory.
Wed, 08 Feb 2012 13:28:52 +0100 Thomas Wuerthinger Added build-impl.xml
Tue, 07 Feb 2012 23:30:08 +0100 Thomas Wuerthinger Merge.
Tue, 07 Feb 2012 23:29:47 +0100 Thomas Wuerthinger Updated project name.
Tue, 07 Feb 2012 23:27:09 +0100 Thomas Wuerthinger Added netbeans project files, updates .hgignore
Tue, 07 Feb 2012 22:57:54 +0100 Andreas Woess Fix assert for virtual objects in canonicalizer phase.
Tue, 07 Feb 2012 22:56:35 +0100 Thomas Wuerthinger Merge.
Tue, 07 Feb 2012 22:53:27 +0100 Thomas Wuerthinger Revert old igv.
Tue, 07 Feb 2012 22:41:09 +0100 Thomas Wuerthinger Moved visualizer to new directory.
Tue, 07 Feb 2012 22:31:33 +0100 Thomas Wuerthinger Made the zoom actions multi-applyable.
Tue, 07 Feb 2012 22:28:18 +0100 Thomas Wuerthinger Fixed layout and zoom implementation in cfg view.
Tue, 07 Feb 2012 22:24:29 +0100 Thomas Wuerthinger Introduce "sharedactions" project. Share export and zoom actions between cfg and igv visualizer.
Tue, 07 Feb 2012 21:45:06 +0100 Thomas Wuerthinger Fixed more actions of the CFG editor.
Tue, 07 Feb 2012 21:09:31 +0100 Thomas Wuerthinger Merge.
Sun, 05 Feb 2012 05:40:36 +0100 Thomas Wuerthinger Merge.
Sun, 05 Feb 2012 05:37:52 +0100 Thomas Wuerthinger Fix window modes. Open snapshot view on startup.
Sun, 05 Feb 2012 05:05:51 +0100 Thomas Wuerthinger Remove zoom animation.
Sun, 05 Feb 2012 04:34:57 +0100 Thomas Wuerthinger Fix router and layout actions. Now works also on multiple scenes and uses preferences. Also, use preferences for currently selected factory.
Sun, 05 Feb 2012 02:48:13 +0100 Thomas Wuerthinger Removed color action.
Sun, 05 Feb 2012 02:42:16 +0100 Thomas Wuerthinger Updated editor view.
Sun, 05 Feb 2012 02:03:30 +0100 Thomas Wuerthinger Clean up next/prev actions. Remove ContextAction class.
Sun, 05 Feb 2012 00:52:10 +0100 Thomas Wuerthinger Renamed snapshots to snapshots view.
Sun, 05 Feb 2012 00:46:25 +0100 Thomas Wuerthinger Added snapshots view.
Sat, 04 Feb 2012 21:41:02 +0100 Thomas Wuerthinger Remove server compiler project. Create new lookup utility.
Sat, 04 Feb 2012 21:12:50 +0100 Thomas Wuerthinger Clean, improve and rename coordinator component.
Fri, 03 Feb 2012 21:35:31 +0100 Thomas Wuerthinger Experiments with Actions API.
Thu, 02 Feb 2012 17:51:39 +0100 Thomas Wuerthinger Removed SelectionCoordinator; now CFG and Graph view working in parallel.
Wed, 01 Feb 2012 18:29:28 +0100 Thomas Wuerthinger Extracted editor into a new project to separate it from the diagram scene view.
Wed, 01 Feb 2012 17:48:37 +0100 Thomas Wuerthinger Fully separate the view from the editor.
Wed, 01 Feb 2012 16:59:26 +0100 Thomas Wuerthinger More clean up around editor top component.
Wed, 01 Feb 2012 16:17:16 +0100 Thomas Wuerthinger strip down and clean up outline view.
Wed, 01 Feb 2012 13:30:02 +0100 Thomas Wuerthinger Removed svn directories from hg repo.
Tue, 31 Jan 2012 18:38:58 +0100 Thomas Wuerthinger New range slider version.
Tue, 31 Jan 2012 00:23:10 +0100 Thomas Wuerthinger Added CFG editor from c1visualizer.
Mon, 30 Jan 2012 23:11:38 +0100 Thomas Wuerthinger Imported data model from c1visualizer.
Tue, 07 Feb 2012 21:17:08 +0100 Andreas Woess Merge
Tue, 07 Feb 2012 21:15:58 +0100 Andreas Woess Implement eager type resolving.
Tue, 07 Feb 2012 19:41:28 +0100 Gilles Duboscq Gate : run fastdebug configuration before product in order to get a better log if the gate fails
Tue, 07 Feb 2012 19:03:51 +0100 Gilles Duboscq Add hsdis command to mx
Tue, 07 Feb 2012 15:59:54 +0100 Gilles Duboscq Merge
Tue, 07 Feb 2012 15:59:29 +0100 Gilles Duboscq Add Scala DaCapo benchs
Tue, 07 Feb 2012 12:48:19 +0100 Andreas Woess Merge
Tue, 07 Feb 2012 12:40:55 +0100 Andreas Woess IGV fix: Add folder for groups immediately.
Tue, 07 Feb 2012 12:35:22 +0100 Andreas Woess Changes to debug framework.
Mon, 06 Feb 2012 19:04:18 -0800 Christian Haeubl methodData bugfix
Mon, 06 Feb 2012 18:32:30 -0800 Christian Haeubl fixed windows build, filtered methodDataOop for reflection
Mon, 06 Feb 2012 18:03:24 -0800 Christian Haeubl fixed windows build
Mon, 06 Feb 2012 15:52:59 -0800 Christian Haeubl bugfix
Mon, 06 Feb 2012 15:28:35 -0800 Christian Haeubl hotspot gc bugfix, added possibility to fallback to invocation if type check is violated
Mon, 06 Feb 2012 10:11:25 -0800 Christian Haeubl added missing include
Mon, 06 Feb 2012 09:51:48 -0800 Christian Haeubl fixes after merge
Mon, 06 Feb 2012 09:41:16 -0800 Christian Haeubl Merge
Fri, 03 Feb 2012 13:42:45 -0800 Christian Haeubl added C1 inlining policy for comparison, bugfixes
Fri, 03 Feb 2012 13:41:59 -0800 Christian Haeubl fixed endless recompiles
Fri, 03 Feb 2012 13:40:32 -0800 Christian Haeubl fixed uppercase filename
Thu, 02 Feb 2012 20:47:38 -0800 Christian Haeubl Merge
Thu, 02 Feb 2012 20:45:36 -0800 Christian Haeubl inlining seems stable but deoptimizes too frequently
Thu, 02 Feb 2012 19:50:18 -0800 Christian Haeubl bugfixes
Thu, 02 Feb 2012 17:46:37 -0800 Christian Haeubl fixes after merge
Thu, 02 Feb 2012 16:07:52 -0800 Christian Haeubl Merge
Thu, 02 Feb 2012 15:40:30 -0800 Christian Haeubl bugfix
Thu, 02 Feb 2012 15:30:31 -0800 Christian Haeubl fixed typecheck branch probability
Thu, 02 Feb 2012 14:21:36 -0800 Christian Haeubl inlining of multiple methods survives bootstrapping
Tue, 31 Jan 2012 17:09:11 -0800 Christian Haeubl fixed framestate for inlining multiple methods
Tue, 31 Jan 2012 11:37:16 -0800 Christian Haeubl inlining bugfixes and cleanup
Mon, 30 Jan 2012 17:02:27 -0800 Christian Haeubl cleanup
Mon, 30 Jan 2012 11:13:45 -0800 Christian Haeubl fixed merge control flow for inlining
Fri, 27 Jan 2012 21:17:33 -0800 Christian Haeubl bugfixes for inlining multiple methods
Fri, 27 Jan 2012 18:16:32 -0800 Christian Haeubl inlining of multiple trival methods at one call site works
Fri, 27 Jan 2012 12:15:12 -0800 Christian Haeubl NullCheck and IsTypeNode were in wrong order
Fri, 27 Jan 2012 11:45:48 -0800 Christian Haeubl more efficient methodData access
Fri, 27 Jan 2012 11:36:09 -0800 Christian Haeubl some parts for inlining multiple methods
Thu, 26 Jan 2012 22:44:31 -0800 Christian Haeubl first parts for inlining multiple methods, added Simplifiable to switch nodes, some documentation
Tue, 24 Jan 2012 14:23:40 -0800 Christian Haeubl bugfix
Tue, 24 Jan 2012 13:25:16 -0800 Christian Haeubl bugfixes
Tue, 24 Jan 2012 23:47:20 -0800 Christian Haeubl changed visual studio build directories to match mx build
Mon, 23 Jan 2012 18:56:52 -0800 Christian Haeubl bugfixes
Mon, 23 Jan 2012 15:02:58 -0800 Christian Haeubl fixed methodDataOop access
Mon, 23 Jan 2012 13:37:40 -0800 Christian Haeubl Merge
Mon, 23 Jan 2012 13:22:43 -0800 Christian Haeubl fixed graal to hotspot
Fri, 20 Jan 2012 18:24:17 -0800 Christian Haeubl profiling info fixes
Thu, 19 Jan 2012 16:29:35 -0800 Christian Haeubl profiling info first try
Sat, 04 Feb 2012 15:43:40 +0100 Doug Simon Made gate do a full clean and added timing report for all gate tasks to end of gate log.
Sat, 04 Feb 2012 11:46:32 +0100 Gilles Duboscq Remove 'Starting scope' and 'regexp:' messages from Debug
Sat, 04 Feb 2012 11:45:35 +0100 Gilles Duboscq Merge
Fri, 03 Feb 2012 18:56:09 -0800 Christian Wimmer Restructure block and control flow graph data structures
Fri, 03 Feb 2012 18:34:33 +0100 Andreas Woess Minor change.
Fri, 03 Feb 2012 17:13:46 +0100 Lukas Stadler some more checkcast opts
Fri, 03 Feb 2012 11:05:58 +0100 Lukas Stadler simplifications to instanceof and checkcast hints
Fri, 03 Feb 2012 10:21:02 +0100 Lukas Stadler Merge
Fri, 03 Feb 2012 10:17:33 +0100 Lukas Stadler add hints to InstanceOfNode and CheckCastNode
Fri, 03 Feb 2012 10:08:57 +0100 Lukas Stadler small fix to NodeInputList and NodeList constructors
Wed, 01 Feb 2012 11:59:32 +0100 Lukas Stadler enable dumping graphs upon exception, new constructor for NodeInputList, initialize debug system for non-compiler threads
Thu, 02 Feb 2012 19:08:03 +0100 Gilles Duboscq Fix off by one in array copy write barrier, since the bulk barrier works, remove the barrier from the copy loop
Wed, 01 Feb 2012 23:44:16 +0100 Andreas Woess Fix evaluation order of the And and Or node predicates.
Wed, 01 Feb 2012 17:46:20 +0100 Gilles Duboscq Fix missing write barrier for object arraycopy's aliased case
Wed, 01 Feb 2012 17:23:23 +0100 Gilles Duboscq Fix array copy snippet's write barrier
Wed, 01 Feb 2012 16:54:44 +0100 Gilles Duboscq Move Array copy, Unsafe and System snippets to hotspot specific project since they are hotspot specific.
Wed, 01 Feb 2012 11:36:50 +0100 Gilles Duboscq Merge
Wed, 01 Feb 2012 11:35:57 +0100 Gilles Duboscq Remove RemovePlaceholderPhase, Add InsertStateAfterPlaceholderPhase for snippets so that a method can not deopt from after a snippet invoke into the inlined snippet
Mon, 30 Jan 2012 23:29:59 +0100 Gilles Duboscq Make Array copy intrinsifier active again, fix format string in canonicalizer
Tue, 31 Jan 2012 10:47:55 +0100 Lukas Stadler set probability of nodes added to the cfg graph
Tue, 31 Jan 2012 10:47:33 +0100 Lukas Stadler small fixed to log output
Mon, 30 Jan 2012 22:17:01 +0100 Doug Simon Made it possible to build and run the client and server VM with a new '--vm' option to 'mx build' and a global option of the same name.
Mon, 30 Jan 2012 16:14:55 +0100 Gilles Duboscq Fail bench/test on "Exception occured in scope: "
Mon, 30 Jan 2012 15:46:58 +0100 Gilles Duboscq Merge
Mon, 30 Jan 2012 15:41:28 +0100 Gilles Duboscq fix merge
Mon, 30 Jan 2012 15:16:33 +0100 Gilles Duboscq Merge
Mon, 30 Jan 2012 15:08:49 +0100 Gilles Duboscq Add new arraycopy intrinsics : Object (when no storecheck required), Float and Double
Mon, 30 Jan 2012 13:06:11 +0100 Gilles Duboscq cleanup around filter and predicates :
Mon, 30 Jan 2012 15:16:00 +0100 Doug Simon Small doc fixes.
Sun, 29 Jan 2012 11:40:04 +0100 Andreas Woess Merge
Sun, 29 Jan 2012 11:27:18 +0100 Andreas Woess Fix and improve tail call.
Sun, 29 Jan 2012 02:13:31 +0100 Thomas Wuerthinger Removed code for updating graal_path.
Sun, 29 Jan 2012 01:56:43 +0100 Thomas Wuerthinger Tentative implementation of Meter and Time.
Sun, 29 Jan 2012 00:06:40 +0100 Thomas Wuerthinger Remove TraceRelocation flag.
Sun, 29 Jan 2012 00:05:58 +0100 Thomas Wuerthinger Remove TraceLIRVisit
Sun, 29 Jan 2012 00:04:36 +0100 Thomas Wuerthinger Remove TraceAssembler flag.
Sun, 29 Jan 2012 00:03:33 +0100 Thomas Wuerthinger Remove TraceInlining.
Sat, 28 Jan 2012 23:56:49 +0100 Thomas Wuerthinger Remove TraceCanonicalizer flag.
Sat, 28 Jan 2012 23:55:52 +0100 Thomas Wuerthinger Remove TraceGVN flag.
Sat, 28 Jan 2012 23:55:02 +0100 Thomas Wuerthinger Remove TraceProbability flag.
Sat, 28 Jan 2012 23:53:14 +0100 Thomas Wuerthinger Removed TraceReadElimination flag.
Sat, 28 Jan 2012 23:52:45 +0100 Thomas Wuerthinger Added Formattable interface to node base class in order to allow custom handling of formatter specifiers for the node class.
Sat, 28 Jan 2012 23:14:46 +0100 Thomas Wuerthinger Make mx script killable on Windows. renamed mx.bat to mx.cmd.
Sat, 28 Jan 2012 22:27:36 +0100 Thomas Wuerthinger Add memory window to IGV in order to track current memory usage.
Sat, 28 Jan 2012 22:10:31 +0100 Thomas Wuerthinger Fixed warnings.
Sat, 28 Jan 2012 21:53:02 +0100 Thomas Wuerthinger Removing unused projects.
Sat, 28 Jan 2012 21:44:17 +0100 Thomas Wuerthinger Removed debug output.
Sat, 28 Jan 2012 17:18:29 +0100 Thomas Wuerthinger Organize imports in IGV.
Sat, 28 Jan 2012 16:07:06 +0100 Thomas Wuerthinger Removed CFG view and related concepts from IGV.
Sat, 28 Jan 2012 15:48:40 +0100 Thomas Wuerthinger Improved layout algorithm to put an emphasis on CFG edges.
Sat, 28 Jan 2012 00:44:26 +0100 Thomas Wuerthinger Lazy initialize the printer.
Sat, 28 Jan 2012 00:40:18 +0100 Thomas Wuerthinger Merge.
Sat, 28 Jan 2012 00:39:03 +0100 Thomas Wuerthinger Removed everything related to cluster nodes.
Sat, 28 Jan 2012 00:26:03 +0100 Thomas Wuerthinger Remove block background. Default "show blocks" to false.
Sat, 28 Jan 2012 00:19:08 +0100 Thomas Wuerthinger Use try with resources.
Sat, 28 Jan 2012 00:17:24 +0100 Thomas Wuerthinger Use @Override annotation consistently.
Sat, 28 Jan 2012 00:16:17 +0100 Thomas Wuerthinger Removed old hierarchical layout manager; start removing cluster layout. apply diamond operator to whole source.
Fri, 27 Jan 2012 23:57:47 +0100 Thomas Wuerthinger Removed StructuredText model.
Fri, 27 Jan 2012 23:56:17 +0100 Thomas Wuerthinger Fixed regression in diff view. Fully removed text editor.
Fri, 27 Jan 2012 23:32:59 +0100 Thomas Wuerthinger Removed graph-to-text component and associated classes from igv.
Fri, 27 Jan 2012 23:31:28 +0100 Thomas Wuerthinger Removed scripting proxies (and therefore support for running igv on java 5 or below).
Fri, 27 Jan 2012 23:25:52 +0100 Thomas Wuerthinger Made inline tree work in IGV.
Fri, 27 Jan 2012 21:38:21 +0100 Thomas Wuerthinger Removed receiver text box from igv. Clean up igv printer.
Fri, 27 Jan 2012 21:06:41 +0100 Thomas Wuerthinger More clean up on igv printer.
Fri, 27 Jan 2012 20:53:54 +0100 Thomas Wuerthinger Automatically identify inline scoping in igv dump handler.
Fri, 27 Jan 2012 20:36:54 +0100 Thomas Wuerthinger Fixed multi-threading issue when changing the model. Fixed regression in folder node deletion.
Fri, 27 Jan 2012 19:39:29 +0100 Thomas Wuerthinger IGV clean up. Allow groups with subgroups.
Fri, 27 Jan 2012 16:42:05 +0100 Thomas Wuerthinger Merge fix.
Fri, 27 Jan 2012 16:39:32 +0100 Thomas Wuerthinger Merge.
Thu, 26 Jan 2012 18:33:58 +0100 Thomas Wuerthinger Drafted regexp filters. Rewrote logging statements of floating read phase.
Thu, 26 Jan 2012 17:26:42 +0100 Thomas Wuerthinger Add another #ifdef GRAAL
Thu, 26 Jan 2012 17:17:42 +0100 Thomas Wuerthinger Remove debug print out.
Thu, 26 Jan 2012 17:16:14 +0100 Thomas Wuerthinger Merge fix.
Thu, 26 Jan 2012 17:09:43 +0100 Thomas Wuerthinger Merge.
Tue, 24 Jan 2012 20:32:32 +0100 Thomas Wuerthinger Merge.
Tue, 24 Jan 2012 20:32:23 +0100 Thomas Wuerthinger Draft changes to the graph plotting.
Fri, 20 Jan 2012 16:26:35 +0100 Thomas Wuerthinger Added DebugDumpHandler interface.
Fri, 20 Jan 2012 16:19:41 +0100 Thomas Wuerthinger Completed exception interception.
Fri, 20 Jan 2012 15:43:15 +0100 Thomas Wuerthinger Merge fix.
Fri, 20 Jan 2012 15:13:32 +0100 Thomas Wuerthinger Merge fixes.
Fri, 20 Jan 2012 15:08:24 +0100 Thomas Wuerthinger Merge.
Fri, 20 Jan 2012 14:58:51 +0100 Thomas Wuerthinger More work on debug framework.
Wed, 18 Jan 2012 13:54:40 +0100 Thomas Wuerthinger Rename Timer DebugTimer and Metric DebugMetric.
Wed, 18 Jan 2012 12:28:41 +0100 Thomas Wuerthinger Removed old Timer class.
Tue, 17 Jan 2012 23:35:39 +0100 Thomas Wuerthinger Merge.
Tue, 17 Jan 2012 23:35:21 +0100 Thomas Wuerthinger More work on debug framework. Removed concept of GraalContext.
Mon, 16 Jan 2012 18:49:12 +0100 Thomas Wuerthinger More work on new debug infrastructure.
Fri, 13 Jan 2012 18:48:46 +0100 Thomas Wuerthinger Fixed merge issues.
Fri, 13 Jan 2012 18:46:56 +0100 Thomas Wuerthinger Merge.
Fri, 13 Jan 2012 11:04:30 +0100 Thomas Wuerthinger More work on debug framework.
Wed, 11 Jan 2012 15:46:58 +0100 Thomas Wuerthinger Remove GraalMetrics, replace with new syntax for metrics.
Wed, 11 Jan 2012 15:03:55 +0100 Thomas Wuerthinger Deleted CiResult. CiTargetMethod is the result of a compilation.
Wed, 11 Jan 2012 15:02:48 +0100 Thomas Wuerthinger more work on debug project; removed CiStatistics
Tue, 10 Jan 2012 23:00:17 +0100 Thomas Wuerthinger Moved PrintCompilation logic from graal.compiler to graal.hotspot. Made bootclasspath generated from the GRAAL environment option more generic (such that adding/removing a project requires no changes in the C++ part).
Tue, 10 Jan 2012 20:14:08 +0100 Thomas Wuerthinger Merge.
Tue, 10 Jan 2012 20:13:56 +0100 Thomas Wuerthinger Added draft debug classes.
Tue, 10 Jan 2012 20:13:29 +0100 Thomas Wuerthinger Drafted debug classes.
Tue, 10 Jan 2012 15:44:39 +0100 Thomas Wuerthinger Added new project "graal.debug".
Fri, 27 Jan 2012 17:36:06 +0100 Lukas Stadler small fix (missing changes)
Fri, 27 Jan 2012 17:28:24 +0100 Lukas Stadler enable UseExceptionProbability by default and fix the InliningUtil to correctly handle FrameState.AFTER_EXCEPTION_BCI for Invokes without an exception edge
Fri, 27 Jan 2012 17:07:03 +0100 Lukas Stadler misc cleanup
Fri, 27 Jan 2012 00:40:26 +0100 Gilles Duboscq Fix NPE in FixedGuardNode's simplify
Fri, 27 Jan 2012 00:27:10 +0100 Gilles Duboscq fix for SPECjvm2008 bench in commands.py
Thu, 26 Jan 2012 23:35:08 +0100 Gilles Duboscq Add possibility to run individual DaCapo & SPECjvm2008 benchmarks, small fix in success and score regular expressions for SPECjvm2008
Thu, 26 Jan 2012 22:54:39 +0100 Gilles Duboscq fix for SPECjvm2008 bench
Thu, 26 Jan 2012 19:12:12 +0100 Gilles Duboscq Merge
Thu, 26 Jan 2012 19:12:00 +0100 Gilles Duboscq If a benchmark fails it should fail hard, not silently
Thu, 26 Jan 2012 18:32:02 +0100 Gilles Duboscq Adding a few utility methods to Loop
Thu, 26 Jan 2012 12:23:00 +0100 Gilles Duboscq Merge
Thu, 26 Jan 2012 12:22:36 +0100 Gilles Duboscq Add posibility to give arguments for a SPECjvm2008 run
Thu, 26 Jan 2012 12:17:11 +0100 Gilles Duboscq Loop :
Wed, 25 Jan 2012 18:01:00 +0100 Gilles Duboscq Remove indcution variables code, to be replaced using type system
Tue, 24 Jan 2012 18:30:21 +0100 Gilles Duboscq Generate if(!=null){Deopt}else{...} In the unresolved case for instanceof instead of always deopting
Thu, 26 Jan 2012 09:17:12 -0800 Christian Wimmer Bugfix
Thu, 26 Jan 2012 10:54:23 +0100 Doug Simon Added support for project specs in classpath.
Wed, 25 Jan 2012 14:34:53 -0800 Christian Wimmer Remove LIROpcode and use non-anonymous subclasses of LIRInstruction
Wed, 25 Jan 2012 18:32:03 +0100 Peter Hofer IdealGraphVisualizer: call analysis filter: mark leaf nodes light gray, cutoff nodes red
Wed, 25 Jan 2012 14:15:17 +0100 Andreas Woess Merge
Wed, 25 Jan 2012 14:09:59 +0100 Andreas Woess Fix compiled method unloading.
Tue, 24 Jan 2012 19:17:28 +0100 Andreas Woess Add installMethodCallback() to HotSpotRuntime.
Mon, 23 Jan 2012 08:26:45 -0800 Christian Wimmer Merge
Thu, 19 Jan 2012 18:49:51 -0800 Christian Wimmer Improvement to LIR Verification
Mon, 23 Jan 2012 14:35:29 +0100 Peter Hofer Fix eager resolving for class constants
Mon, 23 Jan 2012 12:21:06 +0100 Peter Hofer Replace the eagerResolving option of GraphBuilderConfiguration with three resolve policies: Default, EagerForSnippets (previously eagerResolving), and Eager (resolves exceptions and types of constants as well)
Thu, 19 Jan 2012 14:14:36 -0800 Christian Wimmer Allow CiAddress as Input and Alive operands of LIR instructions.
Thu, 19 Jan 2012 14:13:50 -0800 Christian Wimmer Bootstrap with a syncrhonized method to avoid later deoptimization when the first real synchronized method is compiled.
Thu, 19 Jan 2012 19:06:25 +0100 Lukas Stadler Merge
Thu, 19 Jan 2012 18:53:48 +0100 Lukas Stadler more structured graph modification usage
Wed, 18 Jan 2012 15:09:19 +0100 Lukas Stadler more CanonicalizerPhase simplifications, added Simplifiable interface
Tue, 17 Jan 2012 19:45:39 +0100 Lukas Stadler changes to Node structures:
Tue, 17 Jan 2012 15:28:41 +0100 Lukas Stadler Merge
Tue, 17 Jan 2012 15:26:59 +0100 Lukas Stadler small fixes: don't cascade GraalInternalErrors, convert useless ifs to gotos
Tue, 17 Jan 2012 12:14:32 +0100 Lukas Stadler Merge
Tue, 17 Jan 2012 11:41:53 +0100 Lukas Stadler move part of the cfg-modifying operations into one place (currently: StructuredGraph)
Mon, 16 Jan 2012 10:59:54 +0100 Lukas Stadler Merge
Fri, 13 Jan 2012 15:27:47 +0100 Lukas Stadler add GVN after FloatingReadPhase
Fri, 13 Jan 2012 15:23:40 +0100 Lukas Stadler Merge
Thu, 12 Jan 2012 17:30:11 +0100 Lukas Stadler mx.py: new projectgraph command
Wed, 18 Jan 2012 20:27:56 -0800 Christian Wimmer Merge
Wed, 18 Jan 2012 20:19:30 -0800 Christian Wimmer update of the automatically generated project list for the classpath
Wed, 18 Jan 2012 20:12:06 -0800 Christian Wimmer Remove unnecessary disassembler-projects
Wed, 18 Jan 2012 20:08:08 -0800 Christian Wimmer Use HotSpot disassmblers for native code and bytecode
Wed, 18 Jan 2012 16:21:54 +0100 Andreas Woess Add possibility to disable inlining for specific methods.
Wed, 18 Jan 2012 15:04:03 -0800 Christian Wimmer Output of lifetime intervals for new register allocator
Wed, 18 Jan 2012 18:21:52 +0100 Gilles Duboscq force ALT_BOOTDIR to the proper jdk to avoid installing non-product builds into the product build
Wed, 18 Jan 2012 16:53:04 +0100 Gilles Duboscq Handle SIGTERM : killing mx will properly kill subprocesses
Tue, 17 Jan 2012 19:38:48 -0800 Christian Wimmer First draft of SSA-based linear scan allocator
Tue, 17 Jan 2012 19:36:20 -0800 Christian Wimmer Use HexCodeFile for disassembly to avoid loading slow disassembler.
Tue, 17 Jan 2012 19:35:29 -0800 Christian Wimmer Enforce that one fixed register cannot be a temporary operand multiple times with different kinds
Tue, 17 Jan 2012 19:33:48 -0800 Christian Wimmer Add assertions
Tue, 17 Jan 2012 20:35:49 +0100 Gilles Duboscq make SPECjvm2008 warmup time 120s, delete old benchmarkdb.py
Tue, 17 Jan 2012 13:43:19 +0100 Gilles Duboscq Merge
Tue, 17 Jan 2012 13:43:10 +0100 Gilles Duboscq Tweak some benchmark settings
Mon, 16 Jan 2012 15:35:33 +0100 Peter Hofer IdealGraphVisualizer: don't internalize strings from parsed graphs, it's expensive and can lead to OutOfMemoryErrors in the perm gen space for huge graphs
Fri, 13 Jan 2012 16:26:37 +0100 Gilles Duboscq gate : do not run tradesoap in fastdebug mode, run fop in fastdebug mode only
Fri, 13 Jan 2012 16:11:34 +0100 Gilles Duboscq Merge
Fri, 13 Jan 2012 16:11:18 +0100 Gilles Duboscq mx commands : improve bench command, fix in the outparser so that no empty 'line' is retruned if there was no match, fix bootstrap's regex
Thu, 12 Jan 2012 13:48:27 -0800 Christian Wimmer Copyright fixes
Thu, 12 Jan 2012 13:46:47 -0800 Christian Wimmer Unify and simplify conversion LIR instructions
Thu, 12 Jan 2012 13:46:26 -0800 Christian Wimmer Helper class for slow paths
Thu, 12 Jan 2012 13:44:57 -0800 Christian Wimmer Fixes after removal of GraalCompilation
Thu, 12 Jan 2012 13:44:18 -0800 Christian Wimmer Remove asAddress from FrameMap, I don't like it there.
Thu, 12 Jan 2012 16:08:41 +0100 Doug Simon Modified 'mx build' to update graal_paths.hpp (if necessary).
Thu, 12 Jan 2012 14:56:18 +0100 Lukas Stadler fix to graal_paths.hpp
Thu, 12 Jan 2012 14:50:14 +0100 Lukas Stadler move graal class path entries into a separate file that can be generated by the mx script
Wed, 11 Jan 2012 18:59:33 +0100 Doug Simon Merge.
Wed, 11 Jan 2012 18:25:56 +0100 Doug Simon Merge.
Wed, 11 Jan 2012 18:25:25 +0100 Doug Simon Fixed regressions and Windows issues in generated IDE project configurations.
Wed, 11 Jan 2012 16:55:30 +0100 Doug Simon Made generated NetBeans projects use project cross referencing.
Wed, 11 Jan 2012 15:14:45 +0100 Doug Simon Moved IDE project configuration into mx.py.
Wed, 11 Jan 2012 18:02:51 +0100 Andreas Woess Add frameMap getter to LIRGenerator. Add compileMethod overload with input graph parameter.
Wed, 11 Jan 2012 16:42:35 +0100 Lukas Stadler remove unused projects
Wed, 11 Jan 2012 16:31:46 +0100 Lukas Stadler Merge
Wed, 11 Jan 2012 16:17:51 +0100 Lukas Stadler * removed CiStatistics
Wed, 11 Jan 2012 14:02:08 +0100 Lukas Stadler fix to float/double to int/long conversion
Wed, 11 Jan 2012 13:40:12 +0100 Lukas Stadler remove CompilerStub class
Wed, 11 Jan 2012 13:35:49 +0100 Lukas Stadler another batch of work towards GraalCompilation removal:
Wed, 11 Jan 2012 12:13:33 +0100 Lukas Stadler implement F2I, D2I, F2L, D2L compiler stubs as ordinary slow paths
Tue, 10 Jan 2012 13:24:00 +0100 Lukas Stadler remove a number of GraalCompilation usages in backend and CFGPrinter (breaks CFGPrinter lir output)
Mon, 09 Jan 2012 17:15:03 +0100 Lukas Stadler small fixes to the c++ eclipse project files
Wed, 11 Jan 2012 14:04:04 +0100 Andreas Woess mx.py: fix OS detection in exe_suffix()
Tue, 10 Jan 2012 23:49:13 +0100 Doug Simon Made 'mx ideinit' resolve library dependencies eagerly as well as put absolute paths into the generated Eclipse project configurations.
Tue, 10 Jan 2012 09:35:00 -0800 Christian Wimmer Merge
Tue, 10 Jan 2012 09:07:56 -0800 Christian Wimmer Test how trace-code wrapped into an assert looks like.
Tue, 10 Jan 2012 08:50:07 -0800 Christian Wimmer Canonicalize parameter lists and names
Tue, 10 Jan 2012 16:59:46 +0100 Andreas Woess Add a compileMethod overload that takes an initial graph.
Mon, 09 Jan 2012 22:01:39 +0100 Doug Simon Removed need for GRAAL environment variable on Windows.
Mon, 09 Jan 2012 16:03:02 +0100 Peter Hofer IdealGraphVisualizer: upgrade to NetBeans 7.1 as platform
Mon, 09 Jan 2012 16:09:41 +0100 Gilles Duboscq Merge
Mon, 09 Jan 2012 14:05:12 +0100 Gilles Duboscq Fix some warnings from findbugs
Mon, 09 Jan 2012 14:21:54 +0100 Andreas Woess fix mx.py for windows
Mon, 09 Jan 2012 14:12:53 +0100 Doug Simon Changed 'mx build' such that all Java sources for a project are compiled together instead of by source directory.
Sat, 07 Jan 2012 16:05:07 -0800 Christian Wimmer Merge
Sat, 07 Jan 2012 16:04:22 -0800 Christian Wimmer Support stack-operands and register hints in new register allocator API
Sat, 07 Jan 2012 23:59:54 +0100 Doug Simon Made the DaCapo library be downloaded only on demand.
Sat, 07 Jan 2012 23:59:23 +0100 Doug Simon Removed obsolete documentation.
Sat, 07 Jan 2012 23:59:02 +0100 Doug Simon Disabled eager resolution of libraries as they are defined.
Fri, 06 Jan 2012 22:11:20 +0100 Doug Simon Made command timeout also kill any currently executing subprocess (group).
Fri, 06 Jan 2012 18:35:39 +0100 Doug Simon Disabled certain DaCapo tests for fastdebug testing in the gate.
Fri, 06 Jan 2012 17:45:40 +0100 Doug Simon Made the --timeout option apply to the whole mx command as opposed to each subprocess executed (the new --ptimeout does the latter).
Fri, 06 Jan 2012 17:44:22 +0100 Doug Simon Made the gate time each DaCapo test individually.
Fri, 06 Jan 2012 15:35:52 +0100 Doug Simon Undid expected failure for EscapeAnalysisTest.testMonitor2().
Fri, 06 Jan 2012 15:34:17 +0100 Doug Simon Fixed bug in getting correct result code for a subprocess executed with a timeout.
Fri, 06 Jan 2012 14:22:57 +0100 Doug Simon Re-enabled Java cleaning in gate.
Fri, 06 Jan 2012 14:01:43 +0100 Doug Simon Improved time stamps of gate tasks to show duration of each task explicitly.
Thu, 05 Jan 2012 17:02:58 -0800 Christian Wimmer Remove lock information from frame states, and compute it instead when LIR is generated.
Thu, 05 Jan 2012 17:02:13 -0800 Christian Wimmer jsr return addresses are valid in registers
Thu, 05 Jan 2012 16:09:47 -0800 Christian Wimmer Renaming
Thu, 05 Jan 2012 20:15:45 +0100 Gilles Duboscq Add SPECjvm2008 to benchmarks, use dacapos defined in sanitycheck for the gate
Thu, 05 Jan 2012 17:25:28 +0100 Gilles Duboscq Fix bug in code installer that caused builds with assertions to crash
Thu, 05 Jan 2012 14:53:37 +0100 Gilles Duboscq add a simple specjvm2008 command, fail a benchmark if one of the failureRE matches
Thu, 05 Jan 2012 14:25:58 +0100 Doug Simon Environment variables for HotSpot's make are only set by mx.build if they aren't already defined.
Thu, 05 Jan 2012 13:17:15 +0100 Doug Simon Made the gate clean the Java projects only.
Thu, 05 Jan 2012 11:31:46 +0100 Doug Simon Made mx.run work properly when stderr is redirected to stdout.
Wed, 04 Jan 2012 23:34:15 +0100 Thomas Wuerthinger Merge.
Wed, 04 Jan 2012 22:08:17 +0100 Thomas Wuerthinger Renaming of VMExits and VMEntries part 4.
Wed, 04 Jan 2012 21:13:44 +0100 Thomas Wuerthinger Renaming of VMExits and VMEntries part 3.
Wed, 04 Jan 2012 21:07:44 +0100 Thomas Wuerthinger Renaming of VMExits and VMEntries part 2.
Wed, 04 Jan 2012 20:59:11 +0100 Thomas Wuerthinger Renaming of VMExits and VMEntries part 1.
Wed, 04 Jan 2012 22:54:27 +0100 Gilles Duboscq Fix javac build issues with classpath
Wed, 04 Jan 2012 19:58:51 +0100 Gilles Duboscq Merge
Wed, 04 Jan 2012 19:57:51 +0100 Gilles Duboscq Various small fix around benchmarks in gate scripts
Wed, 04 Jan 2012 19:47:17 +0100 Gilles Duboscq fix for when no vm build is explicitely selected
Wed, 04 Jan 2012 13:52:46 +0100 Gilles Duboscq Fix mx : commands' scripts mx_init hook should be called before parsing command line arguments.
Wed, 04 Jan 2012 10:49:09 -0800 Christian Wimmer Using the incoming stack slot of object parameters is broken, so disable it for now.
Tue, 03 Jan 2012 18:47:27 -0800 Christian Wimmer Do not emit stack-to-stack moves.
Tue, 03 Jan 2012 18:42:32 -0800 Christian Wimmer Define incoming parameters in a PARAMS instruction. This simplifies register allocation because the initial register state does not have to be inferred from the calling convention.
Tue, 03 Jan 2012 18:41:01 -0800 Christian Wimmer Do not emit stack-to-stack moves.
Tue, 03 Jan 2012 18:36:53 -0800 Christian Wimmer Improve debug printing
Tue, 03 Jan 2012 18:35:37 -0800 Christian Wimmer Remove stack-to-stack moves because 32-bit memory push and pop instructions are not available on Intel 64 bit.
Tue, 03 Jan 2012 18:33:54 -0800 Christian Wimmer Improve debug printing
Tue, 03 Jan 2012 13:47:14 -0800 Christian Wimmer Allow an arbitary number of output operands for LIR instructions
Tue, 03 Jan 2012 12:10:27 -0800 Christian Wimmer Remove CiVariable from the CRI
Tue, 03 Jan 2012 18:22:10 +0100 Thomas Wuerthinger moved graphbuilder into the graal.java project.
Tue, 03 Jan 2012 17:53:26 +0100 Thomas Wuerthinger Fixed unit tests.
Tue, 03 Jan 2012 17:31:23 +0100 Thomas Wuerthinger Add graph builder to the phase plan.
Tue, 03 Jan 2012 16:47:54 +0100 Thomas Wuerthinger Canonicalized projects.
Tue, 03 Jan 2012 16:47:02 +0100 Thomas Wuerthinger Merge.
Tue, 03 Jan 2012 16:44:31 +0100 Thomas Wuerthinger Move printer into separate project.
Tue, 03 Jan 2012 16:29:28 +0100 Thomas Wuerthinger Renamed cri packages from sun to oracle.
Tue, 03 Jan 2012 16:24:22 +0100 Thomas Wuerthinger More restructuring of cri; moved bytecodes ingo compiler.graphbuilder.* package
Tue, 03 Jan 2012 16:06:31 +0100 Thomas Wuerthinger Move HotSpotMethod* and HotSpotType* implementations into ri subpackage.
Tue, 03 Jan 2012 15:36:28 +0100 Thomas Wuerthinger Remove isFoldable from runtime interface.
Tue, 03 Jan 2012 15:34:46 +0100 Thomas Wuerthinger Removed inlining decisions from CRI.
Tue, 03 Jan 2012 15:30:57 +0100 Thomas Wuerthinger More CRI clean up.
Tue, 03 Jan 2012 15:26:18 +0100 Thomas Wuerthinger Delete HotSpotTarget.
Tue, 03 Jan 2012 15:24:41 +0100 Thomas Wuerthinger CRI clean up.
Tue, 03 Jan 2012 15:17:35 +0100 Thomas Wuerthinger Removed tail call node and opcode (=> must be moved to the truffle project).
Tue, 03 Jan 2012 15:16:05 +0100 Thomas Wuerthinger Added mx.bat for Windows.
Tue, 03 Jan 2012 15:15:53 +0100 Thomas Wuerthinger Fixed warning.
Tue, 03 Jan 2012 15:49:22 +0100 Doug Simon Downloads are attempted via Java first since it shows a progress counter.
Tue, 03 Jan 2012 13:54:11 +0100 Doug Simon Disabled copyright check in the gate until the CheckCopyright tools supports the HotSpot copyright notice format.
Tue, 03 Jan 2012 13:53:38 +0100 Doug Simon Made stdout for mx unbuffered.
Tue, 03 Jan 2012 12:56:55 +0100 Doug Simon Added message showing the number of changesets being checked.
Tue, 03 Jan 2012 12:37:31 +0100 Doug Simon Added copyright check to the gate.
Mon, 02 Jan 2012 17:39:20 -0800 Christian Wimmer Move all isXxx and asXxx out of CiValue and into their own util class.
Mon, 02 Jan 2012 14:38:17 -0800 Christian Wimmer Simplify CiValue
Mon, 02 Jan 2012 14:16:08 -0800 Christian Wimmer Simplify FrameMap: make offsets of spill slots and outgoing parameters independent so that they can be allocated at the same time, eliminating the separate phases. This makes the separate StackBlock unnecesary. Change CiStackSlot to use byte offsets instead of spill slot index. This makes CiTarget.spillSlotSize unnecessary.
Mon, 02 Jan 2012 22:18:16 +0100 Thomas Wuerthinger Fixed gate script such that JAVA_HOME can be set in env file.
Mon, 02 Jan 2012 21:55:47 +0100 Thomas Wuerthinger Merge.
Mon, 02 Jan 2012 21:52:23 +0100 Thomas Wuerthinger Add the Dacapo benchmarks to the "lib" folder instead of using the environment variable. Fixed an issue in the downloader.
Mon, 02 Jan 2012 17:47:48 +0100 Thomas Wuerthinger Make building work on Windows.
Mon, 02 Jan 2012 18:40:00 +0100 Peter Hofer Initialize resolved as well as unresolved classes in the native implementation of HotSpotConstantPool.loadReferencedType()
Mon, 02 Jan 2012 14:21:07 +0100 Peter Hofer IdealGraphVisualizer bugfixes:
Thu, 29 Dec 2011 16:07:35 -0800 Christian Wimmer Use callee save area to model the saved rbp register. Remove various hacks that added the saved area size in native code.
Thu, 29 Dec 2011 15:47:15 -0800 Christian Wimmer Canonicalize the incoming and outgoing parameters to stack-kinds
Thu, 29 Dec 2011 14:06:59 -0800 Christian Wimmer hgignore all .cfg files
Thu, 29 Dec 2011 14:05:08 -0800 Christian Wimmer Ensure bootstrapping waits until methods are compiled
Thu, 29 Dec 2011 14:00:57 -0800 Christian Wimmer Remove unnecessary method
Wed, 28 Dec 2011 18:13:25 -0800 Christian Wimmer Initial commit of SSA-based spill-all register assignment
Wed, 28 Dec 2011 18:12:08 -0800 Christian Wimmer Start bootstrapping in compiler threads
Tue, 27 Dec 2011 06:20:45 +0100 Doug Simon Trivial change to test gate.
Fri, 23 Dec 2011 12:44:00 -0800 Christian Wimmer Remove unnecessary field from MoveResolver
Fri, 23 Dec 2011 12:21:46 -0800 Christian Wimmer Change LIRInsertionBuffer to add instructions _before_ the specified index, instead of _after_. Cleanup the interface and document it.
Fri, 23 Dec 2011 12:10:28 -0800 Christian Wimmer .hgignore all sub-versions of jsk1.7.0
Fri, 23 Dec 2011 11:26:04 +0100 Doug Simon Trivial change to test gate.
Fri, 23 Dec 2011 10:38:39 +0100 Doug Simon Commented out clean step in gate.
Fri, 23 Dec 2011 09:41:41 +0100 Doug Simon Interpret '--timeout 0' correctly (i.e. as no timeout).
Fri, 23 Dec 2011 09:28:09 +0100 Doug Simon Added clean step to gate.
Thu, 22 Dec 2011 22:52:25 +0100 Doug Simon Added 'unittest' command to run the Graal unit tests.
Thu, 22 Dec 2011 22:51:37 +0100 Doug Simon Added support for specifying a timeout when running an external command.
Wed, 21 Dec 2011 17:24:39 +0100 Doug Simon Simplified 'dacapo' command and made it more suitable for gate usage.
Wed, 21 Dec 2011 14:54:26 +0100 Doug Simon Added 'export' command for creating a GraalVM zip file distribution without the Mercurial data or VM sources.
Wed, 21 Dec 2011 11:25:27 +0100 Doug Simon Removed strict requirement for GRAAL environment variable. It only needs to be set now if the graal directory is not in the directory hierarchy of GraalVM JDK.
Tue, 20 Dec 2011 15:59:32 +0100 Doug Simon Added mx.sh symlink at top level to mxtool/mx.
Tue, 20 Dec 2011 15:50:25 +0100 Doug Simon Merge.
Tue, 20 Dec 2011 14:09:53 +0100 Doug Simon Added PyDev configuration for mxtool.
Tue, 20 Dec 2011 15:48:29 +0100 Gilles Duboscq missing file
Tue, 20 Dec 2011 15:34:43 +0100 Gilles Duboscq start work on integrating old hooks into mx, work on sanity checks
Tue, 20 Dec 2011 10:36:44 +0100 Doug Simon Integrated latest mxtool updates.
Tue, 20 Dec 2011 10:14:52 +0100 Doug Simon Replace downloading of JDK 7 with copying of host JDK 7.
Mon, 19 Dec 2011 22:22:56 +0100 Doug Simon Improved 'build' and 'clean' commands.
Mon, 19 Dec 2011 21:48:32 +0100 Doug Simon Fixed 'build' command.
Mon, 19 Dec 2011 20:56:59 +0100 Doug Simon Removed 'tests' command.
Mon, 19 Dec 2011 18:31:09 +0100 Doug Simon Adopted mxtool changes.
Sun, 18 Dec 2011 13:55:25 +0100 Lukas Stadler make domake executable
Sun, 18 Dec 2011 05:24:06 +0100 Thomas Wuerthinger Adjust code base to new level of warnings.
Sun, 18 Dec 2011 05:23:52 +0100 Thomas Wuerthinger Enforce stronger compiler warning rules. No longer allow:
Sun, 18 Dec 2011 01:01:34 +0100 Thomas Wuerthinger Further reduce diff to HotSpot.
Sun, 18 Dec 2011 00:41:15 +0100 Thomas Wuerthinger remove pollJavaQueue and related functionality, minimize diff against HotSpot in the compileBroker.
Sat, 17 Dec 2011 22:03:44 +0100 Thomas Wuerthinger Merge fixes.
Sat, 17 Dec 2011 21:40:27 +0100 Thomas Wuerthinger Merge with hsx23/hotspot.
Fri, 16 Dec 2011 12:37:38 -0800 amurillo Added tag hs23-b08 for changeset a2fef924d8e6 jdk8-b18
Fri, 16 Dec 2011 12:38:00 -0800 amurillo Merge hs23-b08
Wed, 14 Dec 2011 20:06:21 -0500 vladidan Merge
Wed, 14 Dec 2011 04:30:57 -0800 fparain 7104647: Adding a diagnostic command framework
Fri, 09 Dec 2011 19:28:34 -0800 jmasa 7119584: UseParallelGC barrier task can be overwritten.
Fri, 09 Dec 2011 06:46:57 -0800 jmasa Merge
Wed, 07 Dec 2011 12:54:51 -0500 tonyp 7118202: G1: eden size unnecessarily drops to a minimum
Mon, 28 Nov 2011 14:58:31 +0100 stefank 7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
Mon, 28 Nov 2011 10:19:26 +0100 stefank 7112034: Parallel CMS fails to properly mark reference objects
Mon, 05 Dec 2011 12:26:40 -0500 tonyp Merge
Fri, 02 Dec 2011 12:39:23 -0800 johnc 7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
Thu, 08 Dec 2011 10:27:33 -0800 kvn Merge
Fri, 02 Dec 2011 21:37:19 -0800 kvn 7117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)
Wed, 30 Nov 2011 17:35:51 -0800 iveresov 7116795: Tiered: enable by default for server
Mon, 28 Nov 2011 15:46:31 -0800 kvn 7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
Tue, 22 Nov 2011 09:45:57 +0100 roland 7090968: Allow adlc register class to depend on runtime conditions
Wed, 14 Sep 2011 09:22:51 +0200 roland 7077312: Provide a CALL effect for instruct declaration in the ad file
Mon, 21 Nov 2011 00:57:43 -0800 twisti 7110058: change default for ScavengeRootsInCode to 2
Fri, 18 Nov 2011 10:29:27 -0800 never 7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable
Thu, 17 Nov 2011 04:07:30 -0800 twisti 7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not
Wed, 16 Nov 2011 19:42:58 -0800 iveresov 7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks
Wed, 16 Nov 2011 09:13:57 -0800 kvn 6890673: Eliminate allocations immediately after EA
Wed, 16 Nov 2011 01:39:50 -0800 twisti 7003454: order constants in constant table by number of references in code
Mon, 14 Nov 2011 18:38:03 -0800 kvn 7105605: Use EA info to optimize pointers compare
Thu, 10 Nov 2011 20:17:05 -0800 kvn 7110586: C2 generates incorrect results
Wed, 07 Dec 2011 07:27:09 -0800 dcubed 7118648: disable compressed oops by default on MacOS X until 7118647 is fixed
Tue, 06 Dec 2011 16:35:04 -0500 vladidan Merge
Tue, 06 Dec 2011 05:28:17 -0800 dcubed Merge
Mon, 05 Dec 2011 14:55:16 -0800 dcubed 7117748: SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
Mon, 05 Dec 2011 12:50:00 -0500 phh 7117389: Add a framework for vendor-specific command line switch extensions to Hotspot
Fri, 02 Dec 2011 21:10:45 -0800 jcoomes 7117536: new hotspot build - hs23-b08
Thu, 15 Dec 2011 15:52:58 -0800 katleman Merge
Thu, 15 Dec 2011 15:47:18 -0800 katleman Added tag jdk8-b16 for changeset d1f29d4e0bc6
Thu, 15 Dec 2011 12:16:15 -0800 katleman Added tag jdk8-b17 for changeset d1f29d4e0bc6
Fri, 02 Dec 2011 15:11:40 -0800 jcoomes Added tag hs23-b07 for changeset 6de8c9ba5907
Fri, 02 Dec 2011 15:11:18 -0800 jcoomes Merge hs23-b07
Fri, 02 Dec 2011 08:52:53 -0500 tonyp Merge
Tue, 22 Nov 2011 14:59:34 -0800 jmasa 7112997: Remove obsolete code ResetObjectsClosure and VerifyUpdateClosure
Tue, 22 Nov 2011 14:18:39 -0800 jmasa 7106024: CMS: Removed unused code for precleaning in remark phase
Thu, 17 Nov 2011 12:40:15 -0800 johnc 7112743: G1: Reduce overhead of marking closure during evacuation pauses
Mon, 28 Nov 2011 09:49:05 -0800 johnc 7114303: G1: assert(_g1->mark_in_progress()) failed: shouldn't be here otherwise
Tue, 09 Aug 2011 10:16:01 -0700 jmasa 6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
Tue, 22 Nov 2011 04:47:10 -0500 tonyp Merge
Fri, 18 Nov 2011 12:27:10 -0800 johnc 7111795: G1: Various cleanups identified during walk through of changes for 6484965
Mon, 21 Nov 2011 09:24:56 -0800 johnc 7110173: GCNotifier::pushNotification publishes stale data.
Mon, 21 Nov 2011 07:47:34 +0100 brutisso 7110718: -XX:MarkSweepAlwaysCompactCount=0 crashes the JVM
Fri, 18 Nov 2011 12:52:27 -0500 tonyp 7097002: G1: remove a lot of unused / redundant code from the G1CollectorPolicy class
Thu, 01 Dec 2011 13:42:41 -0500 coleenp Merge
Wed, 30 Nov 2011 12:48:52 -0500 phh 7116730: Revert 7116481: Commercial features in Hotspot must be gated by a switch
Tue, 29 Nov 2011 17:00:46 -0500 phh 7116481: Commercial features in Hotspot must be gated by a switch
Tue, 29 Nov 2011 09:21:02 -0500 phh 7116189: Export JVM_SetNativeThreadName from Hotspot
Mon, 21 Nov 2011 10:22:04 -0500 coleenp Merge
Mon, 21 Nov 2011 08:02:40 +0100 brutisso 7112308: Fix Visual Studio build for precompiled header
Fri, 18 Nov 2011 17:26:49 -0500 coleenp Merge
Wed, 16 Nov 2011 20:38:24 -0500 dholmes 7110017: is_headless_jre should be updated to reflect the new location of awt toolkit libraries
Fri, 18 Nov 2011 17:39:40 -0800 jcoomes 7113503: Bump the hs23 build number to 07
Thu, 01 Dec 2011 10:33:15 -0800 katleman Added tag jdk8-b15 for changeset fde2a39ed7f3 jdk8-b16 jdk8-b17
Fri, 18 Nov 2011 15:15:54 -0800 jcoomes Added tag hs23-b06 for changeset 6c2a55d4902f jdk8-b15
Fri, 18 Nov 2011 15:15:13 -0800 jcoomes Merge hs23-b06
Thu, 17 Nov 2011 13:14:49 -0500 tonyp Merge
Wed, 16 Nov 2011 16:27:29 -0800 poonam 7110428: Crash during HeapDump operation
Tue, 15 Nov 2011 20:17:33 +0100 brutisso 7110152: assert(size_in_words <= (julong)max_jint) failed: no overflow
Wed, 09 Nov 2011 23:21:00 +0100 brutisso 7110190: GCCause::to_string missing case for _adaptive_size_policy
Tue, 08 Nov 2011 00:41:28 -0500 tonyp 7099849: G1: include heap region information in hs_err files
Mon, 07 Nov 2011 22:11:12 -0500 tonyp 7092309: G1: introduce old region set
Wed, 02 Nov 2011 08:04:23 +0100 brutisso 7106751: G1: gc/gctests/nativeGC03 crashes VM with SIGSEGV
Mon, 31 Oct 2011 08:01:20 +0100 brutisso 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
Fri, 28 Oct 2011 13:04:10 -0400 tonyp Merge
Wed, 26 Oct 2011 21:07:52 -0700 ysr 7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
Tue, 15 Nov 2011 12:40:55 -0500 coleenp Merge
Thu, 10 Nov 2011 06:23:48 -0500 dholmes 7108264: Fix for 7104173 is insufficient
Thu, 10 Nov 2011 04:46:08 -0800 twisti Merge
Wed, 09 Nov 2011 07:25:51 -0800 kvn 7107042: assert(no_dead_loop) failed: dead loop detected
Wed, 09 Nov 2011 06:14:32 -0800 kvn 7109887: java/util/Arrays/CopyMethods.java fails with -XX:+DeoptimizeALot
Wed, 09 Nov 2011 00:42:33 -0800 twisti 7087727: JSR 292: C2 crash if ScavengeRootsInCode=2 when "static final" MethodHandle constants are in use
Tue, 08 Nov 2011 20:42:26 -0800 never 7108242: jinfo -permstat shouldn't report interned strings as part of perm
Tue, 08 Nov 2011 17:29:57 -0800 never 7105305: assert check_method_context proper context
Tue, 08 Nov 2011 10:31:53 -0800 never 7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer
Mon, 07 Nov 2011 14:33:57 -0800 kvn 7059047: EA: can't find initializing store with several CheckCastPP
Fri, 04 Nov 2011 13:55:31 -0700 never 6636110: unaligned stackpointer leads to crash during deoptimization
Thu, 03 Nov 2011 04:12:49 -0700 twisti 7106944: assert(_pc == *pc_addr) failed may be too strong
Thu, 03 Nov 2011 01:43:26 -0700 twisti 7106774: JSR 292: nightly test inlineMHTarget fails with wrong result
Mon, 31 Oct 2011 15:52:11 -0700 kvn 7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java
Mon, 31 Oct 2011 03:06:42 -0700 twisti 7104561: UseRDPCForConstantTableBase doesn't work after shorten branches changes
Fri, 28 Oct 2011 14:44:52 -0700 never 7103261: crash with jittester on sparc
Thu, 27 Oct 2011 18:20:50 -0700 kvn 7105611: Set::print() is broken
Thu, 27 Oct 2011 14:40:25 -0700 iveresov 7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation
Thu, 27 Oct 2011 09:39:24 -0700 kvn 7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->"
Thu, 27 Oct 2011 04:43:37 -0700 twisti 7102657: JSR 292: C1 deoptimizes unlinked invokedynamic call sites infinitely
Wed, 26 Oct 2011 06:08:56 -0700 kvn 7097546: Optimize use of CMOVE instructions
Tue, 25 Oct 2011 12:51:13 -0700 kvn 7059039: EA: don't change non-escaping state of NULL pointer
Tue, 25 Oct 2011 08:17:15 -0700 never 7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
Tue, 25 Oct 2011 04:07:20 -0700 twisti 7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
Tue, 25 Oct 2011 00:55:10 -0700 twisti 7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check
Mon, 24 Oct 2011 07:53:17 -0700 twisti 7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop
Sun, 23 Oct 2011 23:57:39 -0700 never Merge
Sun, 23 Oct 2011 12:31:20 -0700 never 7103380: assertion failure with -XX:+PrintNativeNMethods
Sun, 23 Oct 2011 20:23:14 -0700 never 7103784: enable some flags by default
Fri, 04 Nov 2011 14:06:09 -0700 jcoomes 7108553: Bump the hs23 build number to 06
Thu, 17 Nov 2011 10:45:53 -0800 katleman Added tag jdk8-b14 for changeset 088d09a130ff
Thu, 10 Nov 2011 11:46:05 -0800 katleman Added tag jdk8-b13 for changeset b92ca8e229d2 jdk8-b14
Fri, 04 Nov 2011 12:43:41 -0700 jcoomes Added tag hs23-b05 for changeset 3e609627e780 jdk8-b13
Fri, 04 Nov 2011 12:40:55 -0700 jcoomes Merge hs23-b05
Tue, 01 Nov 2011 13:44:40 +0100 brutisso 7106766: Move the precompiled header from the src/share/vm directory
Sun, 30 Oct 2011 18:40:48 -0700 dholmes Merge
Thu, 27 Oct 2011 18:04:25 -0400 dholmes 7104173: sun/tools tests fail with debug build after 7012206
Fri, 28 Oct 2011 18:30:47 -0700 jcoomes 7106092: Bump the hs23 build number to 05
Thu, 03 Nov 2011 10:32:16 -0700 katleman Added tag jdk8-b12 for changeset 1d3900713a67
Fri, 28 Oct 2011 15:41:29 -0700 jcoomes Added tag hs23-b04 for changeset 6534482ff68a jdk8-b12
Fri, 28 Oct 2011 15:36:16 -0700 jcoomes Merge hs23-b04
Fri, 28 Oct 2011 12:49:16 -0400 tonyp Merge
Wed, 26 Oct 2011 08:44:53 +0200 brutisso 7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small
Tue, 25 Oct 2011 20:15:41 -0700 ysr 7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
Sun, 23 Oct 2011 23:06:06 -0700 johnc 7096030: G1: PrintGCDetails enhancements
Thu, 20 Oct 2011 12:06:20 -0700 johnc 7099824: G1: we should take the pending list lock before doing the remark pause
Fri, 21 Oct 2011 12:42:42 -0400 tonyp Merge
Thu, 20 Oct 2011 10:21:35 +0200 brutisso 7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range.
Fri, 21 Oct 2011 16:00:50 -0700 jcoomes 7103619: Bump the hs23 build number to 04
Thu, 27 Oct 2011 13:54:31 -0700 katleman Added tag jdk8-b11 for changeset 4538caeef7b6
Fri, 21 Oct 2011 10:27:33 -0700 jcoomes Added tag hs23-b03 for changeset 4d3850d9d326 jdk8-b11
Fri, 21 Oct 2011 10:27:32 -0700 jcoomes Merge hs23-b03
Fri, 21 Oct 2011 07:24:06 -0400 tonyp Merge
Mon, 17 Oct 2011 09:57:41 -0700 johnc 7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs
Fri, 14 Oct 2011 11:12:24 -0400 tonyp 7088680: G1: Cleanup in the G1CollectorPolicy class
Thu, 13 Oct 2011 13:54:29 -0400 tonyp 7098085: G1: partially-young GCs not initiated under certain circumstances
Fri, 21 Oct 2011 00:58:30 -0700 iveresov Merge
Wed, 19 Oct 2011 10:52:30 -0700 kvn 7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations
Mon, 17 Oct 2011 21:38:29 -0700 never 7098528: crash with java -XX:+ExtendedDTraceProbes
Mon, 17 Oct 2011 11:00:41 -0700 never 7093690: JSR292: SA-JDI AssertionFailure: Expected raw sp likely got real sp, value was
Mon, 17 Oct 2011 01:40:27 -0400 dholmes Merge
Thu, 13 Oct 2011 09:35:42 -0700 dcubed 7098194: integrate macosx-port changes
Mon, 10 Oct 2011 21:01:36 -0400 dholmes 7096278: Update the VM name to indicate it is an embedded build
Sun, 16 Oct 2011 02:59:24 -0700 iveresov Merge
Fri, 14 Oct 2011 10:07:28 -0700 kvn 7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
Thu, 13 Oct 2011 14:08:15 -0700 never 7100165: JSR 292: leftover printing code in methodHandleWalk.cpp
Wed, 12 Oct 2011 21:00:13 -0700 twisti 7092712: JSR 292: unloaded invokedynamic call sites can lead to a crash with signature types not on BCP
Tue, 11 Oct 2011 02:19:37 -0700 twisti 7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
Fri, 07 Oct 2011 13:28:44 +0200 bdelsart 7096366: PPC: corruption of floating-point values with DeoptimizeALot
Tue, 04 Oct 2011 14:30:04 -0700 kvn 6865265: JVM crashes with "missing exception handler" error
Tue, 04 Oct 2011 10:07:07 -0700 iveresov 7097679: Tiered: events with bad bci to Gotos reduced from Ifs
Fri, 14 Oct 2011 21:45:37 -0700 jcoomes 7101096: Bump the hs23 build number to 03
Thu, 20 Oct 2011 10:32:37 -0700 katleman Added tag jdk8-b10 for changeset d815de2e85e5
Fri, 14 Oct 2011 18:21:47 -0700 jcoomes Added tag hs23-b02 for changeset e4f412d2b75d jdk8-b10
Fri, 14 Oct 2011 18:17:01 -0700 jcoomes Merge hs23-b02
Wed, 12 Oct 2011 10:25:51 -0700 johnc 7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76
Tue, 11 Oct 2011 10:21:36 +0200 brutisso 7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script
Mon, 10 Oct 2011 08:40:34 -0700 ysr Merge
Thu, 06 Oct 2011 18:56:47 -0700 ysr 7095236: G1: _markedRegions never contains NULL regions
Wed, 28 Sep 2011 08:21:30 +0200 brutisso 7005808: G1: re-enable ReduceInitialCardMarks for G1
Thu, 06 Oct 2011 13:28:09 -0400 tonyp Merge
Wed, 05 Oct 2011 08:44:10 -0700 johnc 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
Mon, 12 Sep 2011 16:09:50 +0200 stefank 7021322: assert(object_end <= top()) failed: Object crosses promotion LAB boundary
Mon, 03 Oct 2011 19:04:14 -0400 tonyp 7097048: G1: extend the G1 SA changes to print per-heap space information
Mon, 03 Oct 2011 12:49:53 -0700 johnc 7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054
Wed, 28 Sep 2011 10:36:31 -0700 johnc 7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835
Mon, 26 Sep 2011 10:14:30 +0200 brutisso 7091366: re-enable quicksort tests
Fri, 23 Sep 2011 16:07:49 -0400 tonyp 7075646: G1: fix inconsistencies in the monitoring data
Thu, 22 Sep 2011 10:57:37 -0700 johnc 6484982: G1: process references during evacuation pauses
Thu, 22 Sep 2011 07:18:51 -0400 tonyp 7092238: G1: Uninitialized field gc_efficiency in G1PrintRegionLivenessInfo output
Wed, 21 Sep 2011 15:24:07 -0700 johnc 7092245: G1: Wrong format specifier in G1PrintRegionLivenessInfo header output
Wed, 21 Sep 2011 13:36:37 -0400 tonyp 7091032: G1: assert failure when NewRatio is used
Wed, 21 Sep 2011 10:04:45 -0700 johnc 7068215: G1: Print reference processing time during remark
Wed, 21 Sep 2011 01:27:20 -0400 tonyp 7045232: G1: pool names are inconsistent with other collectors (don't have 'Space')
Tue, 20 Sep 2011 15:39:17 -0700 johnc 7092412: G1: Some roots not marked during an initial mark that gets an evacuation failure
Tue, 20 Sep 2011 09:59:59 -0400 tonyp 7059019: G1: add G1 support to the SA
Fri, 30 Sep 2011 22:54:43 -0700 jcoomes 7096124: Bump the hs23 build number to 02
Thu, 13 Oct 2011 10:35:32 -0700 katleman Added tag jdk8-b09 for changeset 7c20d272643f
Thu, 06 Oct 2011 14:01:26 -0700 katleman Added tag jdk8-b08 for changeset 49ed7eacfd16 jdk8-b09
Fri, 30 Sep 2011 18:27:43 -0700 jcoomes Added tag hs23-b01 for changeset da883b9e6d37 jdk8-b08
Fri, 30 Sep 2011 18:27:39 -0700 jcoomes Merge hs23-b01
Fri, 30 Sep 2011 13:48:17 -0700 iveresov Merge
Fri, 30 Sep 2011 13:47:26 +0200 roland 7096010: c2: running with +PrintOptoAssembly crashes the VM when $constanttablebase is used
Thu, 29 Sep 2011 23:09:54 -0700 iveresov 7096639: Tiered: Incorrect counter overflow handling for inlined methods
Thu, 29 Sep 2011 13:47:57 -0700 never 7096016: SA build still produces "arg list too long" errors
Thu, 29 Sep 2011 09:53:56 -0700 never 7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
Mon, 26 Sep 2011 10:24:05 -0700 kvn 7081933: Use zeroing elimination optimization for large array
Sun, 25 Sep 2011 16:03:29 -0700 never 7089790: integrate bsd-port changes
Tue, 20 Sep 2011 23:50:16 -0700 never 7092236: java/util/EnumSet/EnumSetBash.java fails
Tue, 20 Sep 2011 08:39:40 -0700 kvn 7081842: assert(Compile::current()->unique() < (uint)MaxNodeLimit) failed: Node limit exceeded
Mon, 19 Sep 2011 15:21:03 -0700 iveresov 7091764: Tiered: enable aastore profiling
Thu, 22 Sep 2011 16:48:41 +0100 kevinw 7051189: Need to suppress info message if -xcheck:jni used with libjsig.so
Mon, 19 Sep 2011 12:18:46 -0700 dcubed Merge
Fri, 16 Sep 2011 16:21:20 -0700 dcubed 7071904: 4/4 HotSpot: Full Debug Symbols
Fri, 16 Sep 2011 21:35:06 -0700 jcoomes 7091545: hs23 - set hotspot version & build number
Thu, 29 Sep 2011 18:53:42 -0700 katleman Added tag jdk8-b07 for changeset 3f0cf875af83
Thu, 22 Sep 2011 16:01:59 -0700 katleman Added tag jdk8-b06 for changeset 0db80d8e77fc jdk8-b07
Thu, 15 Sep 2011 20:56:24 -0700 jcoomes Added tag hs22-b06 for changeset 650d15d8f372
Thu, 15 Sep 2011 20:56:24 -0700 jcoomes 7091255: Bump the hs22 build number to 06 hs22-b06
Thu, 15 Sep 2011 20:30:12 -0700 jcoomes 7091294: disable quicksort tests
Thu, 15 Sep 2011 19:33:39 -0700 jcoomes Merge
Thu, 15 Sep 2011 18:53:14 -0700 schien Added tag jdk8-b05 for changeset dce7d24674f4 jdk8-b06
Thu, 15 Sep 2011 12:44:09 -0700 iveresov Merge
Wed, 14 Sep 2011 13:57:32 -0700 never 7090654: nightly failures after 7086585
Wed, 14 Sep 2011 16:28:39 +0200 bdelsart 7077806: ARM: java.lang.InternalError: bound subword value does not fit into the subword type
Wed, 14 Sep 2011 10:40:13 +0200 bdelsart 7057978: improve robustness of c1 ARM back-end wrt non encodable constants
Tue, 13 Sep 2011 11:46:51 -0700 kvn 7089632: assert(machtmp->outcnt() == 1) failed: expected for a MachTemp
Mon, 12 Sep 2011 13:51:40 -0700 never 7089709: type "jushort" not found
Sun, 11 Sep 2011 14:48:24 -0700 never 7088955: add C2 IR support to the SA
Sat, 10 Sep 2011 17:29:02 -0700 never 7086585: make Java field injection more flexible
Sat, 10 Sep 2011 00:11:04 -0700 never 7088020: SEGV in JNIHandleBlock::release_block
Fri, 09 Sep 2011 13:47:11 -0700 kvn 7035946: Up to 15% regression on JDK 7 b136 vs b135 on specjvm2008.crypto.rsa on x64
Fri, 09 Sep 2011 12:44:37 -0700 iveresov Merge
Thu, 08 Sep 2011 09:35:41 +0200 roland 7087453: PhaseChaitin::yank_if_dead() should handle MachTemp inputs
Thu, 08 Sep 2011 12:44:04 -0700 kvn 7087947: Add regression test for 7068051
Thu, 08 Sep 2011 05:11:31 -0700 twisti 7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
Thu, 08 Sep 2011 10:12:25 +0200 bdelsart 7087445: Improve platform independence of JSR292 shared code
Wed, 07 Sep 2011 12:58:42 -0700 kvn 7054211: No loop unrolling done in jdk7b144 for a test update() while loop
Tue, 13 Sep 2011 20:28:00 -0700 kvn 7090259: Fix hotspot sources to build with old compilers
Tue, 13 Sep 2011 16:58:35 -0700 iveresov 7090069: Java launcher hangs in infinite loop on windows when UseNUMA[Interleaving] is specified
Tue, 13 Sep 2011 12:40:14 -0400 tonyp 7089625: G1: policy for how many old regions to add to the CSet (when young gen is fixed) is broken
Fri, 09 Sep 2011 16:33:13 -0700 jcoomes Added tag hs22-b05 for changeset 513a84dd0f8b
Fri, 09 Sep 2011 16:24:12 -0700 jcoomes 7088991: Bump ths hs22 build number to 05 hs22-b05
Fri, 09 Sep 2011 16:17:16 -0700 jcoomes Merge
Thu, 08 Sep 2011 16:59:27 -0700 schien Added tag jdk8-b04 for changeset 0fa3ace511fe jdk8-b05
Fri, 09 Sep 2011 14:44:43 +0200 stefank Merge
Fri, 09 Sep 2011 05:20:58 -0400 tonyp 7087717: G1: make the G1PrintRegionLivenessInfo parameter diagnostic
Thu, 08 Sep 2011 16:29:41 +0200 brutisso 6929868: G1: introduce min / max young gen size bounds
Thu, 08 Sep 2011 05:16:49 -0400 tonyp 7084509: G1: fix inconsistencies and mistakes in the young list target length calculations
Wed, 07 Sep 2011 18:58:33 -0700 iveresov 7086226: UseNUMA fails on old versions of windows
Wed, 07 Sep 2011 13:55:42 -0700 ysr 4965777: GC changes to support use of discovered field for pending references
Wed, 07 Sep 2011 15:00:13 -0700 ysr Merge
Thu, 01 Sep 2011 16:18:17 +0200 stefank 7085906: Replace the permgen allocated sentinelRef with a self-looped end
Wed, 07 Sep 2011 12:21:23 -0400 tonyp 7050392: G1: Introduce flag to generate a log of the G1 ergonomic decisions
Tue, 06 Sep 2011 21:03:51 -0700 iveresov 7087583: Hotspot fails to allocate heap with mmap(MAP_HUGETLB)
Thu, 08 Sep 2011 06:36:31 -0700 rottenha Merge
Wed, 07 Sep 2011 14:15:07 +0200 roland 7085012: ARM: com/sun/jdi/PopSynchronousTest.java still fails
Wed, 07 Sep 2011 11:52:00 -0700 iveresov Merge
Wed, 07 Sep 2011 09:35:52 +0200 roland 7086394: c2/arm: enable UseFPUForSpilling
Mon, 05 Sep 2011 17:09:05 -0700 never 7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244)
Sat, 03 Sep 2011 14:03:54 -0700 kvn 7086560: 7085404 changes broke VM with -XX:-EnableInvokeDynamic
Sat, 03 Sep 2011 09:56:57 -0700 never Merge
Fri, 02 Sep 2011 20:58:21 -0700 never 7071307: MethodHandle bimorphic inlining should consider the frequency
Fri, 02 Sep 2011 22:00:49 -0700 never 7016881: JSR 292: JDI: sun.jvm.hotspot.utilities.AssertionFailure: index out of bounds
Fri, 02 Sep 2011 12:13:33 -0700 kvn 7039731: arraycopy could use prefetch on SPARC
Fri, 02 Sep 2011 04:28:59 -0700 twisti 7071709: JSR 292: switchpoint invalidation should be pushed not pulled
Fri, 02 Sep 2011 00:36:18 -0700 twisti 7085404: JSR 292: VolatileCallSites should have push notification too
Thu, 01 Sep 2011 01:31:25 -0700 twisti 7079673: JSR 292: C1 should inline bytecoded method handle adapters
Wed, 31 Aug 2011 16:46:11 -0700 never 7083786: dead various dead chunks of code
Wed, 31 Aug 2011 09:48:21 -0700 kvn 7085137: -XX:+VerifyOops is broken
Wed, 31 Aug 2011 01:40:45 -0700 twisti 7078382: JSR 292: don't count method handle adapters against inlining budgets
Tue, 30 Aug 2011 19:01:58 -0700 iveresov 7085279: C1 overflows code buffer with VerifyOops and CompressedOops
Tue, 30 Aug 2011 00:54:09 -0700 never 7082263: Reflection::resolve_field/field_get/field_set are broken
Mon, 29 Aug 2011 05:07:35 -0700 twisti 7083184: JSR 292: don't store context class argument with call site dependencies
Sat, 27 Aug 2011 00:23:47 -0700 iveresov 6591247: C2 cleans up the merge point too early during SplitIf
Fri, 26 Aug 2011 08:52:22 -0700 kvn 7059037: Use BIS for zeroing on T4
Thu, 25 Aug 2011 20:29:30 -0700 never 7082949: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method
Fri, 02 Sep 2011 21:33:57 -0700 jcoomes Merge
Wed, 31 Aug 2011 23:55:58 -0700 ysr Merge
Wed, 31 Aug 2011 10:16:02 -0700 johnc 7066841: remove MacroAssembler::br_on_reg_cond() on sparc
Mon, 29 Aug 2011 17:42:39 -0700 iveresov 7082645: Hotspot doesn't compile on old linuxes after 7060836
Mon, 29 Aug 2011 10:13:06 -0700 johnc 7080389: G1: refactor marking code in evacuation pause copy closures
Thu, 25 Aug 2011 02:57:46 -0700 iveresov 7082969: NUMA interleaving
Fri, 02 Sep 2011 15:52:03 -0700 jcoomes Added tag hs22-b04 for changeset ce9bde819dcb
Fri, 02 Sep 2011 03:49:30 -0700 jcoomes 7086589: bump the hs22 build number to 04 hs22-b04
Fri, 02 Sep 2011 15:47:43 -0700 jcoomes Added tag hs22-b03 for changeset 3a2fb61165df
Fri, 02 Sep 2011 15:47:43 -0700 jcoomes Added tag hs22-b02 for changeset 7c29742c41b4
Fri, 02 Sep 2011 15:47:42 -0700 jcoomes Added tag hs22-b01 for changeset 0cc8a70952c3
Thu, 01 Sep 2011 13:54:24 -0700 schien Added tag jdk8-b03 for changeset 3a2fb61165df jdk8-b04
Wed, 31 Aug 2011 13:57:17 -0700 jcoomes Merge hs22-b03 jdk8-b03
Thu, 25 Aug 2011 17:17:59 -0700 schien Added tag jdk8-b02 for changeset 31e253c1da42
Thu, 18 Aug 2011 18:55:12 -0700 cl Added tag jdk8-b01 for changeset 0cc8a70952c3 jdk8-b02
Fri, 26 Aug 2011 16:11:25 -0700 kvn 7083916: Bump the hs22 build number to 03
Thu, 25 Aug 2011 18:56:52 -0700 kvn Merge
Mon, 22 Aug 2011 11:00:39 -0700 kvn 7081926: assert(VM_Version::supports_sse2()) failed: must support
Sat, 20 Aug 2011 14:03:12 -0700 kvn 7076831: TEST_BUG: compiler/5091921/Test7005594.java fails on LOW MEM SYSTEMS
Tue, 23 Aug 2011 11:06:30 +0200 brutisso 7082220: Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls and new
Mon, 22 Aug 2011 23:57:10 -0700 ysr Merge
Mon, 22 Aug 2011 12:30:06 -0700 ysr 6810861: G1: support -XX:+{PrintClassHistogram,HeapDump}{Before,After}FullGC
Mon, 22 Aug 2011 10:16:33 -0400 tonyp 7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize
Fri, 19 Aug 2011 09:30:59 +0200 brutisso 6814390: G1: remove the concept of non-generational G1
Fri, 19 Aug 2011 14:22:25 -0700 jcoomes 7081251: bump the hs22 build number to 02 hs22-b02
Fri, 19 Aug 2011 14:08:18 -0700 jcoomes Merge
Wed, 22 Jun 2011 10:10:25 -0700 jeff 7057046: Add embedded license to THIRD PARTY README
Wed, 15 Jun 2011 14:59:55 -0700 asaha 7055247: Ignore test of # 7020373
Tue, 12 Apr 2011 16:42:26 -0400 kamg 7020373: JSR rewriting can overflow memory address size variables
Fri, 27 May 2011 15:01:07 -0700 jeff 7045697: JDK7 THIRD PARTY README update
Wed, 25 May 2011 13:31:51 -0700 katleman 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
Wed, 17 Aug 2011 10:32:53 -0700 jcoomes 6791672: enable 1G and larger pages on solaris
Fri, 19 Aug 2011 08:55:53 -0700 kvn Merge
Thu, 18 Aug 2011 11:49:33 -0700 kvn 7080431: VM asserts if specified size(x) in .ad is larger than emitted size
Wed, 17 Aug 2011 11:52:22 -0700 twisti 7079769: JSR 292: incorrect size() for CallStaticJavaHandle on sparc
Wed, 17 Aug 2011 05:14:43 -0700 twisti 7079626: x64 emits unnecessary REX prefix
Tue, 16 Aug 2011 16:59:46 -0700 kvn 7079329: Adjust allocation prefetching for T4
Tue, 16 Aug 2011 11:53:57 -0700 kvn 7079317: Incorrect branch's destination block in PrintoOptoAssembly output
Tue, 16 Aug 2011 04:14:05 -0700 twisti 7071653: JSR 292: call site change notification should be pushed not pulled
Thu, 11 Aug 2011 12:08:11 -0700 kvn 7063629: use cbcond in C2 generated code on T4
Wed, 10 Aug 2011 14:06:57 -0700 kvn 7077439: Possible reference through NULL in loopPredicate.cpp:726
Tue, 02 Aug 2011 18:36:40 +0200 roland 7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
Mon, 08 Aug 2011 13:19:46 -0700 never 7075623: 6990212 broke raiseException in 64 bit
Mon, 08 Aug 2011 05:49:04 -0700 twisti 7071823: Zero: zero/shark doesn't build after b147-fcs
Sat, 06 Aug 2011 08:28:08 -0700 kvn 7075559: JPRT windows_x64 build failure
Fri, 29 Jul 2011 09:16:29 -0700 kvn 7068051: SIGSEGV in PhaseIdealLoop::build_loop_late_post
Thu, 28 Jul 2011 13:03:39 -0700 never 7060619: C1 should respect inline and dontinline directives from CompilerOracle
Thu, 28 Jul 2011 02:14:44 -0700 twisti 7066143: JSR 292: Zero support after regressions from 7009923 and 7009309
Wed, 27 Jul 2011 17:28:36 -0700 kvn 7069452: Cleanup NodeFlags
Wed, 27 Jul 2011 15:06:35 -0700 never 7071427: AdapterFingerPrint can hold 8 entries per int
Tue, 26 Jul 2011 19:35:23 -0700 kvn 7070134: Hotspot crashes with sigsegv from PorterStemmer
Thu, 21 Jul 2011 11:25:07 -0700 kvn 7063628: Use cbcond on T4
Thu, 21 Jul 2011 08:38:25 -0700 never 7012081: JSR 292: SA-JDI can't read MH/MT/Indy ConstantPool entries
Wed, 20 Jul 2011 18:04:17 -0700 iveresov 7066339: Tiered: policy should make consistent decisions about osr levels
Wed, 17 Aug 2011 07:05:42 -0400 collins Merge
Tue, 16 Aug 2011 09:18:47 -0400 zgu Merge
Tue, 12 Jul 2011 21:13:53 -0400 zgu 7065535: Mistyped function name that disabled UseLargePages on Windows
Fri, 15 Apr 2011 09:34:43 -0400 zgu 7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls
Wed, 10 Aug 2011 15:04:21 +0400 dsamersoff 7073913: The fix for 7017193 causes segfaults
Tue, 16 Aug 2011 08:02:29 -0700 ysr Merge
Fri, 12 Aug 2011 11:31:06 -0400 tonyp 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally
Thu, 11 Aug 2011 11:36:29 -0700 johnc 7074579: G1: JVM crash with JDK7 running ATG CRMDemo Fusion App
Thu, 11 Aug 2011 14:58:29 +0100 kevinw Merge
Tue, 02 Aug 2011 14:37:35 +0100 kevinw 7072527: CMS: JMM GC counters overcount in some cases
Fri, 05 Aug 2011 16:50:14 -0700 iveresov 7060836: RHEL 5.5 and 5.6 should support UseNUMA
Fri, 05 Aug 2011 16:44:01 -0700 iveresov 7060842: UseNUMA crash with UseHugreTLBFS running SPECjvm2008
Tue, 02 Aug 2011 12:13:13 -0700 johnc 7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking
Mon, 01 Aug 2011 10:04:28 -0700 johnc 7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark
Thu, 28 Jul 2011 14:10:21 -0400 andrew 7072341: enable hotspot builds on Linux 3.0
Sat, 23 Jul 2011 10:42:20 -0400 coleenp Merge
Fri, 22 Jul 2011 00:29:01 -0700 dholmes 7046490: Preallocated OOME objects should obey Throwable stack trace protocol
Sat, 16 Jul 2011 22:21:39 -0400 coleenp Merge
Thu, 07 Jul 2011 22:34:34 -0400 coleenp Merge
Sat, 02 Jul 2011 04:17:12 -0400 dholmes 7052988: JPRT embedded builds don't set MINIMIZE_RAM_USAGE
Wed, 29 Jun 2011 20:28:58 -0700 dcubed 6951623: 3/3 possible performance problems in FollowReferences() and GetObjectsWithTags()
Thu, 23 Jun 2011 20:31:43 -0700 dcubed 7043987: 3/3 JVMTI FollowReferences is slow
Sat, 18 Jun 2011 13:32:27 +0400 dsamersoff Merge
Thu, 09 Jun 2011 01:06:09 +0400 dsamersoff Merge
Fri, 22 Jul 2011 23:42:46 -0700 trims 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings hs22-b01 jdk8-b01
Fri, 22 Jul 2011 23:47:17 -0700 trims 7069176: Update the JDK version numbers in Hotspot for JDK 8
Sat, 23 Jul 2011 01:56:51 -0700 trims Merge
Tue, 24 May 2011 15:28:35 -0700 mr 7048009: Update .jcheck/conf files for JDK 8
Fri, 15 Jul 2011 15:35:50 -0700 never 6990212: JSR 292 JVMTI MethodEnter hook is not called for JSR 292 bootstrap and target methods
Thu, 14 Jul 2011 15:39:40 -0700 kvn 7067288: compiler regression test Test7052494 timeouts with client VM
Wed, 13 Jul 2011 10:48:42 -0700 kvn Merge
Fri, 08 Jul 2011 15:33:03 -0700 iveresov 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
Fri, 08 Jul 2011 09:38:48 -0700 kvn 7059034: Use movxtod/movdtox on T4
Tue, 12 Jul 2011 16:32:25 -0700 jcoomes Merge
Mon, 11 Jul 2011 14:15:43 -0700 jcoomes 7061212: use o/s low memory notification in embedded builds
Thu, 07 Jul 2011 15:44:34 -0700 jcoomes 7053189: remove some unnecessary platform-dependent includes
Wed, 06 Jul 2011 13:02:54 -0700 jcoomes 7061225: os::print_cpu_info() should support os-specific data
Wed, 06 Jul 2011 12:28:07 -0700 jcoomes 7061204: clean the chunk table synchronously in embedded builds
Wed, 06 Jul 2011 12:22:29 -0700 jcoomes 7061197: ThreadLocalStorage sp map table should be optional
Wed, 06 Jul 2011 12:17:44 -0700 jcoomes 7061192: option handling adjustments for oracle and embedded builds
Wed, 06 Jul 2011 12:03:01 -0700 jcoomes 7061187: need some includes for arm/ppc
Thu, 07 Jul 2011 10:51:07 -0700 kvn Merge
Wed, 06 Jul 2011 18:15:21 -0700 never 7062856: Disassembler needs to be smarter about finding hsdis after 1.7 launcher changes
Wed, 06 Jul 2011 09:27:54 -0700 never 7061101: adlc should complain about mixing block and expression forms of ins_encode
Tue, 05 Jul 2011 16:07:54 -0700 never 6478991: C1 NullCheckEliminator yields incorrect exceptions
Fri, 01 Jul 2011 10:37:37 -0700 iveresov 7057120: Tiered: Allow C1 to inline methods with loops
Fri, 01 Jul 2011 10:35:54 -0700 iveresov 7058689: Tiered: Reprofiling doesn't happen in presence of level 4 OSR methods
Tue, 28 Jun 2011 15:50:07 -0700 kvn 7047954: VM crashes with assert(is_Mem()) failed
Tue, 28 Jun 2011 15:24:29 -0700 kvn 7044738: Loop unroll optimization causes incorrect result
Tue, 28 Jun 2011 15:04:39 -0700 kvn 6990015: Incorrect Icache line size is used for 64 bit x86
Tue, 28 Jun 2011 14:30:27 -0700 kvn 7058036: FieldsAllocationStyle=2 does not work in 32-bit VM
Thu, 23 Jun 2011 17:14:06 -0700 jrose 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
Wed, 22 Jun 2011 14:45:37 -0700 never 7057587: JSR 292 - crash with jruby in test/test_respond_to.rb
Tue, 21 Jun 2011 09:04:55 -0700 never 7056380: VM crashes with SIGSEGV in compiled code
Mon, 20 Jun 2011 16:45:35 -0700 kvn 7052494: Eclipse test fails on JDK 7 b142
Thu, 16 Jun 2011 13:46:55 -0700 never 7055355: JSR 292: crash while throwing WrongMethodTypeException
Wed, 06 Jul 2011 08:43:01 -0700 jcoomes Merge
Tue, 28 Jun 2011 14:23:27 +0200 brutisso 7016112: CMS: crash during promotion testing
Fri, 24 Jun 2011 12:38:49 -0400 tonyp 7049999: G1: Make the G1PrintHeapRegions output consistent and complete
Tue, 21 Jun 2011 15:23:07 -0400 tonyp 7046182: G1: remove unnecessary iterations over the collection set
Mon, 20 Jun 2011 22:03:13 -0400 tonyp 7055073: G1: code cleanup in the concurrentMark.* files
Mon, 20 Jun 2011 09:42:26 -0700 ysr 6916968: CMS: freeList.cpp:304 assert(_allocation_stats.prevSweep() + ..., "Conservation Principle")
Thu, 16 Jun 2011 15:51:57 -0400 tonyp 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
Wed, 15 Jun 2011 10:18:04 -0700 johnc 7045751: G1: +ExplicitGCInvokesConcurrent causes excessive single region evacuation pauses
Tue, 14 Jun 2011 11:01:10 -0700 johnc 7004681: G1: Extend marking verification to Full GCs
Tue, 14 Jun 2011 10:33:43 -0400 tonyp 7046558: G1: concurrent marking optimizations
Mon, 13 Jun 2011 13:48:18 +0200 brutisso 6918185: Remove unused code for lost card-marking optimization in BacktraceBuilder
Mon, 13 Jun 2011 09:58:16 -0700 ysr 7051430: CMS: ongoing CMS cycle should terminate abruptly to allow prompt JVM termination at exit
Fri, 10 Jun 2011 15:44:02 -0700 minqi Merge
Fri, 10 Jun 2011 15:08:36 -0700 minqi 6941923: RFE: Handling large log files produced by long running Java Applications
Fri, 10 Jun 2011 13:16:40 -0400 tonyp 7045330: G1: Simplify/fix the HeapRegionSeq class
Wed, 08 Jun 2011 21:48:38 -0400 tonyp 7045662: G1: OopsInHeapRegionClosure::set_region() should not be virtual
Wed, 08 Jun 2011 15:31:51 -0400 tonyp 7032531: G1: enhance GC logging to include more accurate eden / survivor size transitions
Wed, 08 Jun 2011 08:39:53 -0700 ysr Merge