Tue, 24 Apr 2018 10:58:37 -0700 |
Bob Vandette |
[GR-9490] make jvmci build work on windows.default tip |
Tue, 24 Apr 2018 11:42:29 -0400 |
Bob Vandette |
Fix compilation error |
Tue, 24 Apr 2018 10:59:13 -0400 |
Bob Vandette |
remove debugging changes from Windows fixes |
Mon, 23 Apr 2018 11:52:02 -0400 |
Bob Vandette |
make jvmci build work on windows |
Mon, 23 Apr 2018 17:14:47 -0700 |
Tom Rodriguez |
[GR-9523] Add null checks during construction of HotSpotVMConfigStore. |
Mon, 23 Apr 2018 11:19:11 -0700 |
Tom Rodriguez |
Add null checks during construction of HotSpotVMConfigStore |
Fri, 13 Apr 2018 16:22:28 -0700 |
Tom Rodriguez |
[GR-9336] Require Override annotations. |
Fri, 13 Apr 2018 11:47:00 -0700 |
Tom Rodriguez |
Require Override annotations |
Fri, 06 Apr 2018 10:17:26 -0700 |
Tom Rodriguez |
[GR-9209] Fix problem with virtual constructors and new warning. |
Thu, 05 Apr 2018 12:46:26 -0700 |
Tom Rodriguez |
Fix problem with virtual constructors and new warning |
Wed, 14 Mar 2018 22:41:13 -0700 |
Tom Rodriguez |
[GR-8809] Use implicit exception table for dispatch and printing. |
Wed, 14 Mar 2018 20:49:16 -0700 |
Tom Rodriguez |
Add assertions to verify implicit exception deopt points |
Tue, 13 Mar 2018 13:50:43 -0700 |
Tom Rodriguez |
Use implicit exception table for dispatch and printing |
Tue, 13 Mar 2018 14:46:21 -0700 |
Doug Simon |
[GR-8731] Update bootclasspath when JVMCI class loader is disabled. |
Tue, 13 Mar 2018 21:00:15 +0100 |
Doug Simon |
support parentClassLoader.classpath under -XX:-UseJVMCIClassLoader |
Tue, 06 Mar 2018 00:34:57 -0800 |
Doug Simon |
[GR-8577] Introduce EagerJVMCI flag to force eager JVMCI initialization. |
Mon, 05 Mar 2018 21:35:57 +0100 |
Doug Simon |
Introduce EagerJVMCI flag to force eager JVMCI initialization |
Mon, 05 Mar 2018 13:31:00 -0800 |
Tom Rodriguez |
[GR-8627] Support passing -k to HotSpot build. |
Mon, 05 Mar 2018 13:28:04 -0800 |
Tom Rodriguez |
Support passing -k to HotSpot build |
Mon, 05 Mar 2018 08:29:55 -0800 |
Gilles Duboscq |
[GR-8609] Remove creation of "original" VM. |
Fri, 02 Mar 2018 17:29:52 +0100 |
Gilles Duboscq |
Remove trivial isJVMCIEnabled |
Fri, 02 Mar 2018 17:25:03 +0100 |
Gilles Duboscq |
Remove creation of "original" VM |
Wed, 28 Feb 2018 09:56:01 -0800 |
Gilles Duboscq |
[GR-8510] Fixes for `PrintBiasedLockingStatistics` on x86. |
Fri, 23 Feb 2018 17:58:57 +0100 |
Gilles Duboscq |
Turn off var-tracking-assignments for jvmciCompilerToVM.cpp |
Wed, 21 Feb 2018 16:23:38 +0100 |
Gilles Duboscq |
Merge biased locking counters again |
Thu, 15 Feb 2018 18:22:55 +0100 |
Gilles Duboscq |
Fixes for PrintBiasedLockingStatistics |
Fri, 23 Feb 2018 02:05:03 -0800 |
Doug Simon |
[GR-8416] Must not install wide vector code unless runtime supports it. |
Thu, 22 Feb 2018 22:04:21 +0100 |
Doug Simon |
must not install wide vector code unless runtime supports it |
Thu, 22 Feb 2018 07:38:26 -0800 |
Doug Simon |
[GR-8391] Test with 8u161. |
Thu, 22 Feb 2018 15:54:30 +0100 |
Gilles Duboscq |
Test with 8u161 |
Wed, 21 Feb 2018 06:29:14 -0800 |
Gilles Duboscq |
[GR-8391] Update to 8u161. |
Wed, 21 Feb 2018 14:49:32 +0100 |
Gilles Duboscq |
Merge tag 'jdk8u161-b12' |
Tue, 20 Feb 2018 09:00:46 -0800 |
Doug Simon |
[GR-8276] Use StubRoutines stubs if available. |
Tue, 20 Feb 2018 14:11:48 +0100 |
Doug Simon |
use StubRoutines stubs if available |
Wed, 07 Feb 2018 09:09:24 -0800 |
Gilles Duboscq |
[GR-8147] Fix for JDK-8188151 (originally from ~roland). |
Wed, 07 Feb 2018 13:39:55 +0100 |
Gilles Duboscq |
Fix for JDK-8188151 (originaly from ~roland) |
Mon, 29 Jan 2018 04:31:27 -0800 |
Doug Simon |
[GR-7972] Improve documentation and error message for SpeculationLog. |
Mon, 29 Jan 2018 13:04:16 +0100 |
Doug Simon |
improve documentation and error message for SpeculationLog |
Fri, 26 Jan 2018 02:57:01 -0800 |
Gilles Duboscq |
[GR-7810] Improve performance of `iterateFrames`. |
Wed, 24 Jan 2018 19:08:08 +0100 |
Gilles Duboscq |
iterateFrames: Resolve methods once lazily |
Wed, 24 Jan 2018 14:26:16 +0100 |
Gilles Duboscq |
iterateFrames: initialize HotSpotStackFrameReference once |
Fri, 19 Jan 2018 17:20:05 +0100 |
Gilles Duboscq |
`iterateFrames`: assume methods are HotSpotResolvedJavaMethodImpl |
Fri, 19 Jan 2018 16:50:38 +0100 |
Gilles Duboscq |
`iterateFrames`: only allocate the frame if we are going to use it |
Fri, 19 Jan 2018 15:45:25 +0100 |
Gilles Duboscq |
`iterateFrames`: resolve visitor method only once. |
Tue, 09 Jan 2018 03:12:55 -0800 |
Tobias Hartmann |
[GR-7679] Graal does not respect ObjectAlignmentInBytes VM option. |
Mon, 08 Jan 2018 18:26:10 +0100 |
Tobias Hartmann |
[GR-7679] Graal does not respect ObjectAlignmentInBytes VM option |
Wed, 03 Jan 2018 04:28:56 -0800 |
Gilles Duboscq |
[GR-7502] Move `iterateFrames` to C++. |
Mon, 18 Dec 2017 17:05:46 +0100 |
Gilles Duboscq |
iterateFrames: don't use the oop map cache |
Fri, 15 Dec 2017 14:50:07 +0100 |
Gilles Duboscq |
[GR-7502] Move `iterateFrames` to C++ |
Sat, 30 Dec 2017 01:46:48 -0800 |
Doug Simon |
[GR-7565] Back ported upstream changes. |
Sat, 30 Dec 2017 10:30:53 +0100 |
Doug Simon |
back ported upstream changes |
Thu, 21 Dec 2017 04:42:25 -0800 |
Doug Simon |
[GR-7565] Fixed VM crash when calling getClassInitializer on an array type. |
Thu, 21 Dec 2017 11:10:12 +0100 |
Doug Simon |
fixed VM crash when calling getClassInitializer on an array type |
Thu, 14 Dec 2017 02:56:44 -0800 |
Doug Simon |
[GR-7493] Do not compile old version of redefined methods (JDK-8193323). |
Wed, 13 Dec 2017 21:59:51 +0100 |
Doug Simon |
do not compile old version of redefined methods (JDK-8193323) |
Wed, 06 Dec 2017 04:05:33 -0800 |
Gilles Duboscq |
[GR-7366] Leave `MetaspaceSize` and `NewSizeThreadIncrease` when using the JVMCI compiler. |
Mon, 04 Dec 2017 14:22:55 +0100 |
Gilles Duboscq |
Leave `MetaspaceSize` and `NewSizeThreadIncrease` when using the JVMCI compiler |
Tue, 05 Dec 2017 13:10:18 -0800 |
Doug Simon |
[GR-7360] Print extra debug info for HotSpotVMConfigStore errors. |
Tue, 05 Dec 2017 21:58:52 +0100 |
Doug Simon |
dump complete config when HotSpotVMConfigStore lookup fails |
Tue, 05 Dec 2017 19:38:26 +0100 |
Doug Simon |
print more info when HotSpotVMConfigStore lookup fails |