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 |
Thu, 30 Nov 2017 09:03:06 -0800 |
Doug Simon |
[GR-7046] Restrict lookup via Services to only providers on the JVMCI class path. |
Tue, 21 Nov 2017 17:19:01 +0100 |
Doug Simon |
restrict service lookup via Services to only providers on the JVMCI class path |
Fri, 17 Nov 2017 03:59:19 -0800 |
Doug Simon |
[GR-7002] Build fixes. |
Thu, 16 Nov 2017 15:54:17 -0800 |
Tom Rodriguez |
Fix compilation problem when JVMCI is disabled |
Thu, 16 Nov 2017 15:53:52 -0800 |
Tom Rodriguez |
Fixed rebuild detection when changes are made in the symlinked src/closed files |
Thu, 16 Nov 2017 15:38:53 -0800 |
Tom Rodriguez |
[GR-6917] Update stack when materializing objects. |
Thu, 16 Nov 2017 11:54:43 -0800 |
Tom Rodriguez |
Also update monitor information |
Wed, 15 Nov 2017 22:43:54 -0800 |
Tom Rodriguez |
Update stack when materializing objects |
Thu, 16 Nov 2017 13:38:37 -0800 |
Doug Simon |
[GR-6989] Merge with jdk8u151. |
Thu, 16 Nov 2017 18:22:21 +0100 |
Doug Simon |
update CI build to use jdk8u151 |
Thu, 16 Nov 2017 18:03:25 +0100 |
Doug Simon |
Merge with jdk8u151-b12 |
Wed, 15 Nov 2017 22:36:39 -0800 |
Tom Rodriguez |
[GR-6981] Correct setting of counter_changed for env == NULL. |
Wed, 15 Nov 2017 13:32:08 -0800 |
Tom Rodriguez |
Correct setting of counter_changed for env == NULL |
Tue, 14 Nov 2017 11:13:59 -0800 |
Tom Rodriguez |
[GR-6674] Add VirtualObject format verification. |
Thu, 26 Oct 2017 16:01:48 -0700 |
Tom Rodriguez |
Add VirtualObject format verification |
Tue, 14 Nov 2017 08:28:13 -0800 |
Tom Rodriguez |
[GR-6919] Factor out validate_compile_task_dependencies. |
Mon, 13 Nov 2017 12:15:04 -0800 |
Tom Rodriguez |
Factor out validate_compile_task_dependencies |
Fri, 15 Dec 2017 08:42:07 -0800 |
asaha |
Added tag jdk8u161-b11 for changeset b1606443958a |
Tue, 28 Nov 2017 01:07:05 +0300 |
mdoerr |
8191907: PPC64 part of JDK-8174962: Better interface invocationsjdk8u161-b11 |
Tue, 05 Dec 2017 13:24:09 -0800 |
asaha |
Added tag jdk8u161-b10 for changeset b9a9aa038ad8 |
Wed, 29 Nov 2017 12:50:36 -0800 |
asaha |
Added tag jdk8u161-b09 for changeset 6e5cabb7995ejdk8u161-b10 |
Tue, 21 Nov 2017 12:33:47 -0800 |
asaha |
Added tag jdk8u161-b08 for changeset 796d399766f2jdk8u161-b09 |
Tue, 14 Nov 2017 11:52:38 -0800 |
asaha |
Added tag jdk8u161-b07 for changeset 3eb512753400jdk8u161-b08 |
Tue, 07 Nov 2017 18:32:33 -0800 |
asaha |
Added tag jdk8u161-b06 for changeset a769f683df5djdk8u161-b07 |
Wed, 01 Nov 2017 12:26:37 -0700 |
asaha |
Added tag jdk8u161-b05 for changeset 37e8b74facccjdk8u161-b06 |
Tue, 24 Oct 2017 13:12:22 -0700 |
asaha |
Added tag jdk8u161-b04 for changeset 4022d56fc6b8jdk8u161-b05 |
Wed, 18 Oct 2017 09:14:06 -0700 |
asaha |
Added tag jdk8u161-b03 for changeset 4cf0fd9f1fe5jdk8u161-b04 |
Tue, 10 Oct 2017 12:46:25 -0700 |
asaha |
Added tag jdk8u161-b02 for changeset a17bab940547jdk8u161-b03 |
Tue, 03 Oct 2017 13:09:15 -0700 |
asaha |
Added tag jdk8u161-b01 for changeset 432f92e99174jdk8u161-b02 |
Sun, 01 Oct 2017 11:25:56 -0700 |
asaha |
Mergejdk8u161-b01 |
Wed, 27 Sep 2017 22:04:59 -0700 |
asaha |
Merge |
Thu, 14 Sep 2017 12:04:52 -0700 |
asaha |
Added tag jdk8u144-b34 for changeset 0becf604dfcc |
Fri, 01 Sep 2017 11:14:40 -0700 |
asaha |
Added tag jdk8u144-b33 for changeset 3d505f6c7af1jdk8u144-b34 |
Tue, 15 Aug 2017 14:03:52 +0000 |
poonam |
8185572: Enable AssumeMP by default on SPARC machinesjdk8u144-b33 |
Wed, 16 Aug 2017 22:24:56 -0700 |
asaha |
Added tag jdk8u144-b32 for changeset d89d36d67c94 |
Mon, 15 May 2017 12:20:15 +0200 |
tschatzl |
8180048: Interned string and symbol table leak memory during parallel unlinkingjdk8u144-b32 |
Tue, 25 Jul 2017 22:07:42 -0700 |
asaha |
Added tag jdk8u144-b31 for changeset f5ded236c413 |
Mon, 21 Nov 2016 05:29:59 +0000 |
shshahma |
8134389: Crash in HotSpot with jvm.dll+0x42b48 ciObjectFactory::create_new_metadatajdk8u144-b31 |
Thu, 17 Nov 2016 16:06:56 +0000 |
dbuck |
8158639: C2 compilation fails with SIGSEGV |
Mon, 24 Jul 2017 09:32:40 -0700 |
asaha |
Merge |
Fri, 29 Sep 2017 14:30:05 -0400 |
dbuck |
8174962: Better interface invocations |
Tue, 08 Aug 2017 12:02:01 +0100 |
coffeys |
8184682: Upgrade compression library |
Tue, 01 Aug 2017 09:47:45 -0400 |
hseigel |
8180711: Better invokespecial checks |
Wed, 26 Jul 2017 22:52:34 -0700 |
asaha |
Merge |
Fri, 14 Jul 2017 14:24:44 -0700 |
asaha |
Merge |
Fri, 14 Jul 2017 11:55:52 -0700 |
asaha |
Merge |
Fri, 14 Jul 2017 11:35:22 -0700 |
asaha |
Merge |
Thu, 13 Jul 2017 09:00:03 -0700 |
asaha |
Added tag jdk8u141-b32 for changeset ae8cae699f62 |
Thu, 13 Jul 2017 08:44:24 -0700 |
asaha |
Mergejdk8u141-b32 |
Thu, 06 Jul 2017 21:59:38 -0700 |
asaha |
Added tag jdk8u141-b31 for changeset 9ffa0d7ed932 |
Mon, 26 Jun 2017 02:04:40 -0700 |
kevinw |
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethodjdk8u141-b31 |
Mon, 19 Jun 2017 22:49:52 +0000 |
poonam |
8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100% |
Fri, 14 Jul 2017 11:00:50 -0700 |
asaha |
Merge |
Mon, 03 Jul 2017 15:57:11 -0700 |
asaha |
Merge |
Mon, 03 Jul 2017 15:36:47 -0700 |
asaha |
Merge |
Fri, 30 Jun 2017 23:45:31 -0700 |
asaha |
Merge |
Sun, 02 Jul 2017 22:31:51 -0700 |
asaha |
Merge |
Fri, 30 Jun 2017 23:56:45 -0700 |
asaha |
Merge |
Mon, 26 Jun 2017 22:29:37 -0700 |
asaha |
Merge |
Wed, 21 Jun 2017 15:03:18 -0700 |
asaha |
Added tag jdk8u131-b34 for changeset 50b3fa6791f4 |