log

age author description
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 fa4e797f61e6 jdk8u40-b25
Fri, 30 Jan 2015 15:14:31 -0800 lana Merge jdk8u40-b24
Tue, 13 Jan 2015 16:09:52 +0100 goetz 8069590: AIX port of "8050807: Better performing performance data handling"