log

age author description
Tue, 24 May 2016 13:51:28 +0200 Roland Schatz Remove jvmci VM configuration, and backport UseJVMCICompiler flag.
Fri, 20 May 2016 15:49:00 +0200 David Leopoldseder Merge
Fri, 20 May 2016 13:53:00 +0200 David Leopoldseder Check minimum number of JVMCI compiler threads during vm creation
Fri, 20 May 2016 12:07:06 +0200 Roland Schatz Remove unused method MemoryAccessProvider.readUnsafeConstant (JDK-8157428).
Wed, 18 May 2016 21:31:59 +0200 Doug Simon revert incorrect assertion and correct javadoc around MemoryAccessProvider.readObjectConstant
Wed, 18 May 2016 11:04:37 -0700 Tom Rodriguez Remove unintentional IGV changes brought over with JDK9 sync
Tue, 17 May 2016 21:10:34 +0200 Doug Simon minimize diff to jvmci-9
Fri, 13 May 2016 16:38:50 +0200 Roland Schatz Javadoc fix.
Fri, 13 May 2016 14:33:19 +0200 Roland Schatz Replace LIRKind with abstract base class (JDK-8156942).
Fri, 13 May 2016 11:49:57 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835) - part 3
Fri, 13 May 2016 10:44:29 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835) - part 2
Thu, 12 May 2016 20:57:31 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835)
Thu, 12 May 2016 11:06:49 +0200 Doug Simon Backed out changeset: a920338dd4d4
Thu, 12 May 2016 14:24:15 +0200 Roland Schatz Remove implicit stable field handling (JDK-8156552).
Wed, 11 May 2016 16:41:28 +0200 Roland Schatz Remove support for patching Symbol pointers (JDK-8156768).
Wed, 11 May 2016 21:20:50 +0200 Doug Simon make Stable package-private
Tue, 10 May 2016 17:00:50 +0200 Roland Schatz Remove LocationIdentity (JDK-8156741).
Wed, 11 May 2016 15:54:36 +0200 Doug Simon remove JVMCIError and UnsafeUtil classes (JDK-8156759)
Wed, 11 May 2016 09:53:28 +0200 Josef Eisl 8156034: update 02
Wed, 11 May 2016 09:50:37 +0200 Josef Eisl 8156034: update 01
Tue, 10 May 2016 14:55:40 +0200 Roland Schatz Remove stable constant handling from ConstantReflectionProvider (JDK-8156552).
Mon, 02 May 2016 14:57:11 +0200 Josef Eisl Notify the compiler on completion of a bootstrap (JDK-8156034)
Tue, 10 May 2016 11:17:23 +0200 Roland Schatz Make all get[Declared]Annotation methods look the same.
Mon, 09 May 2016 09:37:36 -0700 Tom Rodriguez rename magicBytes to MAGIC_BYTES
Mon, 09 May 2016 16:34:20 +0200 Doug Simon added JVMCIPermission (JDK-8155023)
Mon, 09 May 2016 16:08:16 +0200 Doug Simon allow JVMCI compiler to change the compilation policy for a method (JDK-8152311)
Mon, 09 May 2016 11:31:54 +0200 Roland Schatz Return empty array instead of null in getDeclaredAnnotations.
Fri, 06 May 2016 11:01:40 -0700 Tom Rodriguez Add explicit version number to binary IGV format and add some backwards compatibility logic
Fri, 06 May 2016 13:21:20 +0200 Roland Schatz Make ResolvedJava* types extend AnnotatedElement.
Wed, 04 May 2016 12:06:51 +0200 Roland Schatz Make HotSpotResolvedObjectTypeImpl.createField internal.