log

age author description
Tue, 22 Mar 2016 20:40:16 -0700 Tom Rodriguez updates to jvm.cfg should respect DEFAULT_VM
Mon, 21 Mar 2016 18:55:07 +0100 Roland Schatz Fix wrong pointer cast.
Mon, 21 Mar 2016 13:52:18 +0100 Roland Schatz Use VM routines to print stack traces from C++ code.
Fri, 18 Mar 2016 12:47:49 -0700 Tom Rodriguez Ignore AccessControlExceptions when trying to use ASM from the JDK
Fri, 18 Mar 2016 10:51:08 +0100 Doug Simon re-add support for parsing jre/jvmci/*.properties files
Fri, 18 Mar 2016 10:50:29 +0100 Doug Simon revert to explicit exception handling due in scope of an EXCEPTION_MARK
Tue, 15 Mar 2016 13:00:43 +0300 Roland Schatz 8150850: [JVMCI] NPE when executing HotSpotConstantReflectionProvider.readStableFieldValue
Wed, 16 Mar 2016 19:57:25 -0700 Tom Rodriguez Fix linux build error when trying to build the precompiled header files too early
Mon, 14 Mar 2016 14:44:21 +0100 Roland Schatz Remove hardcoded exception throwing routines.
Mon, 14 Mar 2016 11:58:48 +0100 Roland Schatz Expose SharedRuntime::throw_and_post_jvmti_exception to JVMCI compilers.
Mon, 14 Mar 2016 14:19:51 +0100 Doug Simon make paths in IGV error message absolute
Fri, 11 Mar 2016 16:53:36 +0100 Doug Simon add support for MX_ALT_OUTPUT_ROOT
Fri, 11 Mar 2016 16:00:25 +0100 Roland Schatz 8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
Tue, 08 Mar 2016 10:01:31 -0800 Tom Rodriguez Remove ResolvedJavaType.asExactType
Tue, 08 Mar 2016 10:01:28 -0800 Tom Rodriguez JVMCI should check is_not_compilable only for CompLevel_full_optimization
Tue, 08 Mar 2016 09:41:10 +0100 Doug Simon get VM internal flags when creating HotSpotResolvedJavaFieldImpl from Field reflection object (JDK-8151266)
Tue, 08 Mar 2016 09:17:23 +0100 Doug Simon Backed out changeset 2d1ca131b8be
Mon, 07 Mar 2016 10:54:56 +0100 Doug Simon get VM internal flags when creating HotSpotResolvedJavaFieldImpl from Field reflection object (JDK-8151266)
Fri, 26 Feb 2016 13:21:28 +0100 Benoit Daloze Add LoadLoad to the implicit memory barriers on AMD64
Tue, 23 Feb 2016 13:09:08 -0800 Tom Rodriguez Add dummy implementation of HotSpotResolvedJavaMethod.hasReservedAccess for compatibility with JDK9
Mon, 22 Feb 2016 14:14:37 +0100 Doug Simon added get_jvmci_hotspot_version and get_jdk_hotspot_version to respectively query the HotSpot version JVMCI is based on and the version in the bootstrap JDK
Thu, 11 Feb 2016 12:29:40 -1000 twisti 8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
Mon, 15 Feb 2016 11:45:37 -0800 Tom Rodriguez Add Inline flag
Tue, 09 Feb 2016 18:22:34 +0100 Roland Schatz Fix bug in deploy_binary.
Tue, 09 Feb 2016 17:47:27 +0100 Roland Schatz Deploy all JVM_{product,fastdebug}_{jvmci,server} variants.
Mon, 08 Feb 2016 10:05:21 +0100 Doug Simon JVMCI options should not use System.getProperty() directly (JDK-8146820)
Fri, 05 Feb 2016 11:33:27 +0100 Roland Schatz Typo in jvmciCodeInstaller.cpp
Thu, 04 Feb 2016 12:11:30 -0800 Tom Rodriguez Add missing ResourceMark
Thu, 04 Feb 2016 19:18:52 +0100 Doug Simon thread waiting for blocking JVMCI compilation should not wait on compiler queue forever (JDK-8148507) [part 2]
Thu, 04 Feb 2016 15:21:43 +0100 Doug Simon thread waiting for blocking JVMCI compilation should not wait on compiler queue forever (JDK-8148507)
Thu, 04 Feb 2016 14:59:52 +0100 Stefan Anzinger Disable GCCs ipa-cp-clone predictive-commoning on SPARC/Linux
Thu, 04 Feb 2016 10:38:15 +0100 Roland Schatz HotSpotForeignCallTarget is an InvokeTarget.
Thu, 04 Feb 2016 10:38:07 +0100 Roland Schatz Use explicit StackSlot instead of int offset for the deopt rescue slot.
Wed, 03 Feb 2016 19:03:02 +0100 Stefan Anzinger Disable gcc tree-ccp on SPARC/Linux wich makes problems with G1GC
Tue, 02 Feb 2016 16:19:37 +0100 Manuel Rigger remove redundant modifiers
Sun, 31 Jan 2016 22:39:09 +0100 Doug Simon reduced delta against jvmci-9
Fri, 29 Jan 2016 22:55:42 +0100 Doug Simon Backed out changeset 5d04cfbd1945
Fri, 29 Jan 2016 21:52:36 +0100 Doug Simon reduced delta against jvmci-9
Thu, 28 Jan 2016 20:18:25 -0800 Tom Rodriguez Fix interface_vs_oop assertion logic for array types
Mon, 25 Jan 2016 14:57:27 -0800 Christian Wimmer Merge
Mon, 25 Jan 2016 14:56:57 -0800 Christian Wimmer Fix formatting error that the gate complained about
Mon, 25 Jan 2016 14:41:52 -0800 Christian Wimmer Move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider
Mon, 25 Jan 2016 10:40:22 -0800 Tom Rodriguez Set SDKROOT in saproc.make if it hasn't been set
Mon, 25 Jan 2016 09:21:40 -0800 Tom Rodriguez Restore previous order of pushing and popping JNI handle blocks
Fri, 08 Jan 2016 15:46:55 +0100 Gilles Duboscq Restore G1 changes from e13c65f874e5 after merge
Thu, 07 Jan 2016 17:28:46 +0100 Gilles Duboscq Merge with jdk8u66-b17
Tue, 06 Oct 2015 11:58:13 -0700 asaha Merge jdk8u66-b17
Tue, 06 Oct 2015 11:34:14 -0700 asaha Added tag jdk8u65-b17 for changeset 8e9c73f18f7e
Tue, 06 Oct 2015 12:18:17 +0200 erikj 8136980: build for 8u65 and 8u66 for solaris platforms is failing jdk8u65-b17
Mon, 28 Sep 2015 15:05:17 -0700 asaha Added tag jdk8u66-b16 for changeset 4bbf0e9196f2
Mon, 28 Sep 2015 15:01:41 -0700 asaha Merge jdk8u66-b16
Mon, 28 Sep 2015 14:53:13 -0700 asaha Added tag jdk8u65-b16 for changeset b4137dc9b1a8
Mon, 21 Sep 2015 21:48:47 -0700 asaha Added tag jdk8u66-b15 for changeset 5b67af3317bc
Mon, 21 Sep 2015 21:30:51 -0700 asaha Merge jdk8u66-b15
Mon, 21 Sep 2015 21:22:35 -0700 asaha Added tag jdk8u65-b15 for changeset 03ca585abe68 jdk8u65-b16
Mon, 21 Sep 2015 21:41:11 +0200 erikj 8136691: 8u65/8u66 b14 Solaris builds failed on Linking libverify.so jdk8u65-b15
Mon, 14 Sep 2015 13:51:19 -0700 asaha Added tag jdk8u66-b14 for changeset 9f7f29ff487a
Mon, 14 Sep 2015 12:27:15 -0700 asaha Merge jdk8u66-b14
Mon, 14 Sep 2015 11:47:42 -0700 asaha Added tag jdk8u65-b14 for changeset ccc03258fbcf
Tue, 08 Sep 2015 15:13:28 -0700 asaha Added tag jdk8u66-b13 for changeset 4d699853544c