log

age author description
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.
Fri, 29 Apr 2016 14:47:29 -0700 Tom Rodriguez Remove ResolvedJavaType.getClassFilePath
Tue, 03 May 2016 08:45:04 -0700 Tom Rodriguez Rename isAllocationCloneable to isCloneableWithAllocation
Tue, 03 May 2016 12:07:58 +0200 Roland Schatz Use CHECK instead of HAS_PENDING_EXCEPTION (JDK-8155735).
Mon, 02 May 2016 15:19:08 +0200 Roland Schatz Fix Symbol* leak (JDK-8155735).
Mon, 02 May 2016 08:05:08 +0200 Stefan Anzinger Backed out changeset 30544794ea23
Sun, 01 May 2016 23:58:05 +0200 Doug Simon jdk.vm.ci needs to securely export services (JDK-8155023)
Sun, 01 May 2016 11:24:36 +0200 Stefan Anzinger [IGV] Fix String object reading from BinaryGraphs
Fri, 29 Apr 2016 14:49:30 +0200 Roland Schatz Use strings instead of Symbol* for exception names (JDK-8155735).
Fri, 29 Apr 2016 11:10:18 +0200 Roland Schatz Merge.
Fri, 29 Apr 2016 10:54:19 +0200 Roland Schatz Remove TrustedInterface (JDK-8155719).
Fri, 29 Apr 2016 00:36:35 +0200 Doug Simon checkstyle fixes
Thu, 28 Apr 2016 15:16:47 +0200 Doug Simon jdk.vm.ci needs to securely export services (JDK-8155023)
Thu, 28 Apr 2016 14:55:09 +0200 Doug Simon added more entries to ignore
Thu, 28 Apr 2016 13:32:46 +0200 Doug Simon HotSpotMemoryAccessProviderImpl.readObjectConstant should support reading fields in objects (JDK-8155626)
Thu, 28 Apr 2016 13:29:40 +0200 Doug Simon MemoryAccessProvider.readUnsafeConstant javadoc should be updated for null JavaKind case (JDK-8155244)
Thu, 28 Apr 2016 13:06:12 +0200 Doug Simon align the permission checked by Services with jvmci-9
Thu, 28 Apr 2016 13:04:41 +0200 Doug Simon make JVMCICompilerFactory an abstract class with security checks (JDK-8155622)
Thu, 28 Apr 2016 13:07:46 -0700 Tom Rodriguez Add ResolvedJavaType.isAllocationClonable
Thu, 28 Apr 2016 09:29:35 -0700 Tom Rodriguez Import pure whitespace changes from JDK9 IGV
Thu, 28 Apr 2016 09:29:22 -0700 Tom Rodriguez Import actual changes from JDK9 IGV which is mostly copyright related
Thu, 21 Apr 2016 14:14:01 +0200 David Leopoldseder re-enable commented-out assertion
Thu, 21 Apr 2016 14:13:43 +0200 David Leopoldseder remove outdated, commented-out code
Tue, 19 Apr 2016 23:28:22 -0700 Tom Rodriguez Update hsdis binaries
Tue, 19 Apr 2016 21:36:49 -0700 Tom Rodriguez Throw exception in IGV if ensureAvailable is called with too large a size
Mon, 18 Apr 2016 10:18:48 -0700 Tom Rodriguez Handle Strings larger than buffer size properly in IGV
Thu, 14 Apr 2016 15:56:53 -0700 Tom Rodriguez Fix typo
Wed, 13 Apr 2016 23:28:03 -0700 Tom Rodriguez Fix HTML quoting in tooltips and remove useless entries from search box
Wed, 06 Apr 2016 20:02:32 -0700 Tom Rodriguez 8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
Thu, 07 Apr 2016 11:09:49 -0700 Tom Rodriguez Sync speculation log changes with JDK9 version
Thu, 07 Apr 2016 13:56:58 +0200 Doug Simon update to Eclipse 4.5.2 format style
Mon, 04 Apr 2016 22:59:08 +0200 Doug Simon do not install an empty SpeculationLog in an nmethod (JDK-8153439)
Mon, 04 Apr 2016 22:42:53 +0200 Doug Simon register DEFAULT_VM as env var to be captured in IDE configs
Wed, 30 Mar 2016 16:25:12 +0200 Doug Simon fixed javadoc for methods in MethodHandleAccessProvider to describe exceptions thrown (JDK-8152021, JDK-8152022, JDK-8152023)
Wed, 30 Mar 2016 16:06:48 +0200 Doug Simon fixed javadoc and implementation of MemoryAccessProvider methods to only throw IllegalArgumentException (JDK-8152024)
Fri, 01 Apr 2016 10:32:24 -0700 Tom Rodriguez Don't generate LeafType assumptions for isLeaf == true types
Thu, 31 Mar 2016 10:21:27 -0700 Tom Rodriguez Add folder and graph property support to binary graphs in IGV
Fri, 25 Mar 2016 14:08:23 -0700 Tom Rodriguez findLeafConcreteSubtype should handle arrays of leaf concrete subtype
Fri, 25 Mar 2016 13:30:32 +0100 Roland Schatz Remove `desc` argument from JVMCIRuntime::throw_class_cast_exception.
Fri, 25 Mar 2016 12:40:19 +0100 Roland Schatz Backout removal of HotSpotVMSymbols class.
Wed, 23 Mar 2016 23:21:34 -0700 Tom Rodriguez evol_method dependencies failures should return dependencies_failed
Tue, 22 Mar 2016 15:55:59 +0100 Roland Schatz Create exception throwing routines for exceptions with complex messages.