log

age author description
Wed, 23 Oct 2013 22:06:28 +0200 Bernhard Urban UnsafeArrayCopyNode: try to be more precise about killed location
Wed, 23 Oct 2013 22:06:27 +0200 Bernhard Urban Unsafe{Load,Store}Node: users must provide an LocationIdentity explicitly. Provide more specific LocationIdentity in UnsafeArraySnippets (instead of ANY_LOCATION)
Wed, 23 Oct 2013 22:06:16 +0200 Bernhard Urban ArrayCopySnippets: don't do a second bounds check
Wed, 23 Oct 2013 22:06:04 +0200 Bernhard Urban ArrayCopySnippets: use slow path probability for deopt branches
Wed, 23 Oct 2013 13:54:21 -0400 S.Bharadwaj Yadavalli [PTX] fix warnings in ptx code
Wed, 23 Oct 2013 18:45:05 +0200 Doug Simon improved debug scope context when compiling Truffle IR graphs by making a Truffle compilable masquerade as a JavaMethod
Wed, 23 Oct 2013 17:50:58 +0200 Gilles Duboscq Fix exception during canonicalization (GRAAL-554): when killing the branch following a FixedGuard, we can not count on this removing all of our usages because some of them may already be dead
Wed, 23 Oct 2013 16:51:01 +0200 Gilles Duboscq Fix integer stamp join for downMask/lowerBound
Wed, 23 Oct 2013 15:44:39 +0200 Bernhard Urban sparc: fix makefile issue from hsx25 merge
Wed, 23 Oct 2013 15:31:47 +0200 Bernhard Urban mx: fix detection for sparc. ignore unparsable lines in jvm.cfg
Wed, 23 Oct 2013 13:41:50 +0200 Gilles Duboscq Fix NPE in OptimizeGuardAnchors
Wed, 23 Oct 2013 11:49:01 +0200 Gilles Duboscq Fix StampTool.unsignedRightShift
Wed, 23 Oct 2013 13:35:50 +0200 Roland Schatz IGV: Fix cfg edge coloring.
Wed, 23 Oct 2013 13:41:10 +0200 Matthias Grimmer Merge
Wed, 23 Oct 2013 13:40:56 +0200 Matthias Grimmer rename CompilerToVm.dontInline to doNotInlineOrCompile
Wed, 23 Oct 2013 13:33:40 +0200 Matthias Grimmer Re-add OptimizedCallTarget.callHelper - prevents frequent reinstallation of frame injection
Wed, 23 Oct 2013 12:54:21 +0200 Matthias Grimmer Remove unused parameter from CompilerToVm.dontInline
Wed, 23 Oct 2013 12:48:06 +0200 Matthias Grimmer Extend the CompilerToVM interface to explicitly avoid compilation and inlining of methods
Wed, 23 Oct 2013 12:46:58 +0200 Matthias Grimmer Refactoring of the frame prologue injection
Wed, 23 Oct 2013 12:45:57 +0200 Matthias Grimmer Rename CodeCacheProvider.addDefaultMethod to setDefaultMethod
Tue, 22 Oct 2013 13:25:37 +0200 Matthias Grimmer Add OptimizedCallTarget.call(PackedFrame, Arguments) frame prologue injection
Tue, 22 Oct 2013 13:24:43 +0200 Matthias Grimmer Make pointer decoding of AMD64HotSPotMove public
Tue, 22 Oct 2013 13:24:18 +0200 Matthias Grimmer Add missing ExplodeLoop annotation in SL
Mon, 21 Oct 2013 18:40:31 +0200 Matthias Grimmer Allow CodeCacheProvider to install default methods
Mon, 21 Oct 2013 17:48:54 +0200 Matthias Grimmer Add NeverInlineMacro for OptimizedCallTarget.call
Wed, 23 Oct 2013 10:29:53 +0200 Doug Simon fixed bug in creation of CreateGRAALDist.launch files
Tue, 22 Oct 2013 15:49:05 -0700 Mick Jordan Merge
Tue, 22 Oct 2013 15:48:45 -0700 Mick Jordan mxtool: fixes (GRAAL-557) and code cleanups
Tue, 22 Oct 2013 08:35:26 -0700 Mick Jordan Merge
Mon, 21 Oct 2013 20:36:08 -0700 Mick Jordan mxtool sclone: check import version when imported suite already exists
Tue, 22 Oct 2013 14:35:41 -0400 S.Bharadwaj Yadavalli PTX codegen enhancements; fixes to PTX test regressions.
Tue, 22 Oct 2013 17:03:01 +0200 Doug Simon only show metric and timer values if -G:Meter or -G:Time is enabled
Tue, 22 Oct 2013 15:10:14 +0200 Gilles Duboscq Add an optional name to HotSpotNmethod. Print it during deopt. Use it when installing a Truffle compilation
Tue, 22 Oct 2013 15:08:23 +0200 Gilles Duboscq Add setter for GuardNode's action
Tue, 22 Oct 2013 11:54:18 +0200 Doug Simon Merge.
Tue, 22 Oct 2013 11:31:16 +0200 Doug Simon append output of mx command to (re)build graal.jar to a per-project log file
Tue, 22 Oct 2013 11:01:56 +0200 Doug Simon commented out eager initialization of Suite.version
Tue, 22 Oct 2013 11:01:32 +0200 Doug Simon made hg be called lazily
Tue, 22 Oct 2013 10:15:37 +0200 Gilles Duboscq Small refactoring of edge dumping in BinaryGraphPrinter
Tue, 22 Oct 2013 10:31:32 +0200 Gilles Duboscq Fix NodeClass.getFirstLevel(Input|Successor)Positions to use the NODE_LIST constant instead of 0
Tue, 22 Oct 2013 09:58:21 +0200 Christos Kotselidis Disable deferred init barriers
Mon, 21 Oct 2013 15:14:43 -0700 Mick Jordan mxtool: handle missing hg executable gracefully
Mon, 21 Oct 2013 22:49:28 +0200 Doug Simon moved snippet timers/metrics from SnippetTemplate to SnippetInfo and added new metric for number of snippet specializations (i.e. number of SnippetTemplate objects created)
Mon, 21 Oct 2013 22:47:54 +0200 Doug Simon enable zero-count metrics to be shown (disable with new -G:+SuppressZeroDebugValues option)
Mon, 21 Oct 2013 18:37:19 +0200 Doug Simon Merge.
Mon, 21 Oct 2013 18:16:37 +0200 Doug Simon applied autoformat
Mon, 21 Oct 2013 18:10:32 +0200 Doug Simon minor reformatting based on 'mx eclipseformat'
Mon, 21 Oct 2013 17:42:42 +0200 Doug Simon added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Mon, 21 Oct 2013 17:42:19 +0200 Doug Simon added limited ability for one HotSpotBackendFactory to override another
Mon, 21 Oct 2013 17:41:27 +0200 Doug Simon workaround for bug in Clang 5.0
Mon, 21 Oct 2013 17:36:41 +0200 Christos Kotselidis Merge
Mon, 21 Oct 2013 17:21:26 +0200 Christos Kotselidis Flush deferred barrier when Graal and G1 are used
Mon, 21 Oct 2013 16:07:32 +0200 Bernhard Urban gate: clean and build IGV (not GV)
Mon, 21 Oct 2013 16:07:29 +0200 Bernhard Urban FloatingReadNode: simplify assert condition
Sun, 20 Oct 2013 03:50:51 +0200 Andreas Woess Truffle: add sanity check.
Sun, 20 Oct 2013 03:26:03 +0200 Andreas Woess Truffle: fix possible node rewrite failures after recursive calls.
Sun, 20 Oct 2013 01:00:02 +0200 Andreas Woess Backed out changeset: edb2e6bd6a01 (superseded by ce5e6f9075b6)
Fri, 18 Oct 2013 15:59:20 -0700 Mick Jordan Merge
Fri, 18 Oct 2013 15:58:07 -0700 Mick Jordan mxtool: fix command-specific option parsing regression
Fri, 18 Oct 2013 23:55:35 +0200 Doug Simon available GPUs are exposed to Graal only by the graal.gpu.isalist system property which is set up during command line argument parsing
Fri, 18 Oct 2013 21:40:23 +0200 Doug Simon added ptx sources to hotspot Eclipse project
Fri, 18 Oct 2013 18:23:14 +0200 Doug Simon abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Fri, 18 Oct 2013 17:00:52 +0200 Doug Simon revert attempt to avoid Eclipse build loops
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Add canonicalizations for more diamond shapes to Conditional if one of the input of the Phi is also a conditional with constants
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Conditional Elimination should not skip registering ShortCut conditions
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Canonicalize DynamicDeoptimize nodes back to Deoptimize when used with a constant reason&action
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Optimize Binary Graph format for more compact size
Thu, 17 Oct 2013 18:23:20 +0200 Gilles Duboscq Binary Graphs: use 16bits for pool indices
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Replace EliminatePartiallyRedundantGuardsPhase with OptimizeGuardAnchors
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Small optimizations to Binary Printer and IGV's BinaryParser
Fri, 18 Oct 2013 14:51:56 +0200 Lukas Stadler duplicate VirtualObjectNodes when peeling / unrolling loops
Fri, 18 Oct 2013 13:49:41 +0200 Christian Wirth Truffle: Update for the CompilationPolicy
Thu, 17 Oct 2013 19:59:25 -0700 Mick Jordan mxtool hg support for suites
Thu, 17 Oct 2013 22:22:19 +0200 Doug Simon made AMD64HotSpotBackendFactory more easily extensible
Thu, 17 Oct 2013 15:58:41 +0200 Doug Simon Merge.
Thu, 17 Oct 2013 14:05:14 +0200 Doug Simon made HSAILCompilationResult subclass CompilationResult
Wed, 16 Oct 2013 11:46:05 +0200 Lukas Stadler fixed 5b1a2e8e82d6: make EscapeObjectState value numberable
Thu, 17 Oct 2013 12:22:27 +0200 Doug Simon added support disassembling during CodeGen
Thu, 17 Oct 2013 12:21:25 +0200 Doug Simon fixed regression
Thu, 17 Oct 2013 11:48:58 +0200 Doug Simon marked HSAIL tests that rely on unimplemented features
Thu, 17 Oct 2013 11:48:31 +0200 Doug Simon gave HSAIL its own Replacements implementation (HSAILHotSpotReplacementsImpl)
Thu, 17 Oct 2013 11:46:58 +0200 Doug Simon replace new InternalError("NYI") with GraalInternalError.unimplemented()
Thu, 17 Oct 2013 11:46:27 +0200 Doug Simon prevent npe in Buffer.copyData() when Buffer.data is null
Thu, 17 Oct 2013 10:52:56 +0200 Doug Simon preliminary support for initializing multiple ForeignCallProviders and LoweringProviders (GRAAL-363)
Thu, 17 Oct 2013 10:18:53 +0200 Doug Simon removed yet more uses of HotSpotGraalRuntime.getHostProviders() (GRAAL-363)
Thu, 17 Oct 2013 10:09:02 +0200 Doug Simon replaced HotSpotGraalRuntime.wordKind with an access via the host backend (GRAAL-363)
Thu, 17 Oct 2013 09:58:17 +0200 Doug Simon removed more uses of HotSpotGraalRuntime.getHostProviders() (GRAAL-363)
Thu, 17 Oct 2013 09:25:58 +0200 Doug Simon factored out retrieving the host architecture name to handle variations in value of os.arch system property
Wed, 16 Oct 2013 22:06:58 -0700 twisti make TimedBootstrap work with lower time limits
Wed, 16 Oct 2013 19:49:15 -0700 twisti added NegateNodeCanonicalizationTest
Thu, 17 Oct 2013 01:28:01 +0200 Doug Simon fixed C++ compilation error in fastdebug build
Thu, 17 Oct 2013 01:16:36 +0200 Doug Simon fixed project canonicalization
Thu, 17 Oct 2013 01:14:05 +0200 Doug Simon added missing file
Thu, 17 Oct 2013 01:08:17 +0200 Doug Simon improved support for co-existing, multiple backends (GRAAL-363)
Thu, 17 Oct 2013 01:05:13 +0200 Doug Simon added support for wrapping long lines in mx/projects by placing a "\" at the end of the line (like the C preprocessor accepts)
Wed, 16 Oct 2013 18:27:28 +0200 Christian Humer Merge.
Wed, 16 Oct 2013 18:27:11 +0200 Christian Humer Truffle-DSL: fixed type comparison of inner classes fails with ECJ when class was loaded from binary file.
Wed, 16 Oct 2013 18:25:16 +0200 Christian Humer Truffle-DSL: fixed an NPE if invalid TypeData are compared.
Wed, 16 Oct 2013 16:15:40 +0200 Thomas Wuerthinger Merge.
Wed, 16 Oct 2013 15:03:29 +0200 Thomas Wuerthinger Merge.
Wed, 16 Oct 2013 15:02:48 +0200 Thomas Wuerthinger Fix integer stamp test.
Wed, 16 Oct 2013 03:53:40 +0200 Thomas Wuerthinger Merge.
Wed, 16 Oct 2013 03:11:19 +0200 Thomas Wuerthinger Remove files of Truffle printer.
Wed, 16 Oct 2013 03:03:34 +0200 Thomas Wuerthinger Merge.
Wed, 16 Oct 2013 03:02:03 +0200 Thomas Wuerthinger Make sure constants have the correct stack kind and unsafe accesses the correct access kind.
Tue, 15 Oct 2013 13:51:27 +0200 Thomas Wuerthinger Merge.
Tue, 15 Oct 2013 01:25:31 +0200 Thomas Wuerthinger Add LoweringProvider parameter to registerReplacements method.
Wed, 16 Oct 2013 14:18:10 +0200 Doug Simon increased generated interpreter size to accomodate Windows
Wed, 16 Oct 2013 14:17:42 +0200 Doug Simon attempt to fix Eclipse build loop issue
Wed, 16 Oct 2013 13:24:34 +0200 Doug Simon fixed name of SPARC class
Wed, 16 Oct 2013 12:19:25 +0200 Doug Simon increased AMD64 template interpreter size in GRAALVM to allow the VM to be debugged with a Java debugger
Tue, 15 Oct 2013 23:32:19 +0200 Doug Simon added LoweringProvider to ReplacementsProvider.registerReplacements
Tue, 15 Oct 2013 22:38:35 -0700 twisti add missing @Override to Iterator.remove overrides
Tue, 15 Oct 2013 18:04:13 -0700 twisti revert Unsafe.getObject hack to read uncompressed pointers
Wed, 16 Oct 2013 01:12:47 +0200 Christos Kotselidis Merge
Wed, 16 Oct 2013 01:12:23 +0200 Christos Kotselidis Enable Deferred Init Barriers
Wed, 16 Oct 2013 01:05:14 +0200 Christos Kotselidis Fix inconsistent oops in slow path allocation
Tue, 15 Oct 2013 23:06:27 +0200 Doug Simon Merge.
Tue, 15 Oct 2013 22:21:01 +0200 Doug Simon rename: graalRuntime -> runtime, getGraalRuntime -> getRuntime
Tue, 15 Oct 2013 22:19:41 +0200 Doug Simon introduced HotSpotRegistersProvider interface
Tue, 15 Oct 2013 14:14:06 +0200 Doug Simon split HotSpotRuntime into separate provider implementations
Tue, 15 Oct 2013 21:32:13 +0200 Doug Simon Backed out changeset: 5b1a2e8e82d6
Tue, 15 Oct 2013 21:28:24 +0200 Doug Simon Merge.
Mon, 14 Oct 2013 11:24:04 +0200 Doug Simon made use of substitution when deriving a new Providers object
Mon, 14 Oct 2013 11:06:32 +0200 Doug Simon narrowed TargetDescription dependency of ReplacementsImpl to word kind
Tue, 15 Oct 2013 14:26:30 +0200 Gilles Duboscq Fix intptr_t to oop casts in vframeArray.cpp and re-enable CHECK_UNHANDLED_OOPS in fastdebug mode
Tue, 15 Oct 2013 14:46:25 +0200 Gilles Duboscq The runtime entries need to use oopDesc* rather than oop in their signature
Tue, 15 Oct 2013 14:02:31 +0200 Gilles Duboscq Merge
Mon, 14 Oct 2013 17:49:25 +0200 Gilles Duboscq When FixedGuardNode is canonicalized away, it should not be replaced with the previous begin
Tue, 15 Oct 2013 17:41:30 +0200 Matthias Grimmer Remove truffle.printer
Tue, 15 Oct 2013 13:03:54 +0200 Lukas Stadler make EscapeObjectState value numberable
Tue, 15 Oct 2013 11:32:32 +0200 Lukas Stadler PEA: fix up FrameStates *after* dealing with unhandled inputs
Tue, 15 Oct 2013 11:31:23 +0200 Lukas Stadler preliminary fix for MonitorExitNodes with AFTER_BCI
Mon, 14 Oct 2013 19:46:29 -0700 twisti ConstantNode methods should not throw InternalError
Tue, 15 Oct 2013 02:07:33 +0200 Christos Kotselidis Merge
Tue, 15 Oct 2013 01:50:48 +0200 Christos Kotselidis Fix unittests
Mon, 14 Oct 2013 23:38:14 +0200 Christos Kotselidis Merge
Mon, 14 Oct 2013 23:37:28 +0200 Christos Kotselidis Re-enable G1 verification in gate
Mon, 14 Oct 2013 23:36:11 +0200 Christos Kotselidis Fix in G1 GC after latest HotSpot merge
Mon, 14 Oct 2013 23:35:49 +0200 Christos Kotselidis Field renaming in unsafe load snippet
Tue, 15 Oct 2013 01:11:02 +0200 Thomas Wuerthinger Make sure HotSpot installed code link is cut when code is explicitely invalidated.
Tue, 15 Oct 2013 00:31:43 +0200 Thomas Wuerthinger Fix wrong modification of ReplacementsImpl macro node method handling.
Mon, 14 Oct 2013 23:30:05 +0200 Thomas Wuerthinger Improve convert deoptimize to guard phase to recognize FixedGuardNode following MergeNode.
Mon, 14 Oct 2013 23:28:45 +0200 Thomas Wuerthinger Improve canonicalization of FixedGuardNode.
Mon, 14 Oct 2013 23:28:10 +0200 Thomas Wuerthinger Truffle API adjustments: Simplify frame handling. Introduce cast for MaterializedFrame objects.
Mon, 14 Oct 2013 18:48:21 +0200 Christian Humer Merge.
Mon, 14 Oct 2013 18:35:48 +0200 Christian Humer Truffle-DSL: fixed wrong targetType for implicit casts.
Mon, 14 Oct 2013 15:51:57 +0200 Christian Humer merge.
Mon, 14 Oct 2013 15:44:18 +0200 Christian Humer Truffle-DSL: fixed incorrect else guard connections for executeAndSpecialize.
Mon, 14 Oct 2013 14:32:00 +0200 Christian Humer Merge.
Mon, 14 Oct 2013 13:25:25 +0200 Christian Humer Truffle-DSL: fixed invalid @SlowPath on generic execute methods. (GRAAL-490 #resolve)
Fri, 11 Oct 2013 20:45:14 +0200 Christian Humer Truffle-DSL. fixed some issues with new generation strategy.
Fri, 11 Oct 2013 20:07:50 +0200 Christian Humer Merge.
Fri, 11 Oct 2013 20:06:33 +0200 Christian Humer SL: updated simple lanugage type system to use an implicit cast.
Fri, 11 Oct 2013 20:05:55 +0200 Christian Humer Truffle-DSL: implemented new polymorphic more compact generation strategy
Wed, 09 Oct 2013 15:33:36 +0200 Christian Humer Merge.
Thu, 03 Oct 2013 18:09:21 +0200 Christian Humer Truffle-DSL: fixed minor issue in implicit cast tests.
Thu, 03 Oct 2013 18:07:59 +0200 Christian Humer Truffle-DSL: new implicit cast code generation layout supports now executeWith.
Thu, 03 Oct 2013 16:31:09 +0200 Christian Humer TruffleDSL: improved code generation layout for implicit casts.
Wed, 02 Oct 2013 15:57:17 +0200 Christian Humer SL: fixed literals generate unnecessary code.
Wed, 02 Oct 2013 15:33:25 +0200 Christian Humer Merge.
Wed, 02 Oct 2013 15:33:08 +0200 Christian Humer Truffle: Added experimental serialization API.
Wed, 02 Oct 2013 13:26:31 +0200 Christian Humer Merge.
Fri, 06 Sep 2013 21:37:50 +0200 Christian Humer Merge.
Fri, 06 Sep 2013 17:59:27 +0200 Christian Humer Truffle-DSL: fixed a if bug target parameters and executes accidently do not match.
Mon, 14 Oct 2013 16:40:51 +0200 Gilles Duboscq During CheckCast lowering, if null was never seen and a guard is created for the null case, the instanceof should be done on a non-null value.
Mon, 14 Oct 2013 15:52:24 +0200 Gilles Duboscq Remove reduduant guards stage check in GuardingPiNode.lower
Mon, 14 Oct 2013 13:49:46 +0200 Gilles Duboscq Replace some wrong GRAAL_ONLY with GRAALVM_ONLY
Mon, 14 Oct 2013 13:07:34 +0200 Lukas Stadler remove unused parameters from doProfile methods
Mon, 14 Oct 2013 10:45:02 +0200 Lukas Stadler exclude java.lang.ref.Reference from Escape Analysis
Sat, 12 Oct 2013 20:08:36 +0200 Andreas Woess fix hosted mode on windows after hotspot merge.
Sat, 12 Oct 2013 10:18:16 +0200 Bernhard Urban NodeClassIterator: remove reference to NodeClass
Sat, 12 Oct 2013 02:10:16 +0200 Christos Kotselidis Merge
Sat, 12 Oct 2013 01:15:05 +0200 Christos Kotselidis Merge
Sat, 12 Oct 2013 00:47:33 +0200 Christos Kotselidis Fix warning
Fri, 11 Oct 2013 23:14:06 +0200 Christos Kotselidis Merge
Fri, 11 Oct 2013 22:40:21 +0200 Christos Kotselidis Merge
Fri, 11 Oct 2013 21:41:42 +0200 Christos Kotselidis Merge
Fri, 11 Oct 2013 17:21:14 +0200 Christos Kotselidis Merge
Fri, 11 Oct 2013 17:14:35 +0200 Christos Kotselidis Augment unit tests to account for deferred init barriers
Fri, 11 Oct 2013 17:14:18 +0200 Christos Kotselidis Augment WriteBarrier Verification phase error reporting
Fri, 11 Oct 2013 17:12:35 +0200 Christos Kotselidis Do not add write barriers to newly allocated objects
Fri, 11 Oct 2013 17:09:13 +0200 Christos Kotselidis Customize deferred barrier flags fro Graal
Fri, 11 Oct 2013 17:08:22 +0200 Christos Kotselidis Defer barriers upon slow-path allocation
Fri, 11 Oct 2013 17:07:41 +0200 Christos Kotselidis Delegate deferred barrier arguments to graal
Fri, 11 Oct 2013 17:06:18 +0200 Christos Kotselidis Add Graal option for deferring write barriers of eden allocated objects
Sat, 12 Oct 2013 01:03:47 +0200 Doug Simon moved lookupForeignCall() from CodeCacheProvider to ForeignCallsProvider (GRAAL-511)
Sat, 12 Oct 2013 00:31:37 +0200 Doug Simon refactored isReexecutable(), getKilledLocations() and canDeoptimize() out of MetaAccessProvider into ForeignCallsProvider (GRAAL-511)
Fri, 11 Oct 2013 21:58:41 +0200 Doug Simon introduced @InjectedNodeParameter annotation to make injection of arguments during node intrinsification more extensible
Fri, 11 Oct 2013 21:05:41 +0200 Doug Simon fixed C compilation warnings on MacOS
Fri, 11 Oct 2013 19:20:45 +0200 Bernhard Urban gate: temporarily disable G1 verification until merge issues are resolved
Fri, 11 Oct 2013 17:53:29 +0200 Gilles Duboscq Merge
Fri, 11 Oct 2013 17:52:33 +0200 Gilles Duboscq Revert changes to globalDefinitions (needs more work) and disable CHECK_UNHANDLED_OOPS in fastdebug until it's fixed upstream
Fri, 11 Oct 2013 15:41:33 +0200 Gilles Duboscq Reduce HotSpot diff and fix previous merge
Fri, 11 Oct 2013 10:38:03 +0200 Gilles Duboscq Merge with hs25-b53
Fri, 04 Oct 2013 14:10:09 -0700 amurillo Added tag hs25-b53 for changeset 562a3d356de6 jdk8-b111
Fri, 04 Oct 2013 14:10:08 -0700 amurillo Merge hs25-b53
Fri, 04 Oct 2013 13:37:25 -0700 jcoomes Merge
Thu, 03 Oct 2013 17:16:23 +0200 jwilhelm 8025853: Remove unnecessary uses of GenerationSizer
Thu, 03 Oct 2013 13:19:19 +0200 jwilhelm 8025855: Simplify GenRemSet code slightly
Wed, 02 Oct 2013 18:24:58 +0200 ehelin Merge
Mon, 30 Sep 2013 11:39:07 +0200 ehelin 8025226: TestPerfCountersAndMemoryPools.java fails with -Xmixed or -Xcomp
Wed, 02 Oct 2013 14:33:32 +0200 mgerdin 8012525: gc/metaspace/G1AddMetaspaceDependency.java Test fails a safepoint timeout assertion or hangs.
Tue, 01 Oct 2013 15:21:14 +0200 ehelin 8025313: MetaspaceMemoryPool incorrectly reports undefined size for max
Tue, 01 Oct 2013 07:52:52 +0200 brutisso 8025605: G1: Heap expansion logging misleading for fully expanded heap
Mon, 30 Sep 2013 12:43:59 +0200 tschatzl 8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads
Tue, 24 Sep 2013 14:46:29 +0200 mgerdin 8025305: Cleanup CardTableModRefBS usage in G1
Fri, 27 Sep 2013 13:41:07 +0200 tschatzl Merge
Fri, 27 Sep 2013 11:18:26 +0200 tschatzl Merge
Fri, 27 Sep 2013 10:23:12 +0200 mgerdin 8025279: metaspace/flags/maxMetaspaceSize throws OOM: out of Compressed Klass space
Thu, 26 Sep 2013 12:49:45 +0200 tschatzl 8014078: G1: improve remembered set summary information by providing per region type information
Thu, 03 Oct 2013 10:35:32 -0700 vladidan Merge
Thu, 03 Oct 2013 10:25:54 -0400 jprovino Merge
Fri, 27 Sep 2013 13:53:43 -0400 jiangli Merge
Fri, 27 Sep 2013 13:49:57 -0400 jiangli 8024990: JT_JDK: 11 failures with SIGSEGV on arm-sflt platforms in nightly fastdebug build.
Thu, 03 Oct 2013 16:38:21 +0400 iveresov Merge
Wed, 02 Oct 2013 06:17:10 -0700 vlivanov 8025233: Move sun.invoke.Stable into java.lang.invoke package
Fri, 27 Sep 2013 13:36:25 -0400 drchase 8025260: Methodhandles/JSR292: NullPointerException (NPE) thrown instead of AbstractMethodError (AME)
Mon, 30 Sep 2013 15:42:39 -0700 twisti 8025599: Missing store barrier with OptimizeStringConcat
Fri, 27 Sep 2013 11:52:24 +0400 shade 8014447: Object.hashCode intrinsic breaks inline caches
Sat, 28 Sep 2013 12:42:22 -0700 twisti 8025613: clang: remove -Wno-unused-value
Sat, 28 Sep 2013 12:32:10 +0400 iignatyev 8023452: TestCase$Helper(java.lang.Object) must be osr_compiled
Sat, 28 Sep 2013 12:32:09 +0400 iignatyev 8024678: Java source files in hotspot/test/testlibrary should not use @author tag in JavaDoc
Fri, 27 Sep 2013 15:43:03 -0700 adlertz Merge
Fri, 27 Sep 2013 12:43:51 -0700 adlertz Merge
Fri, 27 Sep 2013 10:50:55 +0200 anoll 8020151: PSR:PERF Large performance regressions when code cache is filled
Fri, 27 Sep 2013 08:39:19 +0200 rbackman 8024924: Intrinsify java.lang.Math.addExact
Thu, 26 Sep 2013 12:07:53 -0700 twisti 8024545: make develop and notproduct flag values available in product builds
Tue, 01 Oct 2013 11:06:35 -0400 zgu Merge
Tue, 01 Oct 2013 09:21:43 -0400 zgu Merge
Tue, 01 Oct 2013 08:54:05 -0400 zgu 8022187: Missing ResourceMark crash when assertion using FormatBufferResource fails
Tue, 01 Oct 2013 08:10:42 -0400 acorn 8011311: Private interface methods. Default conflicts:ICCE. no erased_super_default.
Fri, 27 Sep 2013 10:08:56 -0400 zgu Merge
Thu, 26 Sep 2013 10:25:02 -0400 hseigel 7195622: CheckUnhandledOops has limited usefulness now
Wed, 25 Sep 2013 17:47:51 +0200 ctornqvi 8024492: [TESTBUG] Test library class Platform.java needs to include methods for missing OS's and architectures
Wed, 25 Sep 2013 17:47:22 +0200 ctornqvi 8024677: [TESTBUG] Move tests for classes in /testlibrary
Wed, 25 Sep 2013 13:58:13 +0200 dsimms 8023956: Provide a work-around to broken Linux 32 bit "Exec Shield" using CS for NX emulation (crashing with SI_KERNEL)
Thu, 26 Sep 2013 13:41:34 -0700 amurillo 8025536: new hotspot build - hs25-b53
Wed, 02 Oct 2013 13:26:31 -0700 katleman Added tag jdk8-b110 for changeset 6209b0ed51c0
Thu, 26 Sep 2013 13:33:02 -0700 amurillo Added tag hs25-b52 for changeset 58043478c26d jdk8-b110
Thu, 26 Sep 2013 13:33:01 -0700 amurillo Merge hs25-b52
Thu, 26 Sep 2013 06:34:10 -0700 tschatzl Merge
Thu, 26 Sep 2013 12:18:21 +0200 tschatzl Merge
Wed, 25 Sep 2013 17:23:41 +0200 brutisso 8025228: assert(new_entry->reserved_words() == vs_word_size) fails in nightly
Wed, 25 Sep 2013 13:25:24 +0200 tschatzl 7163191: G1: introduce a "heap spanning table" abstraction
Tue, 24 Sep 2013 10:14:02 +0200 tschatzl Merge
Sat, 21 Sep 2013 10:09:42 +0200 stefank 8025096: Move the ChunkManager instances out of the VirtualSpaceLists
Fri, 20 Sep 2013 11:00:38 +0200 stefank 8025059: Metspace::should_expand mixes bytes and words in check against MaxMetaspaceSize
Fri, 20 Sep 2013 10:53:28 +0200 stefank 8024974: Incorrect use of GC_locker::is_active()
Thu, 26 Sep 2013 04:00:09 -0700 bdelsart Merge
Thu, 26 Sep 2013 01:30:01 -0700 bdelsart Merge
Fri, 20 Sep 2013 20:19:52 -0700 jiangli Merge
Fri, 20 Sep 2013 15:06:23 -0400 bpittore 8014911: Should use SUPPORTS_NATIVE_CX8 define to help C/C++ compiler elide blocks of code
Thu, 26 Sep 2013 08:48:15 +0200 adlertz Merge
Tue, 24 Sep 2013 16:08:00 -0700 kvn 8022585: VM crashes when ran with -XX:+PrintInlining
Tue, 24 Sep 2013 15:56:25 +0200 anoll 7009641: Don't fail VM when CodeCache is full
Wed, 25 Sep 2013 13:03:21 -0400 zgu Merge
Mon, 23 Sep 2013 08:56:19 -0700 iklam 8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle
Sun, 22 Sep 2013 18:07:43 +0200 dsamersoff Merge
Sun, 22 Sep 2013 18:49:09 +0400 dsamersoff 7133122: SA throws sun.jvm.hotspot.debugger.UnmappedAddressException when it should not
Sun, 22 Sep 2013 06:31:43 -0700 sla 6989981: jstack causes "fatal error: ExceptionMark destructor expects no pending exceptions"
Fri, 20 Sep 2013 18:19:07 -0700 dcubed Merge
Fri, 20 Sep 2013 12:58:35 -0700 dcubed Merge
Sat, 21 Sep 2013 01:45:29 +0200 coleenp Merge
Fri, 20 Sep 2013 18:34:00 -0400 coleenp 8014956: nashorn/api/javaaccess/MethodAccessTest.java test fails on sparc-solaris 64
Fri, 20 Sep 2013 10:34:41 -0700 mgerdin Merge
Tue, 17 Sep 2013 17:16:28 +0200 allwin 7196151: ParserTest SEGv on solaris
Fri, 20 Sep 2013 09:44:04 -0400 coleenp Merge
Fri, 20 Sep 2013 09:30:02 -0400 coleenp 8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously
Thu, 19 Sep 2013 11:04:23 -0400 hseigel 8024517: runtime/CDSCompressedKPtrs/XShareAuto.java failed with RuntimeException
Thu, 19 Sep 2013 08:47:46 +0200 kevinw Merge
Wed, 18 Sep 2013 19:50:44 +0200 kevinw Merge
Wed, 18 Sep 2013 16:48:49 +0400 sgabdura 8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR
Wed, 18 Sep 2013 20:08:00 -0400 dholmes 8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps
Wed, 18 Sep 2013 07:02:10 -0700 dcubed 8019835: Strings interned in different threads equal but does not ==
Fri, 20 Sep 2013 11:17:04 -0700 amurillo 8025127: new hotspot build - hs25-b52
Thu, 26 Sep 2013 10:43:15 -0700 cl Added tag jdk8-b109 for changeset c81dd5393a5e
Wed, 25 Sep 2013 12:23:10 -0700 tbell 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week jdk8-b109
Fri, 20 Sep 2013 11:09:26 -0700 amurillo Added tag hs25-b51 for changeset 566db1b0e6ef
Fri, 20 Sep 2013 11:09:25 -0700 amurillo Merge hs25-b51
Thu, 19 Sep 2013 18:01:39 +0200 adlertz Merge
Wed, 18 Sep 2013 14:10:21 -0700 iveresov 8023542: Test java/io/File/CheckPermission.java fails due to unfinished recursion (java.lang.StackOverflowError) when JIT'ed code (-client,-server) is running
Wed, 18 Sep 2013 09:31:01 +0200 rbackman Merge
Wed, 18 Sep 2013 07:22:20 +0200 anoll 8022883: Assertion failed: sweptCount >= flushedCount + markedCount + zombifiedCount
Tue, 17 Sep 2013 20:48:42 -0700 jrose Merge
Fri, 13 Sep 2013 22:38:02 -0400 drchase 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
Tue, 17 Sep 2013 16:07:37 -0700 adlertz Merge
Tue, 17 Sep 2013 08:39:20 +0200 anoll 8024128: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
Tue, 17 Sep 2013 23:12:27 +0200 ctornqvi Merge
Tue, 17 Sep 2013 16:55:53 +0200 ctornqvi 8014905: [TESTBUG] Some hotspot tests should be updated to divide test jdk and compile jdk
Tue, 17 Sep 2013 05:30:19 -0700 adlertz Merge
Fri, 13 Sep 2013 16:55:44 -0700 twisti 8024760: add more types, fields and constants to VMStructs
Fri, 13 Sep 2013 04:16:54 -0700 vlivanov 8023134: Rename VM LogFile to hotspot_pid{pid}.log (was hotspot.log)
Thu, 12 Sep 2013 18:13:28 -0700 twisti Merge
Thu, 12 Sep 2013 14:53:44 -0700 twisti 8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
Thu, 12 Sep 2013 23:13:45 +0200 adlertz 8024646: Remove LRG_List container, replace it with GrowableArray
Thu, 19 Sep 2013 09:34:20 +0200 tschatzl Merge
Thu, 19 Sep 2013 09:26:08 +0200 tschatzl Merge
Wed, 18 Sep 2013 15:59:41 +0200 tschatzl Merge
Wed, 18 Sep 2013 13:18:52 +0200 tschatzl 8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9
Wed, 18 Sep 2013 10:02:19 +0200 tschatzl 8024662: gc/arguments/TestUseCompressedOopsErgo.java does not compile.
Tue, 17 Sep 2013 20:59:07 +0200 ehelin 8024718: Metaspace performance counters and memory pools should report the same data
Wed, 18 Sep 2013 00:08:00 +0000 jwilhelm Merge
Tue, 17 Sep 2013 14:02:53 +0200 jwilhelm 8024884: Test name changed, test list not updated
Tue, 17 Sep 2013 12:04:11 +0200 tschatzl 8024914: Swapped usage of idx_t and bm_word_t types in bitMap.inline.hpp
Mon, 16 Sep 2013 13:32:44 +0200 tschatzl Merge
Mon, 16 Sep 2013 10:20:45 +0200 tschatzl 8024396: VM crashing with assert(!UseLargePages || UseParallelOldGC || use_large_pages) failed: Wrong alignment to use large pages
Mon, 16 Sep 2013 09:41:03 +0200 tschatzl Merge
Fri, 13 Sep 2013 07:57:13 +0200 shade 8024671: G1 generates assert error messages in product builds
Fri, 13 Sep 2013 22:25:27 +0200 stefank 8024752: Log TraceMetadata* output to gclog_or_tty instead of tty
Fri, 13 Sep 2013 22:23:48 +0200 stefank 8024751: Fix bugs in TraceMetadata
Fri, 13 Sep 2013 22:22:14 +0200 stefank 8024650: Don't adjust MaxMetaspaceSize up to MetaspaceSize
Fri, 13 Sep 2013 22:21:06 +0200 stefank 8024651: Remove the incorrect usage of Metablock::overhead()
Thu, 12 Sep 2013 10:15:54 +0200 stefank 8024638: Count and expose the amount of committed memory in the metaspaces
Thu, 12 Sep 2013 10:15:30 +0200 ehelin 8023476: Metaspace capacity > reserved
Wed, 11 Sep 2013 18:47:54 +0200 tschatzl Merge
Wed, 11 Sep 2013 16:25:02 +0200 tschatzl 8010722: assert: failed: heap size is too big for compressed oops
Wed, 11 Sep 2013 06:15:31 -0700 mgerdin Merge
Wed, 11 Sep 2013 09:37:14 +0200 mgerdin 8009561: NPG: Metaspace fragmentation when retiring a Metachunk
Wed, 11 Sep 2013 12:03:41 +0200 tschatzl Merge
Wed, 11 Sep 2013 10:19:16 +0200 tschatzl 8021823: G1: Concurrent marking crashes with -XX:ObjectAlignmentInBytes>=32 in 64bit VMs
Wed, 11 Sep 2013 10:14:32 +0200 tschatzl 8016825: Large pages for the heap broken on Windows for compressed oops
Wed, 11 Sep 2013 08:57:02 +0200 mgerdin 8024176: [macosx] gc/metaspace/ClassMetaspaceSizeInJmapHeap.java failed since jdk8b105, hs25b47
Mon, 12 Aug 2013 17:37:02 +0200 ehelin 8015107: NPG: Use consistent naming for metaspace concepts
Wed, 18 Sep 2013 21:47:51 -0700 bdelsart Merge
Fri, 13 Sep 2013 21:36:27 -0400 dholmes 8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
Fri, 13 Sep 2013 07:47:26 -0700 bdelsart Merge
Wed, 11 Sep 2013 23:49:35 -0400 dholmes Merge
Wed, 11 Sep 2013 00:38:18 -0400 dholmes 8024256: Minimal VM build is broken with PCH disabled
Wed, 11 Sep 2013 20:03:34 -0400 bpittore 8024007: Misc. cleanup of static agent code
Wed, 18 Sep 2013 12:52:15 -0400 zgu Merge
Tue, 17 Sep 2013 20:20:03 +0200 mseledtsov 7149464: [TESTBUG] Test runtime/7020373/Test7020373.sh failed to clean up files after test
Tue, 17 Sep 2013 20:09:32 +0200 mseledtsov 8016029: test runtime/6878713/Test6878713.sh failed
Mon, 16 Sep 2013 18:39:53 -0700 minqi Merge
Mon, 16 Sep 2013 15:35:04 -0700 minqi 7164841: Improvements to the GC log file rotation
Mon, 16 Sep 2013 15:24:11 -0700 acorn Merge
Mon, 16 Sep 2013 17:57:56 -0400 acorn 8024647: Default method resolution with private superclass method
Mon, 16 Sep 2013 12:43:34 -0700 dcubed 6986195: correctly identify Ubuntu as the operating system in crash report instead of "Debian"
Mon, 16 Sep 2013 07:38:13 -0400 dholmes 6900441: PlatformEvent.park(millis) on Linux could still be affected by changes to the time-of-day clock
Fri, 13 Sep 2013 16:56:58 -0700 sspitsyn Merge
Fri, 13 Sep 2013 12:48:50 -0700 sspitsyn 8024346: ~CautiouslyPreserveExceptionMark - assert(!_thread->has_pending_exception()) failed: unexpected exception generated
Fri, 13 Sep 2013 12:47:44 -0700 sspitsyn 8024345: 'assert(_value != NULL) failed: resolving NULL _value' from VM_RedefineClasses::set_new_constant_pool
Fri, 13 Sep 2013 12:46:40 -0700 sspitsyn 8017230: Internal Error (jvmtiRedefineClasses.cpp:1662): guarantee(false) failed: insert_space_at() failed
Fri, 13 Sep 2013 19:20:59 +0200 mgronlun Merge
Fri, 13 Sep 2013 17:47:00 +0200 mgronlun 8021353: Event based tracing is missing thread exit
Fri, 13 Sep 2013 10:34:15 -0400 zgu Merge
Thu, 12 Sep 2013 15:53:49 +0400 dsamersoff 8022617: Openjdk hotspot build is broken on BSD platforms using gcc
Wed, 11 Sep 2013 14:30:17 +0400 dsamersoff 8024056: runtime/InitialThreadOverflow/testme.sh fails
Mon, 09 Sep 2013 14:44:37 -0400 hseigel 8023167: JVM allows duplicate Runtime[In]VisibleTypeAnnotations attributes in ClassFile/field_info/method_info structures
Mon, 09 Sep 2013 10:01:09 +0100 kevinw 8023478: Test fails with HS crash in GCNotifier.
Fri, 06 Sep 2013 08:42:42 -0700 iklam 8022335: Native stack walk while generating hs_err does not work on Windows x64
Wed, 04 Sep 2013 08:55:08 -0400 zgu 8022798: "assert(seq > 0) failed: counter overflow" in Kitchensink
Fri, 13 Sep 2013 00:43:01 -0700 amurillo 8024764: new hotspot build - hs25-b51
Thu, 19 Sep 2013 09:36:51 -0700 cl Added tag jdk8-b108 for changeset 85072013aad4
Fri, 13 Sep 2013 00:25:19 -0700 amurillo Added tag hs25-b50 for changeset a09fe9d1e016 jdk8-b108
Fri, 13 Sep 2013 00:25:18 -0700 amurillo Merge hs25-b50
Thu, 12 Sep 2013 09:10:14 +0200 adlertz Merge
Wed, 11 Sep 2013 09:34:00 +0200 adlertz 8010941: MinJumpTableSize is set to 18, investigate if that's still optimal
Tue, 10 Sep 2013 15:28:44 -0700 vlivanov Merge
Tue, 10 Sep 2013 14:51:48 -0700 vlivanov 8001107: @Stable annotation for constant folding of lazily evaluated variables
Tue, 10 Sep 2013 07:51:37 +0200 anoll 8024473: Remove unused macro: IRT_ENTRY_FOR_NMETHOD
Mon, 09 Sep 2013 19:53:28 +0200 adlertz Merge
Thu, 05 Sep 2013 16:38:04 +0400 iignatyev 8012447: Java CTW implementation
Fri, 06 Sep 2013 11:11:19 -0700 amurillo 8024258: new hotspot build - hs25-b50
Thu, 12 Sep 2013 11:08:59 -0700 cl Added tag jdk8-b107 for changeset 5b7f90aab3ad
Fri, 06 Sep 2013 11:04:00 -0700 amurillo Added tag hs25-b49 for changeset 50794d8ac11c jdk8-b107
Fri, 06 Sep 2013 11:04:00 -0700 amurillo Merge hs25-b49
Thu, 05 Sep 2013 14:15:54 +0200 tschatzl Merge
Wed, 04 Sep 2013 12:56:03 -0700 jmasa Merge
Wed, 04 Sep 2013 11:41:17 -0700 jmasa 8013938: Native OOME on fastdebug VM on Solaris
Thu, 22 Aug 2013 11:23:15 +0200 ehelin 8020692: TestGCEventMixed.java failed because of timestamp in event after end event
Fri, 30 Aug 2013 07:31:47 +0200 brutisso 8019902: G1: Use the average heap size rather than the minimum heap size to calculate the region size
Thu, 29 Aug 2013 06:53:16 -0700 jmasa Merge
Thu, 22 Aug 2013 10:50:41 +0200 mgerdin 8016155: SIGBUS when running Kitchensink with ParallelScavenge and ParallelOld
Thu, 05 Sep 2013 10:39:10 +0200 adlertz Merge
Mon, 02 Sep 2013 22:44:57 +0200 adlertz 8024095: Missing brackets in local scheduling code.
Mon, 02 Sep 2013 13:13:45 +0200 rbackman Merge
Sun, 01 Sep 2013 19:52:02 +0200 adlertz Merge
Sun, 01 Sep 2013 19:21:05 +0200 adlertz 8023988: Move local scheduling of nodes to the CFG creation and code motion phase (PhaseCFG)
Thu, 29 Aug 2013 22:44:19 +0400 vlivanov 8023976: assert(!CompilationPolicy::can_be_compiled(this, comp_level)) failed: sanity check
Wed, 28 Aug 2013 11:22:43 +0200 kvn 8023597: Optimize G1 barriers code for unsafe load_store
Tue, 27 Aug 2013 21:16:54 +0200 adlertz Merge
Mon, 26 Aug 2013 12:50:23 +0200 adlertz 8023691: Create interface for nodes in class Block
Tue, 27 Aug 2013 19:37:39 +0200 rbackman Merge
Tue, 20 Aug 2013 09:37:01 +0200 rbackman 8022283: Assertion failed: assert(is_loaded() && field->holder()->is_loaded() && klass()->is_subclass_of (field->holder())) failed: invalid access
Mon, 26 Aug 2013 21:48:19 -0700 vlivanov Merge
Mon, 26 Aug 2013 17:41:05 +0400 vlivanov 8022595: JSR292: deadlock during class loading of MethodHandles, MethodHandleImpl & MethodHandleNatives
Mon, 26 Aug 2013 17:37:25 +0400 vlivanov 8022456: LogCompilation tool does not work with C1 output again
Mon, 26 Aug 2013 16:12:20 +0200 roland 8016277: Crash in nmethod::is_compiled_by_c1() on x86
Wed, 21 Aug 2013 13:34:45 +0200 roland 7199175: JSR 292: C1 needs patching when invokedynamic/invokehandle call site is not linked
Fri, 23 Aug 2013 18:04:35 -0700 kvn 8023472: C2 optimization breaks with G1
Fri, 23 Aug 2013 11:41:37 -0700 kvn 8012972: Incremental Inlining should support scalar replaced object in debug info
Sun, 01 Sep 2013 10:37:01 -0400 hseigel 8023381: VM fails to initialize in runtime/CDSCompressedKPtrs/XShareAuto.java runtime/SharedArchiveFile/CdsSameObjectAlignment.java
Fri, 30 Aug 2013 15:42:01 -0700 acorn Merge
Fri, 30 Aug 2013 12:56:58 -0700 acorn Merge
Fri, 30 Aug 2013 15:15:56 -0400 acorn 8023872: Verification error in generated lambda classes
Fri, 30 Aug 2013 15:57:06 -0400 hseigel Merge
Fri, 30 Aug 2013 15:15:22 -0400 hseigel Merge
Fri, 30 Aug 2013 15:07:23 -0400 hseigel 8024050: Incorrect optimization level and comment specified for unsafe.cpp
Fri, 30 Aug 2013 13:38:45 -0400 zgu Merge
Fri, 30 Aug 2013 12:22:02 -0400 zgu Merge
Fri, 30 Aug 2013 11:54:14 -0400 zgu 6991327: using -Xprof trigger native memory leak
Fri, 30 Aug 2013 07:04:42 -0700 dcubed Merge
Thu, 29 Aug 2013 18:56:29 -0400 coleenp 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced
Thu, 29 Aug 2013 21:46:09 +0200 dsamersoff Merge
Thu, 29 Aug 2013 21:48:23 +0400 dsamersoff 8009062: poor performance of JNI AttachCurrentThread after fix for 7017193
Thu, 29 Aug 2013 13:44:07 -0400 hseigel 8022407: sun/misc/CopyMemory.java fails with SIGSEGV in Unsafe_SetByte+0x35
Thu, 29 Aug 2013 10:33:13 -0400 hseigel 8016764: JVM does not prohibit invokespecial in c.f.v 51.0 that invokes default interface method in c.f.v 52.0
Thu, 29 Aug 2013 11:05:55 +0200 sla 8023720: (hotspot) setjmp/longjmp changes the process signal mask on OS X
Wed, 28 Aug 2013 08:15:01 -0400 acorn 8020489: VM crash when non-existent interface called by invokespecial
Tue, 27 Aug 2013 16:02:59 -0400 iklam Merge
Tue, 27 Aug 2013 03:35:46 -0400 iklam Merge
Mon, 26 Aug 2013 21:59:50 -0700 iklam 8020622: create.bat on Windows failed to create project file for Visual Studio 2012
Tue, 27 Aug 2013 07:54:05 -0700 minqi Merge
Mon, 26 Aug 2013 14:11:26 -0700 ccheung 8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
Tue, 27 Aug 2013 04:58:58 -0700 jiangli Merge
Mon, 26 Aug 2013 13:32:14 -0400 jiangli 8023477: Invalid CP index when reading ConstantPool.
Tue, 27 Aug 2013 01:21:22 -0700 acorn Merge
Mon, 26 Aug 2013 11:35:25 -0400 acorn 8012294: remove generic handling for default methods
Mon, 26 Aug 2013 18:34:29 -0700 dcubed Merge
Mon, 26 Aug 2013 17:42:03 +0400 shade 8023638: Add the regression test for 8006997
Fri, 30 Aug 2013 00:29:52 -0700 amurillo 8024022: new hotspot build - hs25-b49
Thu, 05 Sep 2013 02:45:38 -0700 cl Added tag jdk8-b106 for changeset aed585cafc0d
Fri, 30 Aug 2013 00:19:43 -0700 amurillo Added tag hs25-b48 for changeset 18b4798adbc4 jdk8-b106
Fri, 30 Aug 2013 00:19:42 -0700 amurillo Merge hs25-b48
Thu, 29 Aug 2013 00:22:13 -0400 dholmes Merge
Wed, 28 Aug 2013 21:42:14 -0400 dholmes Merge
Wed, 28 Aug 2013 19:25:18 -0400 dholmes 8023900: [TESTBUG] Initial compact profile test groups need adjusting
Wed, 28 Aug 2013 12:01:04 -0700 jiangli Merge
Wed, 28 Aug 2013 14:44:46 -0400 bpittore 8023580: Add jtreg test for 8004051 and 8005722
Tue, 27 Aug 2013 22:05:53 -0400 dholmes 8006164: [TESTBUG] compact profile hotspot test issues
Fri, 23 Aug 2013 12:36:32 -0700 cjplummer 8020829: JT_HS: 2 runtime NMT tests fail on platforms if NMT detail is not supported
Fri, 23 Aug 2013 20:33:02 -0400 bpittore 8014135: The JVMTI specification does not conform to recent changes in JNI specification
Tue, 27 Aug 2013 18:55:33 -0700 jmasa Merge
Fri, 23 Aug 2013 15:59:20 -0700 jmasa Merge
Thu, 22 Aug 2013 04:14:45 +0200 brutisso Merge
Wed, 21 Aug 2013 22:35:56 +0200 brutisso 8022872: G1: Use correct GC cause for young GC triggered by humongous allocations
Fri, 16 Aug 2013 06:12:46 -0700 jmasa 8022817: CMS should not shrink if compaction was not done
Mon, 26 Aug 2013 07:01:23 -0700 stefank Merge
Fri, 16 Aug 2013 13:22:32 +0200 stefank 8007074: SIGSEGV at ParMarkBitMap::verify_clear()
Mon, 26 Aug 2013 09:33:01 +0200 dsimms 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
Sun, 25 Aug 2013 21:21:18 -0400 hseigel 8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking
Fri, 23 Aug 2013 10:39:15 -0700 dcubed Merge
Fri, 23 Aug 2013 10:36:34 +0200 mgronlun 8023457: Event based tracing framework needs a mutex for thread groups
Thu, 22 Aug 2013 21:23:31 -0700 poonam Merge
Thu, 22 Aug 2013 18:09:29 -0700 poonam Merge
Wed, 21 Aug 2013 22:12:11 -0700 poonam 8020530: Non heap memory size calculated incorrectly
Thu, 22 Aug 2013 17:21:48 -0700 jiangli Merge
Thu, 22 Aug 2013 19:27:42 -0400 jiangli 8023547: com/sun/jdi/RedefineMulti.sh fails with IllegalArgumentException after JDK-8021948 .
Thu, 22 Aug 2013 13:53:13 -0700 iklam Merge
Thu, 22 Aug 2013 10:20:50 -0700 iklam 8023406: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA != 1
Thu, 22 Aug 2013 14:56:10 -0400 sla Merge
Tue, 23 Jul 2013 14:32:37 +0200 allwin 8011888: sa.js: TypeError: [object JSAdapter] has no such function "__has__"
Thu, 22 Aug 2013 11:52:27 -0400 hseigel 7121403: [TESTBUG] runtime/7051189/Xchecksig.sh fails on 64bit solaris
Wed, 21 Aug 2013 13:18:52 +0200 sla 8022808: Kitchensink hangs on macos
Fri, 23 Aug 2013 03:14:54 -0700 amurillo 8023635: new hotspot build - hs25-b48
Thu, 29 Aug 2013 09:41:51 -0700 cl Added tag jdk8-b105 for changeset acac3bde66b2
Fri, 23 Aug 2013 03:01:16 -0700 amurillo Added tag hs25-b47 for changeset c1604d5885a6 jdk8-b105
Fri, 23 Aug 2013 03:01:16 -0700 amurillo Merge hs25-b47
Thu, 22 Aug 2013 14:03:47 -0700 jmasa Merge
Thu, 22 Aug 2013 11:13:17 -0700 jmasa Merge
Wed, 14 Aug 2013 19:52:16 -0700 jmasa 8021809: Partitioning based on eden sampling during allocation not reset correctly
Wed, 21 Aug 2013 10:32:02 +0200 tschatzl 8022784: TaskQueue misses minimal documentation and references for analysis
Tue, 20 Aug 2013 10:02:38 -0700 jmasa Merge
Mon, 19 Aug 2013 08:58:56 -0700 jmasa Merge
Mon, 19 Aug 2013 18:17:58 +0200 ehelin 8023219: NPG: MetaspaceMemoryPool should report statistics for all of metaspace
Mon, 19 Aug 2013 13:44:13 +0200 stefank 8023227: Enhance layout_helper_log2_element_size assert
Fri, 16 Aug 2013 11:26:09 +0200 brutisso 8023145: G1: G1CollectedHeap::mark_strong_code_roots() needs to handle ParallelGCThreads=0
Thu, 15 Aug 2013 13:02:42 -0700 brutisso Merge
Thu, 15 Aug 2013 10:52:18 +0200 johnc 7145569: G1: optimize nmethods scanning
Thu, 22 Aug 2013 18:37:14 +0200 rbackman Merge
Thu, 08 Aug 2013 03:16:56 +0200 rbackman 8022675: Redundant class init check
Tue, 20 Aug 2013 10:57:50 -0700 twisti 8022956: Clang: enable return type warnings on BSD
Mon, 19 Aug 2013 09:33:29 +0200 rbackman Merge
Fri, 16 Aug 2013 14:11:40 -0700 kvn 8021898: Broken JIT compiler optimization for loop unswitching
Fri, 16 Aug 2013 13:39:26 -0400 iignatyev Merge
Wed, 14 Aug 2013 23:50:23 +0400 iignatyev 8022832: Add WB APIs for OSR compilation
Fri, 16 Aug 2013 17:34:37 +0400 iignatyev 8016456: ciReplay test assumes TIERED compilation is available
Fri, 16 Aug 2013 10:23:55 +0200 adlertz 8023003: Cleanup the public interface to PhaseCFG
Thu, 15 Aug 2013 11:59:19 -0700 bharadwaj 8022441: Bad code generated for certain interpreted CRC intrinsics, 2 cases