log src/share/vm/classfile/vmSymbols.hpp @ 19800:3362ba500371

age author description
Wed, 11 Mar 2015 17:32:04 -0700 Tom Rodriguez Connect required Assumptions with answer to CHA query
Tue, 10 Mar 2015 22:18:53 -0700 Tom Rodriguez Verify dependencies when assertions are enabled
Wed, 25 Feb 2015 19:02:00 -0800 Tom Rodriguez Move stack monitor value into api.code
Thu, 12 Feb 2015 01:54:05 +0100 Doug Simon pulled method evolution dependencies out of Assumptions and directly into StructuredGraph
Wed, 11 Feb 2015 11:38:22 +0100 Doug Simon changed type of assumptions field in CompilationResult from Assumptions to Assumption[]
Fri, 23 Jan 2015 10:54:21 +0100 Doug Simon removed GPU code
Thu, 04 Dec 2014 13:41:27 +0100 Doug Simon removed reference to com.oracle.graal.compiler.CompilerThread from VM code (part 2)
Wed, 12 Nov 2014 14:43:58 +0100 Doug Simon converted HotSpotForeignCallLinkage to an interface
Fri, 07 Nov 2014 22:00:11 +0100 Doug Simon (re)converted Value to an interface
Wed, 05 Nov 2014 21:55:55 +0100 Doug Simon converted HotSpotMetaspaceConstant to an interface
Wed, 05 Nov 2014 21:07:59 +0100 Doug Simon converted HotSpotObjectConstant to an interface
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
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).
Mon, 27 Oct 2014 14:07:49 +0100 Roland Schatz Better construction of data section and data patches.
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Wed, 30 Apr 2014 14:14:01 -0700 kvn 8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc
Wed, 15 Oct 2014 01:10:27 +0200 Doug Simon converted Constant and Value to be interfaces (GRAAL-874)
Thu, 02 Oct 2014 10:57:03 -0700 Tom Rodriguez Unify parsing of graal and hotspot Stable annotations
Tue, 09 Sep 2014 12:15:29 -0700 Stefan Anzinger Fix the endianess issue, when using JSR/RET instruction and deoptimization happens in this subroutine
Thu, 28 Aug 2014 16:47:43 -0700 Stefan Anzinger [SPARC/AMD64] Fixing handling of floatingpoint register handling
Wed, 23 Jul 2014 15:01:58 +0200 Lukas Stadler handle HotSpotCompressedNullConstant in graalCodeInstaller
Tue, 22 Jul 2014 15:06:15 +0200 Lukas Stadler use LIRKind in graalCodeInstaller, support compressed oops in frame states
Thu, 03 Jul 2014 23:28:35 +0200 Doug Simon removed (Java based) CompilationQueue
Thu, 03 Jul 2014 21:47:59 +0200 Doug Simon made Graal symbol declarations conditional upon GRAAL macro
Thu, 03 Jul 2014 16:30:28 +0200 Doug Simon added support to load classes from graal.jar with a separate class loader
Tue, 03 Jun 2014 11:51:27 +0200 Doug Simon decoupled Graal runtime initialization and Graal compilation queue initialization
Mon, 12 May 2014 17:31:11 -0700 twisti remove unused com_oracle_graal_api_meta_ResolvedJavaField
Mon, 12 May 2014 17:26:53 -0700 twisti remove unused com_oracle_graal_api_meta_ConstantPool
Mon, 12 May 2014 17:26:19 -0700 twisti remove unused com_oracle_graal_hotspot_meta_HotSpotJavaType
Mon, 12 May 2014 22:37:26 +0200 Doug Simon removed unused symbols
Fri, 09 May 2014 18:46:41 +0200 Doug Simon made Graal runtime initialization in hosted mode lazy
Fri, 02 May 2014 00:36:27 +0200 Doug Simon made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
Wed, 16 Apr 2014 19:00:14 +0200 Thomas Wuerthinger Merge.
Tue, 15 Apr 2014 15:01:40 +0200 Thomas Wuerthinger Convert InstalledCode from an interface into an abstract class.
Tue, 15 Apr 2014 13:34:29 +0200 Doug Simon create NodeClass for each Node subclass during class initialization of the latter
Fri, 11 Apr 2014 11:52:19 +0200 Lukas Stadler new StackIntrospection interface to allow access to stack contents
Mon, 07 Apr 2014 16:09:17 -0700 Christian Wimmer Remove Constant.forObject and Constant.asObject to improve compiler/VM separation
Thu, 03 Apr 2014 17:47:29 +0200 Thomas Wuerthinger Remove compiled method call intrinsic.
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Wed, 26 Mar 2014 17:33:54 +0100 Doug Simon HSAIL: preliminary deopt support
Mon, 24 Mar 2014 13:31:39 +0100 Lukas Stadler update BenchmarkCounters (add TimedDynamicCounters, fix -XX:+GraalCountersExcludeCompiler)
Mon, 17 Mar 2014 12:07:49 +0100 Roland Schatz Move narrow oop handling in reference maps to hotspot specific code.
Mon, 17 Mar 2014 11:53:51 +0100 Roland Schatz Make data patch system use vm specific NarrowOop kind.
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Tue, 14 Jan 2014 17:46:48 -0800 kvn 8002074: Support for AES on SPARC
Thu, 09 Jan 2014 19:03:36 +0400 iignatyev 8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
Wed, 05 Mar 2014 19:07:29 +0100 Doug Simon removed remaining VMToCompiler calls for allocating Graal API objects
Mon, 24 Feb 2014 15:08:02 -0800 twisti remove CompilerToVM.getInstanceFields
Wed, 22 Jan 2014 11:27:28 +0100 Roland Schatz Refactor reference maps.
Thu, 12 Dec 2013 15:13:02 +0100 Gilles Duboscq Add a speculation oop for uncommon trap deoptimization. Save it in the SpeculationLog during deoptimization.
Thu, 09 Jan 2014 13:09:44 +0100 Roland Schatz Move data section building code to Java.
Wed, 18 Dec 2013 11:35:04 +0100 Doug Simon Merge.
Wed, 18 Dec 2013 00:00:24 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Tue, 26 Nov 2013 18:16:04 -0500 drchase 8016839: JSR292: AME instead of IAE when calling a method
Wed, 13 Nov 2013 16:24:33 -0800 minqi 8025632: Remove all references to MagicLambdaImpl from Hotspot
Tue, 17 Dec 2013 20:58:58 -0800 twisti cleaned up VMToCompiler.createResolvedJavaType
Thu, 12 Dec 2013 14:56:52 -0800 twisti moved most CompilerToVM.getLocalVariableTable to Java
Sun, 08 Dec 2013 14:33:38 -0800 twisti don't pass HotSpotResolvedObjectType to VMToCompiler.compileMethod but instead create it in Java code