Wed, 15 Apr 2015 00:16:01 +0200 |
Christian Humer |
Truffle-DSL: fix generic types are not unique in javac. |
Tue, 14 Apr 2015 23:13:47 +0200 |
Christian Humer |
SL: fix calls produce less nodes now. |
Tue, 14 Apr 2015 22:56:15 +0200 |
Christian Humer |
Remove dsl processor dependency from nodeinfo.processor project. |
Tue, 14 Apr 2015 19:56:01 +0200 |
Christian Humer |
SL: add findbugs dependency to generate findbugs avoid warnings annotations for object comparisons. |
Tue, 14 Apr 2015 15:16:14 +0200 |
Christian Humer |
SL: use DSL for call dispatches. |
Tue, 14 Apr 2015 15:16:14 +0200 |
Christian Humer |
SL: use DSL for property writes. |
Tue, 14 Apr 2015 15:16:14 +0200 |
Christian Humer |
SL: use DSL for property reads. |
Tue, 14 Apr 2015 15:16:14 +0200 |
Christian Humer |
SL: some minor simplifications. |
Tue, 14 Apr 2015 19:41:36 +0200 |
Christian Humer |
Truffle-DSL: fixed invalid execute delegation |
Tue, 14 Apr 2015 19:23:33 +0200 |
Christian Humer |
Truffle-DSL: fixed on-demand generation of getNext. |
Tue, 14 Apr 2015 19:23:33 +0200 |
Christian Humer |
Truffle-DSL: fix polymorphic return type was always object if type had implicit casts. |
Tue, 14 Apr 2015 19:23:33 +0200 |
Christian Humer |
Truffle-DSL: ensure proper wildcards for generics are filled in; remove unused type system node code generator. |
Tue, 14 Apr 2015 19:23:33 +0200 |
Christian Humer |
Truffle-DSL: do not throw UnexpectedResultException for operations that guarantee the type. |
Tue, 14 Apr 2015 19:23:33 +0200 |
Christian Humer |
Truffle-DSL: performance optimization for types * specialization complexity in shouldOverrideExecutableType. |
Tue, 14 Apr 2015 19:23:33 +0200 |
Christian Humer |
Truffle-DSL: fixed executable input types do not count as generic if there are implicit casts defined for them. |
Tue, 14 Apr 2015 19:23:33 +0200 |
Christian Humer |
Truffle-DSL: fixed isFrameUsedByAnyGuard() was incomplete |
Tue, 14 Apr 2015 19:23:32 +0200 |
Christian Humer |
Truffle-DSL: fixed frame may be null for shared polymorphic execute methods. |
Tue, 14 Apr 2015 19:23:32 +0200 |
Christian Humer |
Truffle-DSL: fixed common supertype was always Object if generic child types contained void. |
Tue, 14 Apr 2015 19:23:32 +0200 |
Christian Humer |
Truffle-DSL: fixed frame might be added twice for polymorphic signatures. |
Tue, 14 Apr 2015 15:16:14 +0200 |
Christian Humer |
Truffle-DSL: rename GenericParser to Fallbackparser. |
Tue, 14 Apr 2015 15:12:48 +0200 |
Christian Humer |
Truffle-DSL: generate better polymorphic execute signatures |
Tue, 14 Apr 2015 15:12:48 +0200 |
Christian Humer |
Truffle-DSL: add support for null literals. |
Tue, 14 Apr 2015 15:12:48 +0200 |
Christian Humer |
Truffle-DSL: make type systems optional. |
Tue, 14 Apr 2015 22:12:03 +0200 |
Doug Simon |
Merge. |
Tue, 14 Apr 2015 17:53:28 +0200 |
Stefan Anzinger |
Cleanup blacklist for SPARC, add Assume to CompressedNullCheckTest check whether UseCompressedOops is enabled and just check if not running on SPARC on NativeFunctionInterfaceTest |
Tue, 14 Apr 2015 17:23:57 +0200 |
Stefan Anzinger |
Merge |
Tue, 14 Apr 2015 17:23:37 +0200 |
Stefan Anzinger |
Fix compare in LoweringPhase.processBlock |
Tue, 14 Apr 2015 14:05:35 +0200 |
Stefan Anzinger |
Fix compilation warning |
Tue, 14 Apr 2015 14:01:18 +0200 |
Stefan Anzinger |
Merge |
Tue, 14 Apr 2015 13:37:47 +0200 |
Stefan Anzinger |
Change recursive LoweringPhase.Round.processBlock to state machine with emulated stack. Also use the same traversal in DominatorConditionalEliminationPhase.Instance.processBlock. Required, as the recursive implementation exceeds the stack on SPARC. |
Fri, 10 Apr 2015 16:22:46 +0200 |
Stefan Anzinger |
Simulate recursion on AbstractControlFlowGraph.calcoDominatorRanges as the recursive version exceeds stack size on SPARC |
Tue, 14 Apr 2015 15:06:25 +0200 |
Doug Simon |
Merge. |
Tue, 14 Apr 2015 14:40:36 +0200 |
Roland Schatz |
Rename Stamp.illegal() to Stamp.empty(). |
Tue, 14 Apr 2015 14:57:41 +0200 |
Doug Simon |
expand API for retrieving method substitution graphs to indicate the BCI of the invoke being inlined or -1 if the request is not in the context of inlining |
Tue, 14 Apr 2015 14:26:43 +0200 |
Doug Simon |
added InvocationPlugin.inlineOnly to allow MacroNode creating plugins to indicate they should not be used as top level compilation roots |
Tue, 14 Apr 2015 12:08:41 +0200 |
Roland Schatz |
Use correctly typed NULL constant in canonicalization of LoadMethodNode. |
Tue, 14 Apr 2015 11:59:07 +0200 |
Doug Simon |
remove special guards on RegisterPressure |
Tue, 14 Apr 2015 11:58:56 +0200 |
Doug Simon |
lifted register allocation retry under RegisterPressure to GraalCompiler.emitLIR to account for a register allocator that modifies the LIR |
Tue, 14 Apr 2015 11:57:27 +0200 |
Doug Simon |
added missing space |
Tue, 14 Apr 2015 09:56:57 +0200 |
Josef Eisl |
LinearScan: dump intervals before throwing a OutOfRegistersException. |
Mon, 13 Apr 2015 17:10:40 +0200 |
Josef Eisl |
RegisterConfig: improve javadoc for getAllocatableRegisters and filterAllocatableRegisters. |
Mon, 13 Apr 2015 17:00:21 +0200 |
Josef Eisl |
RegisterAllocationConfig: add 'catch-all' constant for RegisterPressure. |
Mon, 13 Apr 2015 16:53:47 +0200 |
Josef Eisl |
Catch OutOfRegistersException in LinearScanPhase and retry if RegisterPressure was specified. |
Mon, 13 Apr 2015 11:50:27 +0200 |
Josef Eisl |
Add OutOfRegistersException. |
Mon, 13 Apr 2015 16:50:27 +0200 |
Josef Eisl |
RegisterConfig: rename getAllocatableRegisters(PK,R[) to filterAllocatableRegisters and remove caching from implementors. |
Mon, 13 Apr 2015 15:10:55 +0200 |
Josef Eisl |
LinearScan: use RegisterAllocationConfig. |
Mon, 13 Apr 2015 15:01:46 +0200 |
Josef Eisl |
Add RegisterAllocationConfig. |
Mon, 13 Apr 2015 14:50:25 +0200 |
Josef Eisl |
RegisterConfig: pass registers array to getAllocatableRegisters(PlatformKind). |
Mon, 13 Apr 2015 14:31:43 +0200 |
Josef Eisl |
Do not run *AllocatorTest if RegisterPressure is specified. |
Mon, 13 Apr 2015 16:26:28 -0700 |
Michael Van De Vanter |
Merge with f0d8a33aebd1e67d464ea8479d4777d73c146648 |
Mon, 13 Apr 2015 16:19:41 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: test code renaming and cleanup for the new kind of instrument, now known as a SpliceInstrument. |
Mon, 13 Apr 2015 15:33:45 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: rename the most recently created kind of Instrument, formerly "ToolNodeblahblah...". It is now defined by SpliceInstrumentListener. This listener allows the client to create an instrument that will *splied* a client-supplied AST fragment directly into a Probe's "instrumentation chain", and this directly into the flow of Truffle execution (with full optimization). |
Mon, 13 Apr 2015 15:00:57 -0700 |
Michael Van De Vanter |
Truflfe/Instrumentaion: migrate client-oriented notes on Probes to a newly written documentation page at https://wiki.openjdk.java.net/display/Graal/Finding+Probes. Replace Probe's Javadoc with implementation notes oriented to implementors. |
Mon, 13 Apr 2015 11:05:58 -0700 |
Michael Van De Vanter |
Truffle/Tools: the coverage tool will now ignore counts for any sources holding the tag CoverageTracker.Tags.NO_COVERAGE. |
Mon, 13 Apr 2015 10:55:15 -0700 |
Michael Van De Vanter |
Truffle/Source: remove proposed standard SourceTags; migrate the tags related to Source provenance into thte Source class. |
Mon, 13 Apr 2015 15:55:23 -0700 |
Christian Wimmer |
Fix handling of replacements during Truffle partial evaluation |
Mon, 13 Apr 2015 21:51:19 +0200 |
Doug Simon |
Merge. |
Mon, 13 Apr 2015 16:27:50 +0200 |
Andreas Woess |
Truffle: disable inlining only for methods annotated with @TruffleBoundary |
Mon, 13 Apr 2015 13:40:50 +0200 |
Roland Schatz |
Make compilation fail if incompatible stamps are combined. |
Mon, 13 Apr 2015 12:03:42 +0200 |
Roland Schatz |
Use isIllegal to determine whether a stamp is illegal. |
Sun, 12 Apr 2015 22:37:16 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: Javadoc on Instrument now includes more thorough notes describing the implementation; client-oriented notes have been rewritten into a documentation page: https://wiki.openjdk.java.net/display/Graal/Listening+for+Execution+Events |
Sat, 11 Apr 2015 00:16:29 -0700 |
Christian Wimmer |
Improve speed of Graph partial evaluation |
Sat, 11 Apr 2015 00:15:55 -0700 |
Christian Wimmer |
Consistently use JNIHandles::make_local with THREAD parameter |
Sat, 11 Apr 2015 00:15:03 -0700 |
Christian Wimmer |
Replace iterator with lambda to avoid iterator allocation |
Sat, 11 Apr 2015 00:14:29 -0700 |
Christian Wimmer |
Avoid creating a new lambda object for every FloatConvertNode |
Sat, 11 Apr 2015 00:12:10 -0700 |
Christian Wimmer |
Use increasingly big arrays to avoid wasting space when writing few bytes |
Fri, 10 Apr 2015 21:53:38 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: eclipseformat |
Fri, 10 Apr 2015 21:14:14 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: rename ASTInstrumentListener to StandardInstrumentListener |
Fri, 10 Apr 2015 21:00:26 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: rename InstrumentListener to SimpleInstrumentListener |
Fri, 10 Apr 2015 17:56:10 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: Javadoc |
Fri, 10 Apr 2015 17:55:09 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: Javadoc work on instrument listener interfaces. |
Fri, 10 Apr 2015 16:58:26 -0700 |
Michael Van De Vanter |
Merge with dc41766b35e11348281b76fd70b456b6ba3cf7e9 |
Fri, 10 Apr 2015 16:55:38 -0700 |
Michael Van De Vanter |
Truffle/Instrumentation: remove two helper classes not adding enough value. |
Mon, 13 Apr 2015 21:50:37 +0200 |
Doug Simon |
generalized map in InvocationPlugins to MethodIdMap |
Fri, 10 Apr 2015 16:29:48 +0200 |
Doug Simon |
generalized InvocationPluginIdHolder to MethodIdHolder |
Fri, 10 Apr 2015 13:21:33 +0200 |
Doug Simon |
made ReplacementContext and IntrinsicContext top level classes |
Fri, 10 Apr 2015 13:10:56 +0200 |
Doug Simon |
ensure Graal's GenericInvocationPlugin is used by Truffle FastPE |
Fri, 10 Apr 2015 12:00:38 +0200 |
Stefan Anzinger |
[SPARC] Save thread register when doing a foreign call which destroys registers. |
Thu, 09 Apr 2015 23:40:18 +0200 |
Andreas Woess |
Truffle: profile exception type only for direct calls |
Fri, 10 Apr 2015 00:36:47 +0200 |
Andreas Woess |
IGV: color black holes black |
Thu, 09 Apr 2015 23:09:12 +0200 |
Doug Simon |
improved ImmutableCode invariant checking |
Thu, 09 Apr 2015 22:03:39 +0200 |
Doug Simon |
fixed npe in BasicObjectCloneNode |
Thu, 09 Apr 2015 22:03:07 +0200 |
Doug Simon |
fixed race in HotSpotResolvedJavaFieldImpl.getType() |
Thu, 09 Apr 2015 21:23:24 +0200 |
Doug Simon |
disable String.equals intrinsic if RegisterPressure is enabled |
Thu, 09 Apr 2015 19:17:51 +0200 |
Doug Simon |
Merge. |
Thu, 09 Apr 2015 15:35:53 +0200 |
Andreas Woess |
Truffle: avoid redundant readFieldValue |
Thu, 09 Apr 2015 15:12:23 +0200 |
Andreas Woess |
Truffle: remove unused code |
Thu, 09 Apr 2015 18:56:06 +0200 |
Doug Simon |
Merge. |
Thu, 09 Apr 2015 17:40:55 +0200 |
Gilles Duboscq |
Move com.oracle.nfi implementation to graal.truffle.hotspot since it implements an interface that does not live in the graal class-loader |
Thu, 09 Apr 2015 17:50:15 +0200 |
Roland Schatz |
Fix unsigned remainder graph builder plugin. |
Thu, 09 Apr 2015 17:47:52 +0200 |
Roland Schatz |
Create floating reads in snippets. |
Thu, 09 Apr 2015 15:04:09 +0200 |
Roland Schatz |
Better verification in assertSnippetKills. |
Thu, 09 Apr 2015 17:04:05 +0200 |
Doug Simon |
Merge. |
Thu, 09 Apr 2015 16:13:32 +0200 |
Stefan Anzinger |
Use native byte order on UnsafeArrayTypeReader |
Thu, 09 Apr 2015 15:46:14 +0200 |
Stefan Anzinger |
Merge |
Thu, 09 Apr 2015 15:45:47 +0200 |
Stefan Anzinger |
[SPARC] SPARCLMulccOp cannot work on constants; load values before |
Thu, 09 Apr 2015 15:35:29 +0200 |
Stefan Anzinger |
UnsafeArrayType(Writer|Reader): Use naturally aligned Unsafe access (Important for SPARC) |
Thu, 09 Apr 2015 16:46:39 +0200 |
Doug Simon |
merge fixes |
Thu, 09 Apr 2015 15:56:18 +0200 |
Doug Simon |
fixed canonicalizeprojects issues |
Thu, 09 Apr 2015 15:36:46 +0200 |
Doug Simon |
prevent lowering MacroNodes to InvokeNodes with an invalid bci |
Thu, 09 Apr 2015 15:36:13 +0200 |
Doug Simon |
implement IntrinsicGraphBuilder.toString |
Thu, 09 Apr 2015 15:35:51 +0200 |
Doug Simon |
disable use of IdentityHashCodeNode for Object.hashCode (temp workaround) |
Thu, 09 Apr 2015 15:06:08 +0200 |
Doug Simon |
fixed bug in default implementation of GraphBuilderContext.parsingReplacement |
Thu, 09 Apr 2015 11:07:28 +0200 |
Doug Simon |
removed leftover debug code |
Thu, 09 Apr 2015 10:54:58 +0200 |
Doug Simon |
rename SystemIdentityHashCodeNode to IdentityHashCodeNode and use it for Object.hashCode |
Thu, 09 Apr 2015 10:26:28 +0200 |
Doug Simon |
InvocationPlugins can only be applied for direct invokes |
Thu, 09 Apr 2015 09:52:33 +0200 |
Doug Simon |
remove GraphBuilderContext.getSnippetReflection() |
Thu, 09 Apr 2015 09:47:50 +0200 |
Doug Simon |
remove uses of GraphBuilderContext.getSnippetReflection() |
Thu, 09 Apr 2015 09:28:35 +0200 |
Doug Simon |
decouple IntrinsicGraphBuilder from Providers |
Thu, 09 Apr 2015 09:17:04 +0200 |
Doug Simon |
fix check for registering multiple InvocationPlugins for one method |
Thu, 09 Apr 2015 08:54:09 +0200 |
Doug Simon |
converted @MethodSubstitutions for java.lang.Object to MethodSubstitutionPlugins |
Wed, 08 Apr 2015 23:00:45 +0200 |
Doug Simon |
removed unused @MethodSubstitution for Object.<init> |
Wed, 08 Apr 2015 22:57:48 +0200 |
Doug Simon |
added InvocationPlugins to use recently exposed HotSpot math runtime functions |
Wed, 08 Apr 2015 22:53:08 +0200 |
Doug Simon |
generalized MathRuntimeCallPlugin to ForeignCallPlugin |
Wed, 08 Apr 2015 22:28:23 +0200 |
Doug Simon |
expose more HotSpot runtime math methods to Graal |
Wed, 08 Apr 2015 22:23:22 +0200 |
Doug Simon |
[SPARC] added InvocationPlugins for using HotSpot runtime math methods |
Wed, 08 Apr 2015 22:09:05 +0200 |
Doug Simon |
converted @MethodSubstitutions for java.lang.Math to MethodSubstitutionPlugins |
Wed, 08 Apr 2015 11:24:16 +0200 |
Doug Simon |
converted @MethodSubstitutions for jString.equals to MethodSubstitutionPlugins |
Wed, 08 Apr 2015 11:06:07 +0200 |
Doug Simon |
use InvocationPlugin instead of Unsafe to access String.value from within substitution for String.equals |
Wed, 08 Apr 2015 10:50:06 +0200 |
Doug Simon |
converted @MethodSubstitutions for java.lang.reflect.Array to MethodSubstitutionPlugins |
Wed, 08 Apr 2015 10:46:46 +0200 |
Doug Simon |
converted @MethodSubstitutions for AES crypto methods to MethodSubstitutionPlugins |
Wed, 08 Apr 2015 10:33:47 +0200 |
Doug Simon |
support substituting non-static methods with a MethodSubstitutionPlugin |
Wed, 08 Apr 2015 00:03:10 +0200 |
Doug Simon |
fail fast(er) if the target method of an InvocationPlugin does not exist |
Tue, 07 Apr 2015 18:02:05 +0200 |
Doug Simon |
converted @MethodSubstitutions for java.util.Arrays to MethodSubstitutionPlugins |
Tue, 07 Apr 2015 17:41:19 +0200 |
Doug Simon |
moved registration of AMD64 specific plugins to AMD64GraphBuilderPlugins |
Tue, 07 Apr 2015 17:32:26 +0200 |
Doug Simon |
added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism |
Mon, 06 Apr 2015 13:14:01 +0200 |
Doug Simon |
changed InvocationPlugin.execute to be a default method instead of a static method |
Mon, 06 Apr 2015 00:19:30 +0200 |
Doug Simon |
replaced method substitution for GraalCompilerTest.breakpoint() with an InvocationPlugin |
Mon, 06 Apr 2015 00:08:22 +0200 |
Doug Simon |
replaced method substitutions for [Integer|Long].numberOf[Leading|Trailing]Zeros with InvocationPlugins |
Thu, 09 Apr 2015 14:30:30 +0200 |
Gilles Duboscq |
CTW: Black-list some package to avoid linking problems when using an Oracle JDK >= 8u40 |
Thu, 09 Apr 2015 13:27:37 +0200 |
Stefan Anzinger |
Merge |
Thu, 09 Apr 2015 13:26:14 +0200 |
Stefan Anzinger |
[SOLARIS] Call constructor of Arena implicitely; on SolarisStudio the destructor behavior is different |
Wed, 08 Apr 2015 23:07:55 -0700 |
Christian Wimmer |
Disable new graph partial evaluator by default |
Wed, 08 Apr 2015 22:38:40 -0700 |
Christian Wimmer |
New partial evaluator that works on encoded graphs (instead of on bytecodes) |
Wed, 08 Apr 2015 22:07:50 -0700 |
Christian Wimmer |
Support node canonicalization when not all usages of a node are known yet |
Wed, 08 Apr 2015 22:05:40 -0700 |
Christian Wimmer |
Guard against NullPointerException |
Wed, 08 Apr 2015 22:01:36 -0700 |
Christian Wimmer |
Add convenient shouldNotReachHere method |
Wed, 08 Apr 2015 22:00:47 -0700 |
Christian Wimmer |
Refactoring to allow re-use of inlining methods during a partial evaluation |
Wed, 08 Apr 2015 21:59:42 -0700 |
Christian Wimmer |
Allow scaling factors in integer options; add support for Long values in addition to Integer values |
Wed, 08 Apr 2015 21:58:46 -0700 |
Christian Wimmer |
Cache the reflection Field in HotSpotResolvedFieldImpl, since it is accessed repeatedly when accessing the annotations of the field |
Thu, 09 Apr 2015 02:15:16 +0200 |
Andreas Woess |
Truffle: add bytecode interpreter example using virtual dispatch instead of switch |
Thu, 09 Apr 2015 01:26:59 +0200 |
Andreas Woess |
Truffle: add performance warnings (non-inlinable call, non-leaf type cast/instanceof) |
Thu, 09 Apr 2015 01:26:46 +0200 |
Andreas Woess |
Truffle: include slots in FrameDescriptor#toString() |
Thu, 09 Apr 2015 01:24:39 +0200 |
Andreas Woess |
Truffle: remove unused compiler options |
Wed, 08 Apr 2015 19:13:41 +0200 |
Stefan Anzinger |
[SPARC] Ignore SIGILL instruction when the trap is 0x10 (breakpoint op, used for GRAAL debugging) |
Wed, 08 Apr 2015 19:08:09 +0200 |
Stefan Anzinger |
[SPARC] Backport of JDK-8071501 |
Wed, 08 Apr 2015 18:05:23 +0200 |
Stefan Anzinger |
[SPARC] Fix 32bit division and mulhi (zero/signextend value before op) |
Wed, 08 Apr 2015 15:33:13 +0200 |
Gilles Duboscq |
Process Graal oops in nmethod::do_unloading_parallel |
Tue, 07 Apr 2015 18:57:54 +0200 |
Gilles Duboscq |
Add com.oracle.graal.hotspot generated files to C++ project |
Tue, 07 Apr 2015 18:54:15 +0200 |
Gilles Duboscq |
Class.classloader is hidden from reflection |
Tue, 07 Apr 2015 18:55:12 +0200 |
Gilles Duboscq |
Only access head end/top address if heap supports inline contiguous alloc |
Tue, 07 Apr 2015 18:56:20 +0200 |
Gilles Duboscq |
HS VM config processor: make sure casts are applied to the whole expression |
Tue, 07 Apr 2015 19:00:45 +0200 |
Gilles Duboscq |
Remove G1 heap hack |
Wed, 08 Apr 2015 11:07:01 +0200 |
Gilles Duboscq |
Fix merge |
Tue, 07 Apr 2015 18:57:02 +0200 |
Gilles Duboscq |
Fix merge mess-ups |
Tue, 07 Apr 2015 15:00:39 +0200 |
Gilles Duboscq |
Lift 8u40 mx restriction |
Tue, 07 Apr 2015 14:58:49 +0200 |
Gilles Duboscq |
Merge with jdk8u40-b25 |
Wed, 04 Feb 2015 12:14:39 -0800 |
katleman |
Added tag jdk8u40-b24 for changeset fa4e797f61e6jdk8u40-b25 |
Fri, 30 Jan 2015 15:14:31 -0800 |
lana |
Mergejdk8u40-b24 |
Tue, 13 Jan 2015 16:09:52 +0100 |
goetz |
8069590: AIX port of "8050807: Better performing performance data handling" |
Wed, 28 Jan 2015 12:08:33 -0800 |
katleman |
Added tag jdk8u40-b23 for changeset 0e67683b7001 |
Wed, 21 Jan 2015 12:19:39 -0800 |
katleman |
Added tag jdk8u40-b22 for changeset 0ee548a1cda0jdk8u40-b23 |
Tue, 20 Jan 2015 13:47:31 -0800 |
amurillo |
Mergejdk8u40-b22 |
Fri, 16 Jan 2015 13:50:52 -0800 |
amurillo |
Added tag hs25.40-b25 for changeset 0f0cb4eeab2d |
Fri, 16 Jan 2015 13:50:48 -0800 |
amurillo |
Mergehs25.40-b25 |
Mon, 12 Jan 2015 15:24:29 +0100 |
sjohanss |
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit |
Fri, 16 Jan 2015 11:00:29 -0800 |
amurillo |
8069209: new hotspot build - hs25.40-b25 |
Thu, 15 Jan 2015 11:19:46 -0800 |
asaha |
Merge |
Fri, 02 Jan 2015 14:10:18 -0800 |
asaha |
Merge |
Tue, 23 Dec 2014 10:17:36 -0800 |
asaha |
Merge |
Wed, 17 Dec 2014 17:53:32 -0800 |
asaha |
Added tag jdk8u31-b13 for changeset 4206e725d584 |
Wed, 17 Dec 2014 12:48:26 -0800 |
asaha |
Merge |
Tue, 16 Dec 2014 14:02:00 -0800 |
asaha |
Merge |
Mon, 08 Dec 2014 12:28:35 -0800 |
asaha |
Added tag jdk8u31-b12 for changeset e13839545238jdk8u31-b13 |
Tue, 02 Dec 2014 11:10:51 -0800 |
asaha |
Added tag jdk8u31-b11 for changeset 9906d432d6dbjdk8u31-b12 |
Mon, 01 Dec 2014 13:06:20 -0500 |
drchase |
8064524: Compiler code generation improvementsjdk8u31-b11 |
Tue, 02 Dec 2014 09:19:21 -0800 |
asaha |
8066452: Increment the build value to b07 for hs25.31 in 8u31-b11 |
Fri, 12 Dec 2014 09:37:54 -0800 |
asaha |
Merge |
Thu, 04 Dec 2014 11:00:42 -0800 |
asaha |
Merge |
Wed, 26 Nov 2014 08:57:40 -0800 |
asaha |
Merge |
Mon, 24 Nov 2014 13:34:30 -0800 |
asaha |
Added tag jdk8u31-b10 for changeset d7b6bdd51abe |
Mon, 17 Nov 2014 15:51:46 -0500 |
gthornbr |
8050807: Better performing performance data handlingjdk8u31-b10 |
Mon, 24 Nov 2014 09:18:13 -0800 |
asaha |
8065786: Increment the build value to b06 for hs25.31 in 8u31-b10 |
Mon, 17 Nov 2014 12:38:18 -0800 |
asaha |
Added tag jdk8u31-b09 for changeset 245d29ed5db5 |
Mon, 10 Nov 2014 11:50:45 -0800 |
asaha |
Added tag jdk8u31-b08 for changeset cc74ca225166jdk8u31-b09 |
Fri, 31 Oct 2014 12:05:56 -0700 |
dbuck |
8060169: Update the Crash Reporting URL in the Java crash logjdk8u31-b08 |
Mon, 10 Nov 2014 10:32:21 -0800 |
asaha |
8064494: Increment the build value to b05 for hs25.31 in 8u31-b08 |
Thu, 06 Nov 2014 02:34:01 -0800 |
dbuck |
8058715: stability issues when being launched as an embedded JVM via JNI |
Thu, 06 Nov 2014 22:32:32 -0800 |
asaha |
8064303: Increment hsx 25.31 build to b04 for 8u31-b08 |
Wed, 26 Nov 2014 08:14:21 -0800 |
asaha |
Merge |
Wed, 19 Nov 2014 12:52:56 -0800 |
asaha |
Merge |
Thu, 06 Nov 2014 09:15:23 -0800 |
asaha |
Merge |
Mon, 03 Nov 2014 12:33:10 -0800 |
asaha |
Added tag jdk8u31-b07 for changeset e9f815c3f21c |
Wed, 05 Nov 2014 15:35:11 -0800 |
asaha |
Merge |
Fri, 31 Oct 2014 15:22:44 -0700 |
asaha |
Merge |
Mon, 27 Oct 2014 12:56:36 -0700 |
asaha |
Added tag jdk8u31-b06 for changeset 271a32147391jdk8u31-b07 |
Thu, 18 Sep 2014 11:46:33 -0700 |
morris |
8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity checkjdk8u31-b06 |
Fri, 24 Oct 2014 11:46:18 -0700 |
asaha |
8062084: Increment hsx 25.31 build to b03 for 8u31-b06 |
Thu, 23 Oct 2014 12:02:08 -0700 |
asaha |
Merge |
Mon, 20 Oct 2014 14:31:52 -0700 |
asaha |
Added tag jdk8u31-b05 for changeset 6e56d7f1634f |
Thu, 21 Nov 2013 09:57:00 -0800 |
jmasa |
8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assertjdk8u31-b05 |
Mon, 20 Oct 2014 15:14:56 -0400 |
hseigel |
8058982: Better verification of an exceptional invokespecial |
Mon, 20 Oct 2014 13:04:19 -0700 |
asaha |
8061523: Increment hsx 25.31 build to b02 for 8u31-b05 |
Mon, 13 Oct 2014 12:31:41 -0700 |
asaha |
Added tag jdk8u31-b04 for changeset 060cdf93040c |
Thu, 09 Oct 2014 15:42:23 +0200 |
mgerdin |
8055479: TLAB stabilityjdk8u31-b04 |
Fri, 26 Sep 2014 17:48:10 -0400 |
jmasa |
8047125: (ref) More phantom object references |
Thu, 09 Oct 2014 12:22:28 -0700 |
asaha |
Merge |
Thu, 09 Oct 2014 11:52:56 -0700 |
katleman |
Added tag jdk8u25-b31 for changeset c3528699fb33jdk8u25-b32 |
Tue, 07 Oct 2014 08:36:02 -0700 |
asaha |
Mergejdk8u25-b31 |
Mon, 06 Oct 2014 14:10:02 -0700 |
asaha |
Added tag jdk8u31-b03 for changeset 401cbaa475b4jdk8u45-b00 |
Mon, 29 Sep 2014 11:49:45 -0700 |
asaha |
Added tag jdk8u31-b02 for changeset 087678da9660jdk8u31-b03 |
Wed, 24 Sep 2014 10:20:16 -0700 |
asaha |
Mergejdk8u31-b02 |
Wed, 24 Sep 2014 08:43:50 -0700 |
asaha |
Merge |
Tue, 23 Sep 2014 18:49:04 -0700 |
katleman |
Added tag jdk8u20-b32 for changeset 7edb04063a42 |
Wed, 24 Sep 2014 08:28:15 -0700 |
asaha |
Merge |
Mon, 22 Sep 2014 11:29:19 -0700 |
asaha |
Added tag jdk8u31-b01 for changeset 5bb686ae3b89 |
Wed, 17 Sep 2014 12:09:17 -0700 |
asaha |
Mergejdk8u31-b01 |
Thu, 11 Sep 2014 13:43:07 -0700 |
asaha |
Merge |
Thu, 11 Sep 2014 11:52:19 -0700 |
asaha |
Merge |
Thu, 14 Aug 2014 12:30:43 -0700 |
katleman |
Added tag jdk8u20-b31 for changeset 7c9925f21c25jdk8u20-b32 |
Sat, 02 Aug 2014 16:28:59 -0400 |
hseigel |
8051012: Regression in verifier for <init> method call from inside of a branchjdk8u20-b31 |
Mon, 08 Sep 2014 13:31:45 -0700 |
asaha |
Merge |
Tue, 19 Aug 2014 02:05:49 -0700 |
poonam |
8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC |
Wed, 13 Aug 2014 17:37:11 -0700 |
iveresov |
8054883: Segmentation error while running program |
Tue, 02 Sep 2014 13:02:26 -0700 |
asaha |
Merge |
Tue, 26 Aug 2014 11:09:27 -0700 |
asaha |
Merge |
Tue, 19 Aug 2014 11:17:36 +0200 |
brutisso |
8049253: Better GC validation |
Tue, 19 Aug 2014 07:28:23 -0700 |
asaha |
Merge |
Tue, 19 Aug 2014 06:06:22 -0700 |
asaha |
Merge |
Mon, 04 Aug 2014 10:49:40 -0400 |
tschatzl |
8048949: Requeue queue implementation |
Tue, 12 Aug 2014 17:46:16 -0400 |
jiangli |
8044269: Analysis of archive files. |
Fri, 08 Aug 2014 15:15:52 -0700 |
iveresov |
8047130: Fewer escapes from escape analysis |
Thu, 07 Aug 2014 12:23:34 +0100 |
coffeys |
Merge |
Fri, 01 Aug 2014 11:04:42 +0100 |
coffeys |
Merge |
Tue, 22 Jul 2014 10:39:18 -0700 |
asaha |
Merge |
Mon, 14 Jul 2014 15:48:49 -0700 |
asaha |
Merge |
Mon, 14 Jul 2014 07:41:47 -0700 |
asaha |
Merge |
Wed, 09 Jul 2014 12:07:18 -0700 |
asaha |
8049760: Increment minor version of HSx for 8u31 and initialize the build number |
Tue, 08 Jul 2014 09:38:39 -0700 |
asaha |
Added tag jdk8u31-b00 for changeset 5bb683bbe2c7 |
Wed, 14 Jan 2015 16:26:17 -0800 |
katleman |
Added tag jdk8u40-b21 for changeset 25ec4a674337 |