Thu, 06 Nov 2014 13:55:47 +0100 |
Doug Simon |
added HotSpotObjectConstant.getCompositeValueClass() |
Thu, 06 Nov 2014 13:50:10 +0100 |
Doug Simon |
added HotSpotObjectConstant.getCallSiteTarget() |
Thu, 06 Nov 2014 13:48:01 +0100 |
Doug Simon |
added HotSpotObjectConstant.getSuperclass() |
Thu, 06 Nov 2014 13:28:35 +0100 |
Doug Simon |
added HotSpotObjectConstant.getComponentType() |
Thu, 06 Nov 2014 13:26:33 +0100 |
Doug Simon |
added HotSpotObjectConstant.getNodeClass() |
Thu, 06 Nov 2014 13:24:16 +0100 |
Doug Simon |
added HotSpotObjectConstant.getIdentityHashCode() |
Thu, 06 Nov 2014 13:22:00 +0100 |
Doug Simon |
added PureFunction annotation |
Thu, 06 Nov 2014 13:19:25 +0100 |
Doug Simon |
added HotSpotObjectConstant.getClassLoader() |
Thu, 06 Nov 2014 13:18:23 +0100 |
Doug Simon |
made Replacements interface extend Remote |
Thu, 06 Nov 2014 16:27:21 +0100 |
Lukas Stadler |
PEA: use block predecessor as insertion position if possible |
Thu, 06 Nov 2014 10:20:08 +0100 |
Christian Humer |
Truffle: implemented defer compilation statistics |
Thu, 06 Nov 2014 10:20:06 +0100 |
Christian Humer |
Truffle: implemented defer compilation. |
Wed, 05 Nov 2014 19:29:11 +0100 |
Christian Humer |
Truffle: minor cleanup |
Wed, 05 Nov 2014 19:19:29 +0100 |
Christian Humer |
Truffle: cleanup trace performance warnings listener. |
Wed, 05 Nov 2014 19:18:57 +0100 |
Christian Humer |
Truffle: cleanup TraceInliningListener. |
Wed, 05 Nov 2014 19:17:05 +0100 |
Christian Humer |
Truffle: changed depth argument to represent the number of indendations instead of spaces. |
Wed, 05 Nov 2014 19:14:25 +0100 |
Christian Humer |
Truffle: changed argument of GraalTruffleCompilationListener#notifyStartup and #notifyShutdown to GraalTruffleRuntime. |
Wed, 05 Nov 2014 19:12:51 +0100 |
Christian Humer |
Truffle: added notifyStartup event to GraalTruffleCompilationListener. |
Wed, 05 Nov 2014 19:10:34 +0100 |
Christian Humer |
Truffle: added javadoc to GraalTruffleCompilationListener |
Thu, 06 Nov 2014 11:29:39 +0100 |
Gilles Duboscq |
Since edge nullness is now verified using @OptionalInput, remove replace-with-null assert in replaceFloating |
Wed, 05 Nov 2014 22:18:55 +0100 |
Doug Simon |
added Remote interface and applied it to API types that will be proxied for the purpose of replay/remote compilation |
Wed, 05 Nov 2014 21:55:55 +0100 |
Doug Simon |
converted HotSpotMetaspaceConstant to an interface |
Wed, 05 Nov 2014 21:27:26 +0100 |
Doug Simon |
made HotSpotObjectConstant extend JavaValue |
Wed, 05 Nov 2014 21:21:35 +0100 |
Doug Simon |
converted HotSpotResolvedJavaField to an interface |
Wed, 05 Nov 2014 21:19:44 +0100 |
Doug Simon |
minor documentation fix |
Wed, 05 Nov 2014 21:07:59 +0100 |
Doug Simon |
converted HotSpotObjectConstant to an interface |
Wed, 05 Nov 2014 17:32:21 +0100 |
Doug Simon |
refactored Fields class to make it usable for implementing custom serialization |
Wed, 05 Nov 2014 17:07:30 +0100 |
Doug Simon |
prevent use of identity for ArithmeticOpTable and ArithmeticOpTable.Op |
Wed, 05 Nov 2014 17:04:18 +0100 |
Doug Simon |
added global map to ensure each NamedLocationIdentity object has a unique name which can be used for implementing .equals() and .hashCode() |
Wed, 05 Nov 2014 17:01:00 +0100 |
Doug Simon |
moved MethodHandleAccessProvider to graal.api.meta and made it retrievable from MetaAccessProvider so that it does not need to be accessed via a global in MethodHandleNode (which is problematic for remote/replay compilation) (GRAAL-874) |
Wed, 05 Nov 2014 13:09:49 +0100 |
Josef Eisl |
MethodCallTargetNode: better variable names. |
Wed, 05 Nov 2014 13:01:20 +0100 |
Josef Eisl |
Add description for PTX/HSAIL JUnit assumptions. |
Wed, 05 Nov 2014 11:48:13 +0100 |
Josef Eisl |
TailDuplicationPhase.DummyAnchorNode: add allowedUsageTypes. |
Wed, 05 Nov 2014 12:26:35 +0100 |
Doug Simon |
Merge. |
Wed, 05 Nov 2014 12:23:57 +0100 |
Doug Simon |
switch to using use .equals() instead of == when comparing RegisterCaterory objects for equality |
Wed, 05 Nov 2014 11:41:18 +0100 |
Doug Simon |
spelling fix: omited -> omitted |
Wed, 05 Nov 2014 10:31:02 +0100 |
Doug Simon |
minor documentation fixes |
Tue, 04 Nov 2014 13:22:58 +0100 |
Josef Eisl |
MethodCallTargetNode: get profile from TypeProfileProxy if available. |
Wed, 05 Nov 2014 11:20:39 +0100 |
Josef Eisl |
StandardMethodSubstitutionsTest: get valid code for each iteration. |
Tue, 04 Nov 2014 22:43:54 +0100 |
Doug Simon |
added test demonstrating bug in HotSpotResolvedObjectTypeImpl.findUniqueConcreteMethod (and similar bugs in C1 and C2) |
Tue, 04 Nov 2014 17:02:39 +0100 |
Josef Eisl |
Improve SimpleAssemblerTest junit assumption. |
Tue, 04 Nov 2014 16:57:21 +0100 |
Josef Eisl |
Fix SPARCAllocatorTest junit assumption. |
Tue, 04 Nov 2014 16:51:08 +0100 |
Josef Eisl |
Fix AMD64AllocatorTest junit assumption. |
Wed, 30 Jul 2014 22:28:09 +0200 |
Thomas Wuerthinger |
Merge. |
Tue, 01 Jul 2014 21:44:57 +0200 |
Thomas Wuerthinger |
Add missing import. |
Tue, 01 Jul 2014 15:52:18 +0200 |
Thomas Wuerthinger |
Resolved virtual calls are guaranteed to have as receiver type at least the holder of the virtual method. |
Tue, 01 Jul 2014 15:50:12 +0200 |
Thomas Wuerthinger |
Add utility to get the return stamp from a structured graph. |
Tue, 01 Jul 2014 15:43:48 +0200 |
Thomas Wuerthinger |
Add utility for testing whether a stamp can be improved. And a utility for getting the default stamps of the parameters of a method. |
Tue, 01 Jul 2014 15:41:54 +0200 |
Thomas Wuerthinger |
Add utility for getting the unqualified type name of a Java type. |
Tue, 04 Nov 2014 14:06:35 +0100 |
Roland Schatz |
Remove unnecessary padding in constants section. |
Tue, 04 Nov 2014 13:08:52 +0100 |
Bernhard Urban |
mx: set initial value for flag |
Tue, 04 Nov 2014 13:03:21 +0100 |
Bernhard Urban |
igv: fix coloring for 'Param' nodes (formerly 'Local') |
Thu, 30 Oct 2014 15:02:36 +0100 |
Josef Eisl |
MethodCallTargetNode: simplify interface invokes to (guarded) virtual invoke on a single implementor, if there is one. |
Tue, 04 Nov 2014 12:02:37 +0100 |
Josef Eisl |
Add InvokeInterface tests. |
Mon, 03 Nov 2014 16:49:28 -0800 |
Tom Rodriguez |
Merge |
Mon, 03 Nov 2014 14:07:50 -0800 |
Tom Rodriguez |
Fine grained naming of immutable HotSpot LocationIdentities |
Mon, 03 Nov 2014 13:37:10 -0800 |
Tom Rodriguez |
Use LocationIdentity.isImmutable instead of testing against FINAL_LOCATION |
Tue, 04 Nov 2014 00:13:30 +0100 |
Doug Simon |
fixed spelling mistake |
Mon, 03 Nov 2014 10:31:39 -0800 |
Tom Rodriguez |
Merge |
Mon, 03 Nov 2014 10:17:24 -0800 |
Tom Rodriguez |
Correct the bci used by stateDuring in ForeignCallNode |
Fri, 31 Oct 2014 12:22:06 -0700 |
Tom Rodriguez |
Test deoptimization inside ForeignCallNode |
Fri, 31 Oct 2014 12:20:56 -0700 |
Tom Rodriguez |
Record compilation dependencies with +LogCompilation |
Fri, 31 Oct 2014 11:25:32 -0700 |
Tom Rodriguez |
Record frame state for deopts with +LogCompilation |
Fri, 31 Oct 2014 11:24:02 -0700 |
Tom Rodriguez |
Suppress menubar for GraalJUnitCore on Mac |
Mon, 03 Nov 2014 17:03:19 +0100 |
Doug Simon |
converted HotSpotResolvedObjectType to an interface |
Mon, 03 Nov 2014 16:08:06 +0100 |
Doug Simon |
converted HotSpotResolvedJavaMethod to an interface |
Fri, 31 Oct 2014 10:44:05 +0100 |
Benoit Daloze |
Truffle: add a test to track an ImplicitCast bug |
Thu, 30 Oct 2014 17:04:16 +0100 |
Andreas Woess |
Truffle: add TruffleRuntime#getCapability method |
Thu, 30 Oct 2014 16:32:31 +0100 |
Andreas Woess |
Truffle: remove CompilerDirectives.unsafeFrameCast |
Wed, 29 Oct 2014 19:54:50 +0100 |
Andreas Woess |
mx jol: let user select from found classes, skip duplicates |
Fri, 31 Oct 2014 00:27:14 +0100 |
Christian Humer |
Truffle: checkstyle fixes. |
Thu, 30 Oct 2014 23:56:23 +0100 |
Christian Humer |
Turffle: checkstyle fix. |
Thu, 30 Oct 2014 22:56:08 +0100 |
Christian Humer |
Truffle: fixed getDataPatches disappeared. |
Thu, 30 Oct 2014 18:19:25 +0100 |
Christian Humer |
Truffle: checkstyle fixes. |
Thu, 30 Oct 2014 18:13:50 +0100 |
Christian Humer |
Truffle: implemented new flag -G:+TruffleCompilationStatistics |
Thu, 30 Oct 2014 18:12:45 +0100 |
Christian Humer |
Truffle: add getQueuedCallTargets to GraalTruffleRuntime. |
Tue, 28 Oct 2014 14:29:16 +0100 |
Christian Humer |
Truffle: fixed node visitor was traversing the full call tree. |
Tue, 28 Oct 2014 14:29:16 +0100 |
Christian Humer |
Truffle: fixed invalidations were printed multiple times. |
Mon, 27 Oct 2014 19:25:48 +0100 |
Christian Humer |
Truffle: added compilation graal tier finished event to compilation listener. |
Mon, 27 Oct 2014 18:23:52 +0100 |
Christian Humer |
Truffle: add headers for new compilation listener files. |
Mon, 27 Oct 2014 18:03:45 +0100 |
Christian Humer |
Truffle: refactor TraceTruffleSplitting into separate class. |
Mon, 27 Oct 2014 17:37:45 +0100 |
Christian Humer |
Truffle: extract methods from OptimizedCallUtils and remove it. |
Mon, 27 Oct 2014 17:34:08 +0100 |
Christian Humer |
Truffle: refactor TraceTruffleCompilationAST into a separate class. |
Mon, 27 Oct 2014 17:07:51 +0100 |
Christian Humer |
Truffle: refactor TraceTrufflePerformanceWarnings into separate class. |
Mon, 27 Oct 2014 15:40:31 +0100 |
Christian Humer |
Truffle: refactor TraceTruffleCompilationCallTree into a separate class. |
Mon, 27 Oct 2014 15:30:53 +0100 |
Christian Humer |
Truffle: refactor TraceTruffleInlining into a separte class. |
Mon, 27 Oct 2014 15:18:14 +0100 |
Christian Humer |
Truffle: refactor TruffleCallTargetProfiling into a separate class. |
Mon, 27 Oct 2014 15:18:14 +0100 |
Christian Humer |
Truffle: refactor implementation of TraceTruffleCompilation, TraceTruffleCompilationDetails into separate classes. |
Mon, 27 Oct 2014 13:42:21 +0100 |
Christian Humer |
Truffle: add support for a CompilationListener in GraalTruffleRuntime. |
Mon, 27 Oct 2014 13:42:21 +0100 |
Christian Humer |
Truffle: refactor notifications in OptimizedCallTarget. |
Mon, 27 Oct 2014 13:42:21 +0100 |
Christian Humer |
Truffle: factor out assumption invalidate into a truffle boundary. |
Thu, 30 Oct 2014 18:14:41 +0100 |
Roland Schatz |
Fix bug in code installer. |
Thu, 30 Oct 2014 17:52:18 +0100 |
Josef Eisl |
Improve javadoc for ResolvedJavaType.getSingleImplementor() and CompilerToVM.getKlassImplementor(). |
Thu, 30 Oct 2014 16:52:13 +0100 |
Josef Eisl |
Rename ResolvedJavaType.getImplementor() to getSingleImplementor(). |
Thu, 30 Oct 2014 16:43:16 +0100 |
Josef Eisl |
Throw an exception if ResolvedJavaType.getImplementor() is called with a non-interface type. |
Wed, 29 Oct 2014 19:07:32 +0100 |
Josef Eisl |
Add ResolvedJavaType.resolveMethod() (get the like-time resolved method). |
Wed, 29 Oct 2014 18:54:32 +0100 |
Josef Eisl |
Rename ResolvedJavaMethod.resolvedMethod() to resolveConcreteMethod() the reflect its actual behavior. |
Wed, 29 Oct 2014 17:16:09 +0100 |
Josef Eisl |
Make TailDuplicationPhase.DummyAnchorNode an AnchoringNode. |
Thu, 30 Oct 2014 14:10:46 +0100 |
Roland Schatz |
Introduce new JavaValue interface for use in debug info. |
Thu, 30 Oct 2014 13:03:33 +0100 |
Roland Schatz |
Introduce new Constant interface for use in high-level graph. |
Thu, 30 Oct 2014 12:21:07 +0100 |
Roland Schatz |
Rename Constant to JavaConstant. |
Thu, 30 Oct 2014 11:18:48 +0100 |
Roland Schatz |
Backout of changeset 9a804ec7f707 (converted Constant and Value to be interfaces). |
Wed, 29 Oct 2014 15:23:46 +0100 |
Roland Schatz |
Print information about failed assumptions when running unittests in --verbose mode. |
Wed, 29 Oct 2014 16:20:02 +0100 |
Josef Eisl |
Make MethodCallTargetNode Simplifiable (instead of Canonicalizable). |
Tue, 28 Oct 2014 20:38:02 +0100 |
Josef Eisl |
Add TestResolvedJavaType.getImplementorTest(). |
Tue, 28 Oct 2014 13:43:24 +0100 |
Josef Eisl |
Add ResolvedJavaType.getImplementor(). |
Wed, 29 Oct 2014 13:31:25 +0100 |
Roland Schatz |
Don't run AMD64 specific unit test on SPARC. |
Tue, 28 Oct 2014 17:37:13 +0100 |
Christian Wirth |
add unittest for Truffle Assumptions cutting off branches. GRAAL-882 |
Tue, 28 Oct 2014 13:39:10 +0100 |
Christian Wirth |
fix Windows build |
Tue, 28 Oct 2014 11:15:01 +0100 |
Roland Schatz |
Unit tests for data patches. |
Mon, 27 Oct 2014 14:24:02 +0100 |
Roland Schatz |
Hotspot: Support narrow oop relocations in constants section. |
Mon, 27 Oct 2014 14:07:49 +0100 |
Roland Schatz |
Better construction of data section and data patches. |
Mon, 27 Oct 2014 13:39:12 -0700 |
Tom Rodriguez |
Merge |
Fri, 24 Oct 2014 13:01:16 -0700 |
Tom Rodriguez |
More efficient use of BitSet during install |
Fri, 24 Oct 2014 12:48:53 -0700 |
Tom Rodriguez |
Reduce allocation during scope recording |
Fri, 24 Oct 2014 12:45:27 -0700 |
Tom Rodriguez |
Use arrayOop subclasses in graalJavaAccess |
Mon, 27 Oct 2014 13:37:06 -0700 |
Tom Rodriguez |
Report code install timer in hosted mode |
Mon, 27 Oct 2014 16:13:50 +0100 |
Benoit Daloze |
Truffle: Fix a few stale references to SlowPath in method names and comments. |
Mon, 27 Oct 2014 14:33:08 +0100 |
Andreas Woess |
Truffle: share frame descriptor among cloned call targets |
Sat, 25 Oct 2014 13:24:14 +0100 |
Chris Seaton |
Truffle: correct documentation of createPrimitiveProfile. |
Sat, 25 Oct 2014 13:36:07 +0200 |
Doug Simon |
sharpened return types for HotSpot specific Graal API implementations |
Fri, 24 Oct 2014 22:53:42 +0100 |
Chris Seaton |
Truffle: do not throw permament compiler exceptions into guest languages. |
Fri, 24 Oct 2014 22:51:53 +0100 |
Chris Seaton |
Truffle: CallTarget to RootCallTaget in OptimizationFailedException. |
Fri, 24 Oct 2014 22:50:04 +0100 |
Chris Seaton |
Truffle: added PrimitiveValueProfile. |
Fri, 24 Oct 2014 16:18:10 +0200 |
Doug Simon |
re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings |
Thu, 23 Oct 2014 17:20:10 +0200 |
Christian Humer |
Truffle: renamed the splitting to callTargetCloning. Made RootNode cloning an implementation detail of the Truffle runtime. |
Thu, 23 Oct 2014 13:45:59 +0200 |
Andreas Woess |
Truffle: remove FrameTypeConversion interface |
Thu, 23 Oct 2014 12:02:02 +0200 |
Andreas Woess |
Truffle: revert to long[] in frame and initial value depending on frame slot kind |
Wed, 22 Oct 2014 20:33:19 +0200 |
Doug Simon |
Merge. |
Wed, 22 Oct 2014 19:59:52 +0200 |
Josef Eisl |
Call LIRGenerationResult.buildFrameMap() for targets that do not need register allocation. |
Wed, 22 Oct 2014 18:30:22 +0200 |
Josef Eisl |
Document FrameMapBuilder. |
Wed, 22 Oct 2014 18:04:46 +0200 |
Josef Eisl |
Move FrameMapBuilderImpl to com.oracle.graal.lir. |
Wed, 22 Oct 2014 17:51:08 +0200 |
Josef Eisl |
Add Backend.newFrameMapBuilder(). |
Wed, 22 Oct 2014 17:28:05 +0200 |
Josef Eisl |
Introduce FrameMapBuilderImpl. |
Wed, 22 Oct 2014 16:54:51 +0200 |
Josef Eisl |
LIRGenerationResult: add buildFrameMap() and getFrameMap(). |
Wed, 22 Oct 2014 10:00:19 +0200 |
Josef Eisl |
Use FrameMapBuilder in Backend.newLIRGenerationResult(). |
Tue, 21 Oct 2014 17:03:56 +0200 |
Josef Eisl |
Use FrameMapBuilder in LinearScan (except for location marking). |
Tue, 21 Oct 2014 16:28:40 +0200 |
Josef Eisl |
Rename LIRGenerationResult.getFrameMap() to getFrameMapBuilder(). |
Tue, 21 Oct 2014 15:29:41 +0200 |
Josef Eisl |
Pass FrameMap to Backend.newCompilationResultBuilder(). |
Tue, 21 Oct 2014 14:56:52 +0200 |
Josef Eisl |
Introduce FrameMapBuilder. |
Wed, 22 Oct 2014 20:20:42 +0200 |
Doug Simon |
factored out _netbeansinit_project function |
Wed, 22 Oct 2014 14:50:09 +0200 |
Bernhard Urban |
truffleCache: refactor in order to fix recursive inlining warning |
Tue, 21 Oct 2014 20:33:04 +0200 |
Christian Humer |
Truffle: fixed remaining slow path name fragements. |
Tue, 21 Oct 2014 16:43:14 +0200 |
Bernhard Urban |
graalCompiler: remove unnecessary HandleMark. |
Tue, 21 Oct 2014 16:24:53 +0200 |
Bernhard Urban |
TruffleCache: avoid publishing invalid cache state. |
Tue, 21 Oct 2014 16:22:38 +0200 |
Bernhard Urban |
InliningUtil: tell which graph in error message. |
Tue, 21 Oct 2014 16:21:59 +0200 |
Bernhard Urban |
TruffleCache: remove unused assumption argument. |
Tue, 21 Oct 2014 12:17:14 +0200 |
Josef Eisl |
Remove FrameMap.indexForStackSlot(). |
Tue, 21 Oct 2014 12:10:39 +0200 |
Josef Eisl |
Remove FrameMap.stackSlotSize(). |
Tue, 21 Oct 2014 11:23:37 +0200 |
Danilo Ansaloni |
Truffle: corrected references to @SlowPath (now @TruffleBoundary). |
Tue, 21 Oct 2014 10:28:43 +0200 |
Gilles Duboscq |
MethodData::initialize: remove unused argument |
Tue, 21 Oct 2014 10:20:33 +0200 |
Gilles Duboscq |
Backout wrong change in 2a69cbe850a8 |
Tue, 21 Oct 2014 10:11:30 +0200 |
Gilles Duboscq |
Require pylint 1.1.x |
Tue, 21 Oct 2014 10:17:06 +0200 |
Bernhard Urban |
hotspot/graal: simplify CTW logic. now, the following configurations are supported: |
Tue, 21 Oct 2014 02:31:32 +0200 |
Andreas Woess |
Truffle: fix deoptimization of int[] with double/long values |
Mon, 20 Oct 2014 16:22:18 -0700 |
Tom Rodriguez |
lower optimization on unsafe.cpp with XCode 6 as well |
Tue, 21 Oct 2014 00:30:06 +0200 |
Christian Humer |
Truffle: format fix. |
Tue, 21 Oct 2014 00:22:51 +0200 |
Christian Humer |
Truffle: rename @SlowPath to @TruffleBoundary. |
Tue, 21 Oct 2014 00:22:48 +0200 |
Christian Humer |
Truffle: fix non permanent bailouts were shown as failures. they are no treated as opt unqueued events. |
Tue, 21 Oct 2014 00:18:29 +0200 |
Christian Humer |
Truffle-DSL: improve JavaDoc for @Fallback. |
Mon, 20 Oct 2014 23:11:40 +0200 |
Doug Simon |
enable a GraalCompilerTest to override how a method is parsed to produce a graph as well as being able to interpose on the method that is parsed/compiled |
Mon, 20 Oct 2014 23:09:46 +0200 |
Doug Simon |
avoid lambdas in HotSpotGraalRuntime initialization path |
Mon, 20 Oct 2014 19:07:20 +0200 |
Gilles Duboscq |
Reduce diff with upstream |
Mon, 20 Oct 2014 16:26:05 +0200 |
Roland Schatz |
Store explicit input bit width in IntegerConvertNode. |
Mon, 20 Oct 2014 12:12:52 +0200 |
Josef Eisl |
Encapsulate FrameMap.registerConfig & FrameMap.target. |
Mon, 20 Oct 2014 11:10:15 +0200 |
Roland Schatz |
Add missing data types to cmove instruction. |
Thu, 16 Oct 2014 16:57:56 +0200 |
Josef Eisl |
HSAIL: fix RegisterCategories. |
Sat, 18 Oct 2014 00:08:19 +0200 |
Doug Simon |
refactored GraalCompilerTest API to be in terms of ResolvedJavaMethod instead of Method |
Fri, 17 Oct 2014 13:33:31 +0200 |
Bernhard Urban |
graal/hotspot: fix memleak |
Fri, 17 Oct 2014 11:59:55 +0200 |
Bernhard Urban |
graalCompiler: fix bootstrap with CTW (regression caused by jdk8-8041959) |
Fri, 17 Oct 2014 10:32:04 +0200 |
Bernhard Urban |
amd64hotspot: guard foreign call registration with the according flag |
Thu, 16 Oct 2014 08:51:26 -0700 |
Bernhard Urban |
mx/unittest: fix cygwin path issue |
Thu, 16 Oct 2014 17:07:38 +0200 |
Gilles Duboscq |
IGV build: blacklist all JDKs from 8u20 included to 8u40 excluded |
Thu, 16 Oct 2014 17:06:20 +0200 |
Gilles Duboscq |
Move crypto foreign call registering from AMD64HotSpot to HotSpot |
Thu, 16 Oct 2014 16:11:58 +0200 |
mgronlun |
cherry-pick: 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make |
Thu, 16 Oct 2014 15:31:36 +0200 |
Andreas Woess |
Truffle: relax assertion for non-int values in int phi |
Thu, 16 Oct 2014 15:31:34 +0200 |
Andreas Woess |
Truffle: relax assertions for object state entries of int kind |
Wed, 15 Oct 2014 19:20:25 +0200 |
Andreas Woess |
Truffle: use long constants for offset calculation |
Wed, 15 Oct 2014 19:25:43 +0200 |
Andreas Woess |
Truffle: revert back to typed primitives, but make the primitive array an int[] |
Thu, 16 Oct 2014 14:29:01 +0200 |
Bernhard Urban |
gate: don't build server-nograal on windows (the build configuration doesn't exist yet) |
Thu, 16 Oct 2014 14:23:04 +0200 |
Bernhard Urban |
jacoco: disable it for com.oracle.graal.truffle* projects |
Thu, 16 Oct 2014 13:51:28 +0200 |
Doug Simon |
mx: improved ctw command usage message and made the default value for --ctwopts be "-Inline" |
Thu, 16 Oct 2014 12:17:26 +0200 |
Gilles Duboscq |
Fix merge of TemplateTable::generate_vtable_call for SPARC |
Thu, 16 Oct 2014 11:57:39 +0200 |
Gilles Duboscq |
Merge with jdk8u25-b17 |
Mon, 08 Sep 2014 12:35:01 -0700 |
asaha |
Added tag jdk8u25-b16 for changeset 6467bdd4d22djdk8u25-b17 |
Tue, 02 Sep 2014 11:54:14 -0700 |
asaha |
Added tag jdk8u25-b15 for changeset e62c06b88731jdk8u25-b16 |
Mon, 25 Aug 2014 13:35:35 -0700 |
asaha |
Added tag jdk8u25-b14 for changeset c77d5db18942jdk8u25-b15 |
Fri, 22 Aug 2014 14:11:46 -0700 |
hseigel |
8046233: VerifyError on backward branchjdk8u25-b14 |
Tue, 12 Aug 2014 20:29:25 -0400 |
hseigel |
8050485: super() in a try block in a ctor causes VerifyError |
Wed, 20 Aug 2014 15:32:00 -0700 |
asaha |
8055717: Increment hsx 25.25 build to b02 for 8u25-b11 |
Tue, 19 Aug 2014 05:34:57 -0700 |
asaha |
Added tag jdk8u25-b13 for changeset ca6d25be853b |
Tue, 12 Aug 2014 17:46:16 -0400 |
jiangli |
8044269: Analysis of archive files.jdk8u25-b13 |
Tue, 12 Aug 2014 11:12:25 -0700 |
katleman |
Added tag jdk8u25-b12 for changeset 2993491d47df |
Sat, 02 Aug 2014 16:28:59 -0400 |
hseigel |
8051012: Regression in verifier for <init> method call from inside of a branchjdk8u25-b12 |
Tue, 05 Aug 2014 13:36:03 +0100 |
coffeys |
Added tag jdk8u25-b11 for changeset 9e2bb00a8191 |
Fri, 01 Aug 2014 10:16:39 +0100 |
coffeys |
Mergejdk8u25-b11 |
Wed, 30 Jul 2014 06:03:00 -0700 |
coffeys |
Merge |
Wed, 30 Jul 2014 05:49:59 -0700 |
coffeys |
Merge |
Wed, 30 Jul 2014 05:40:35 -0700 |
coffeys |
Added tag jdk8u25-b10 for changeset 19c692f1e4c5 |
Wed, 30 Jul 2014 05:40:28 -0700 |
coffeys |
Added tag jdk8u25-b09 for changeset 4f209b7a580c |
Mon, 28 Jul 2014 20:27:16 +0100 |
coffeys |
Mergejdk8u25-b10 |
Fri, 25 Jul 2014 14:14:14 +0100 |
coffeys |
Merge |
Tue, 22 Jul 2014 01:57:42 -0700 |
coffeys |
Added tag jdk8u25-b08 for changeset f3f50c4f9ea5jdk8u25-b09 |
Wed, 16 Jul 2014 12:28:17 -0700 |
asaha |
Mergejdk8u25-b08 |
Mon, 14 Jul 2014 15:08:04 -0700 |
asaha |
Added tag jdk8u25-b07 for changeset 520188d4bade |
Mon, 14 Jul 2014 11:11:05 -0700 |
asaha |
Mergejdk8u25-b07 |
Thu, 10 Jul 2014 16:01:11 -0700 |
asaha |
Merge |
Mon, 07 Jul 2014 13:12:15 -0700 |
asaha |
Added tag jdk8u25-b06 for changeset 605df8463453jdk8u31-b00 |
Wed, 02 Jul 2014 15:42:28 -0700 |
asaha |
Mergejdk8u25-b06 |
Mon, 30 Jun 2014 14:50:40 -0700 |
asaha |
Added tag jdk8u25-b05 for changeset db8383148bc9 |
Mon, 16 Jun 2014 10:23:46 -0400 |
zgu |
8038903: More native monitor monitoringjdk8u25-b05 |
Thu, 26 Jun 2014 16:42:23 -0700 |
asaha |
Merge |
Thu, 26 Jun 2014 08:29:41 -0700 |
asaha |
Merge |
Mon, 23 Jun 2014 13:05:21 -0700 |
asaha |
Added tag jdk8u25-b04 for changeset 220eefb3609e |
Wed, 18 Jun 2014 13:30:11 -0700 |
asaha |
Added tag jdk8u25-b03 for changeset 27348de6239bjdk8u25-b04 |
Wed, 18 Jun 2014 13:08:52 -0700 |
asaha |
Mergejdk8u25-b03 |
Tue, 17 Jun 2014 22:15:24 -0700 |
asaha |
Merge |
Tue, 17 Jun 2014 16:12:09 -0700 |
asaha |
Merge |
Wed, 11 Jun 2014 14:14:50 -0700 |
asaha |
Added tag jdk8u25-b02 for changeset d3d5604ea0de |
Wed, 11 Jun 2014 09:56:16 -0700 |
asaha |
Mergejdk8u25-b02 |
Tue, 10 Jun 2014 14:52:20 -0700 |
asaha |
Merge |
Mon, 09 Jun 2014 22:21:12 -0700 |
asaha |
8046213: Test test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java Fails |
Thu, 05 Jun 2014 15:26:51 -0700 |
asaha |
Merge |
Thu, 05 Jun 2014 15:20:57 -0700 |
asaha |
Merge |
Thu, 05 Jun 2014 03:48:18 -0700 |
katleman |
Added tag jdk8u25-b01 for changeset 9a2152fbd929 |
Wed, 04 Jun 2014 09:22:44 -0700 |
asaha |
Mergejdk8u25-b01 |
Wed, 04 Jun 2014 07:07:31 -0700 |
asaha |
Merge |
Tue, 03 Jun 2014 21:36:53 -0700 |
asaha |
Merge |
Tue, 03 Jun 2014 07:29:16 -0700 |
asaha |
Merge |
Thu, 29 May 2014 13:14:25 -0700 |
asaha |
Merge |
Mon, 02 Jun 2014 16:26:14 -0700 |
asaha |
8044604: Increment minor version of HSx for 8u25 and initialize the build number |
Fri, 30 May 2014 13:32:43 -0400 |
hseigel |
8041717: Issue with class file parser |
Wed, 28 May 2014 08:09:26 -0400 |
hseigel |
8043454: Test case for 8037157 should not throw a VerifyError |
Tue, 20 May 2014 19:50:58 -0700 |
twisti |
8042603: 'SafepointPollOffset' was not declared in static member function 'static bool Arguments::check_vm_args_consistency()' |
Mon, 19 May 2014 21:54:19 -0700 |
asaha |
Merge |
Fri, 09 May 2014 15:21:20 -0400 |
hseigel |
8036533: Method for correct defaults |
Thu, 08 May 2014 17:19:49 -0400 |
coleenp |
8015256: Better class accessibility |
Tue, 06 May 2014 10:58:10 -0700 |
asaha |
Merge |
Mon, 21 Apr 2014 10:36:31 -1000 |
twisti |
8038898: Safer safepoints |
Wed, 16 Apr 2014 09:51:54 -0700 |
asaha |
Merge |