log

age author description
Thu, 29 Oct 2015 15:21:55 +0100 Roland Schatz 8139589: [JVMCI] throw exceptions in faulty code installation operations
Thu, 29 Oct 2015 13:13:46 +0100 Stefan Anzinger Change access to Method::_intrinsic_id back to u1 (JDK8 and JDK9 are different on this)
Wed, 28 Oct 2015 14:02:20 -0700 Tom Rodriguez Fix missing comma and add STATIC_ASSERT to check size of trap name talbe
Tue, 27 Oct 2015 13:33:28 +0100 Doug Simon method intrinsic ids are 16-bit so use Unsafe.getChar(), not Unsafe.getByte() to read them
Sun, 25 Oct 2015 10:49:26 +0100 Doug Simon mx: exclude JVMCI jars from unit test class path
Fri, 23 Oct 2015 10:10:17 -0700 Tom Rodriguez Add trap and recompilation statistics to LogCompilation
Fri, 23 Oct 2015 10:09:48 -0700 Tom Rodriguez Make sure that at least a dummy Method is filled in during LogCompilation parsing
Fri, 23 Oct 2015 13:24:08 +0200 Andreas Woess narrow type of HotSpotResolvedJavaMethodImpl.toJavaCache to Executable
Thu, 22 Oct 2015 11:26:30 -0700 Tom Rodriguez Don't abort if exceptions occur during JVMCI compilation
Thu, 22 Oct 2015 12:43:42 +0200 Doug Simon only install evol_method dependencies if JVMTI needs them
Wed, 21 Oct 2015 20:39:03 -0700 Tom Rodriguez Use is_linked to guard getVtableIndexForInterfaceMethod
Wed, 21 Oct 2015 22:45:57 +0200 Doug Simon removed Graal compiler options from JVMCICompiler
Wed, 21 Oct 2015 09:06:12 -0700 Christian Wimmer Move SpeculationLog implementation to HotSpotSpeculationLog, because it is not useful for other VMs
Wed, 21 Oct 2015 15:05:59 +0200 Stefan Anzinger [SPARC] Fix VMReg number caluclation in CodeInstaller::get_hotspot_reg
Wed, 21 Oct 2015 13:47:47 +0200 Roland Schatz Rename Compiler to JVMCICompiler and expose it from JVMCIRuntime.
Wed, 21 Oct 2015 11:44:15 +0200 Doug Simon made ExitVMOnException false by default
Mon, 19 Oct 2015 18:41:25 -0700 Tom Rodriguez Remove debug output from mx_jvmci.py
Mon, 19 Oct 2015 10:24:05 -0700 Tom Rodriguez Fix deadlock between JVMCI.initialize and HotSpotJVMCIRuntime.runtime
Mon, 19 Oct 2015 18:21:56 +0200 Gilles Duboscq Fix release file patching
Fri, 16 Oct 2015 15:52:45 -0700 Tom Rodriguez fix -Xint -XX:+BootstrapJVMCI crash
Fri, 16 Oct 2015 15:59:20 +0200 Gilles Duboscq Tag jvmci-0.8 to get version numbers in builds
Fri, 16 Oct 2015 14:06:20 +0200 Stefan Anzinger Implement inline metaspace constant patching for SPARC (Compressed/Uncompressed)
Fri, 16 Oct 2015 13:44:47 +0200 Roland Schatz Remove unused class VirtualStackSlot.
Fri, 16 Oct 2015 11:12:34 +0200 Roland Schatz Remove unused reference map index.
Fri, 16 Oct 2015 00:16:51 +0200 Doug Simon made ShowFlags and PrintFlags denote which options had their value explicitily set (like -XX:+PrintFlagsFinal does)
Thu, 15 Oct 2015 11:50:37 -0700 Tom Rodriguez Update javadoc for methodDataProfileDataSize
Thu, 15 Oct 2015 17:32:19 +0200 Doug Simon initialize JVMCI eagerly if either the PrintFlags or ShowFlags JVMCI option is present
Thu, 15 Oct 2015 17:30:42 +0200 Doug Simon removed ununsed code
Thu, 15 Oct 2015 13:57:24 +0200 Stefan Anzinger Provide all HotSpot Feature_Flags in JVMCI
Thu, 15 Oct 2015 11:52:47 +0200 Stefan Anzinger Add SPARC Quad precision registers and remove unneccesary methods from SPARC.java