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 |
Tue, 23 May 2017 08:05:50 -0700 |
asaha |
Added tag jdk8u131-b33 for changeset 32998fc932dcjdk8u131-b34 |
Wed, 26 Apr 2017 10:40:06 -0400 |
shshahma |
8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent markingjdk8u131-b33 |
Mon, 26 Jun 2017 22:21:49 -0700 |
asaha |
Merge |
Thu, 18 May 2017 14:28:30 -0700 |
asaha |
Merge |
Fri, 28 Apr 2017 14:18:52 -0700 |
asaha |
Merge |
Wed, 26 Apr 2017 00:18:49 -0700 |
asaha |
Added tag jdk8u131-b32 for changeset e318654a4fa3 |
Tue, 04 Apr 2017 02:49:51 -0700 |
kevinw |
8164002: Add a new CPU family (S_family) for SPARC S7 and above processorsjdk8u131-b32 |
Wed, 05 Apr 2017 12:31:22 -0700 |
asaha |
Added tag jdk8u131-b31 for changeset 41e0713bcca2 |
Fri, 31 Mar 2017 07:46:19 -0700 |
kevinw |
8165482: java in ldoms, with cpu-arch=generic has problemsjdk8u131-b31 |
Fri, 17 Mar 2017 07:52:54 -0700 |
kevinw |
8134119: Use new API to get cache line sizes |
Fri, 31 Mar 2017 01:25:26 -0700 |
kevinw |
8177817: Remove assertions in 8u that were removed by 8056124 in 9. |
Fri, 17 Mar 2017 03:39:23 -0700 |
kevinw |
8049717: expose L1_data_cache_line_size for diagnostic/sanity checks |
Wed, 13 Aug 2014 10:44:50 +0200 |
anoll |
8043913: remove legacy code in SPARC's VM_Version::platform_features |
Wed, 11 Jan 2017 04:26:49 -0800 |
jcm |
8164293: HotSpot leaking memory in long-running requests |
Fri, 28 Apr 2017 14:03:33 -0700 |
asaha |
Merge |
Mon, 12 Jun 2017 13:58:09 -0400 |
rprotacio |
8181664: Improve JVM UTF String handling |
Tue, 13 Jun 2017 22:00:40 -0700 |
shshahma |
8180020: Improve SymbolHashMap entry handling |
Fri, 02 Jun 2017 15:25:47 -0700 |
asaha |
Merge |
Fri, 02 Jun 2017 08:03:34 -0700 |
asaha |
Added tag jdk8u161-b00 for changeset 02d5e7b64b28 |
Fri, 02 Jun 2017 08:45:34 +0200 |
mdoerr |
8181420: PPC: Image conversion improvements |
Thu, 30 Mar 2017 15:28:33 +0200 |
thartmann |
8173770: Image conversion improvements |
Tue, 21 Mar 2017 22:29:08 -0700 |
asaha |
Merge |
Tue, 21 Mar 2017 13:36:05 -0700 |
asaha |
Merge |
Tue, 21 Mar 2017 12:20:10 -0700 |
asaha |
Merge |
Tue, 21 Mar 2017 11:23:34 -0700 |
asaha |
Added tag jdk8u121-b36 for changeset 0ea269e49511 |
Tue, 07 Mar 2017 08:06:46 -0800 |
asaha |
Added tag jdk8u121-b35 for changeset 0612a789929bjdk8u121-b36 |
Fri, 24 Feb 2017 06:48:48 -0800 |
kevinw |
8162795: [REDO] MemberNameTable doesn't purge stale entriesjdk8u121-b35 |
Thu, 16 Feb 2017 10:17:01 -0800 |
asaha |
Added tag jdk8u121-b34 for changeset c60b0994e8ee |
Thu, 05 Jan 2017 18:55:20 -0500 |
dholmes |
8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environmentsjdk8u121-b34 |
Tue, 20 Dec 2016 16:06:10 -0500 |
dholmes |
8170307: Stack size option -Xss is ignored |
Thu, 15 Dec 2016 20:00:01 -0500 |
tschatzl |
8161993: G1 crashes if active_processor_count changes during startup |
Thu, 15 Dec 2016 19:48:32 -0500 |
tschatzl |
8147910: Cache initial active_processor_count |
Fri, 28 Oct 2016 22:36:23 +0000 |
poonam |
8038348: Instance field load is replaced by wrong data Phi |
Fri, 21 Oct 2016 20:34:04 +0300 |
vkempik |
8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error |
Wed, 07 Sep 2016 16:43:32 -0400 |
dholmes |
8165153: Crash in rebuild_cpu_to_node_map |
Thu, 22 Sep 2016 02:04:40 -0700 |
shshahma |
6515172: Runtime.availableProcessors() ignores Linux taskset command |
Tue, 31 Jan 2017 15:20:20 -0800 |
asaha |
Added tag jdk8u121-b33 for changeset eb9e617d6f64 |
Tue, 31 Jan 2017 16:31:09 +0300 |
aefimov |
8173631: Backout three hotspot fixes from 8u121-bpr repojdk8u121-b33 |
Tue, 21 Mar 2017 12:11:02 -0700 |
asaha |
Merge |
Tue, 21 Mar 2017 12:21:43 -0700 |
asaha |
Merge |
Thu, 16 Mar 2017 10:28:49 -0700 |
asaha |
Merge |
Mon, 20 Mar 2017 14:38:35 -0400 |
hseigel |
8175932: Improve host instance supports |
Thu, 16 Mar 2017 17:38:32 +0000 |
coffeys |
8173207: Upgrade compression library |
Thu, 09 Mar 2017 12:17:28 -0800 |
asaha |
Merge |
Thu, 09 Mar 2017 10:19:59 -0800 |
asaha |
Merge |
Thu, 09 Mar 2017 09:41:22 -0800 |
asaha |
Merge |
Fri, 24 Feb 2017 09:04:04 -0800 |
asaha |
Merge |
Thu, 09 Mar 2017 10:10:41 -0800 |
asaha |
Merge |
Thu, 16 Feb 2017 13:21:41 -0800 |
asaha |
Merge |
Thu, 16 Feb 2017 13:13:29 -0800 |
asaha |
Merge |
Tue, 07 Feb 2017 15:30:33 -0800 |
asaha |
Merge |
Wed, 25 Jan 2017 09:56:19 -0800 |
asaha |
Added tag jdk8u121-b32 for changeset 41daac438a2a |
Fri, 28 Oct 2016 22:36:23 +0000 |
poonam |
8038348: Instance field load is replaced by wrong data Phijdk8u121-b32 |
Fri, 21 Oct 2016 20:34:04 +0300 |
vkempik |
8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error |
Thu, 22 Sep 2016 02:04:40 -0700 |
shshahma |
6515172: Runtime.availableProcessors() ignores Linux taskset command |
Tue, 03 Jan 2017 08:51:36 -0800 |
asaha |
Added tag jdk8u121-b31 for changeset 351bf1d4ff9a |
Fri, 16 Dec 2016 16:57:06 -0800 |
asaha |
Mergejdk8u121-b31 |
Tue, 13 Dec 2016 08:53:08 -0800 |
asaha |
Added tag jdk8u112-b33 for changeset 919ffdca10c2 |
Tue, 29 Nov 2016 09:19:46 -0800 |
asaha |
Added tag jdk8u112-b32 for changeset ba25f5833a12jdk8u112-b33 |
Tue, 20 Sep 2016 05:40:51 -0700 |
shshahma |
8157548: JVM crashes sometimes while startingjdk8u112-b32 |
Mon, 23 Jan 2017 17:09:40 -0800 |
asaha |
Merge |
Tue, 20 Dec 2016 13:37:54 -0800 |
asaha |
Merge |
Tue, 20 Dec 2016 13:26:13 -0800 |
asaha |
Merge |
Tue, 13 Dec 2016 14:37:04 -0500 |
coleenp |
8168699: Validate special case invocations |
Mon, 21 Nov 2016 22:56:59 -0800 |
asaha |
Merge |
Tue, 15 Nov 2016 10:43:47 -0800 |
asaha |
Merge |
Wed, 02 Nov 2016 14:54:53 -0700 |
kevinw |
8167104: Additional class construction refinements |
Wed, 13 Sep 2017 02:04:03 -0700 |
asaha |
Added tag jdk8u152-b16 for changeset 98b4b0661837 |
Wed, 06 Sep 2017 00:35:24 -0700 |
asaha |
Added tag jdk8u152-b15 for changeset c1bf165d3b27jdk8u152-b16 |
Tue, 05 Sep 2017 18:34:11 -0700 |
asaha |
Mergejdk8u152-b15 |
Tue, 05 Sep 2017 10:07:42 -0700 |
asaha |
Added tag jdk8u151-b12 for changeset 856e341587d5 |
Tue, 29 Aug 2017 14:52:14 -0700 |
asaha |
Added tag jdk8u152-b14 for changeset 0a9d8db98fc5 |
Tue, 29 Aug 2017 14:35:17 -0700 |
asaha |
Mergejdk8u152-b14 |
Tue, 29 Aug 2017 10:30:04 -0700 |
asaha |
Added tag jdk8u151-b11 for changeset 0f06584f52ffjdk8u151-b12 |
Thu, 24 Aug 2017 07:25:20 -0700 |
asaha |
Added tag jdk8u152-b13 for changeset 3dd92151df1b |
Wed, 23 Aug 2017 13:07:02 -0700 |
asaha |
Mergejdk8u152-b13 |
Wed, 23 Aug 2017 13:01:57 -0700 |
asaha |
Added tag jdk8u151-b10 for changeset e352e5438292jdk8u151-b11 |
Tue, 15 Aug 2017 13:47:50 -0700 |
asaha |
Added tag jdk8u152-b12 for changeset cdfe7ec6f292 |
Tue, 15 Aug 2017 13:34:20 -0700 |
asaha |
Mergejdk8u152-b12 |
Tue, 15 Aug 2017 13:18:57 -0700 |
asaha |
Added tag jdk8u151-b09 for changeset 8b0169692abbjdk8u151-b10 |
Tue, 08 Aug 2017 12:02:01 +0100 |
coffeys |
8184682: Upgrade compression libraryjdk8u151-b09 |
Tue, 08 Aug 2017 10:04:51 -0700 |
asaha |
Added tag jdk8u152-b11 for changeset cbb6bc4b8c86 |
Tue, 08 Aug 2017 09:49:31 -0700 |
asaha |
Mergejdk8u152-b11 |
Tue, 08 Aug 2017 09:42:02 -0700 |
asaha |
Added tag jdk8u151-b08 for changeset 158904fa31b2 |
Tue, 01 Aug 2017 09:47:45 -0400 |
hseigel |
8180711: Better invokespecial checksjdk8u151-b08 |
Tue, 01 Aug 2017 14:42:28 -0700 |
asaha |
Added tag jdk8u152-b10 for changeset 39967c81d3f3 |
Tue, 01 Aug 2017 12:11:36 -0700 |
asaha |
Mergejdk8u152-b10 |
Tue, 01 Aug 2017 11:59:37 -0700 |
asaha |
Added tag jdk8u151-b07 for changeset e2a930243efa |
Fri, 28 Apr 2017 21:14:37 -0400 |
dholmes |
8179084: HotSpot VM fails to start when AggressiveHeap is setjdk8u151-b07 |
Tue, 25 Jul 2017 12:54:25 -0700 |
asaha |
Added tag jdk8u152-b09 for changeset 70f18ab733f5 |
Tue, 25 Jul 2017 12:41:46 -0700 |
asaha |
Mergejdk8u152-b09 |
Tue, 25 Jul 2017 12:17:40 -0700 |
asaha |
Added tag jdk8u151-b06 for changeset e1dc36cddcbc |
Mon, 24 Jul 2017 22:25:26 -0700 |
asaha |
Merge |
Sun, 23 Jul 2017 23:18:32 -0700 |
asaha |
Mergejdk8u151-b06 |
Wed, 19 Jul 2017 09:31:03 -0700 |
asaha |
Added tag jdk8u152-b08 for changeset 285fcd09ae99 |
Mon, 17 Jul 2017 13:58:14 -0700 |
asaha |
Mergejdk8u152-b08 |
Mon, 17 Jul 2017 13:41:24 -0700 |
asaha |
Added tag jdk8u151-b05 for changeset 507af6ef977a |
Fri, 14 Jul 2017 10:42:03 -0700 |
asaha |
Mergejdk8u151-b05 |
Mon, 10 Jul 2017 15:54:04 -0700 |
asaha |
Added tag jdk8u152-b07 for changeset 4af38194b125 |
Mon, 10 Jul 2017 15:37:16 -0700 |
asaha |
Mergejdk8u152-b07 |
Mon, 10 Jul 2017 15:29:33 -0700 |
asaha |
Added tag jdk8u151-b04 for changeset e48302d521d5 |
Mon, 03 Jul 2017 14:51:34 -0700 |
asaha |
Added tag jdk8u152-b06 for changeset 98fb3d75fe56 |
Mon, 03 Jul 2017 14:23:25 -0700 |
asaha |
Mergejdk8u152-b06 |
Mon, 03 Jul 2017 12:22:36 -0700 |
asaha |
Added tag jdk8u151-b03 for changeset 0aaeb48ae39ejdk8u151-b04 |
Mon, 26 Jun 2017 15:19:27 -0700 |
asaha |
Merge |
Mon, 26 Jun 2017 14:49:58 -0700 |
asaha |
Mergejdk8u151-b03 |
Sun, 25 Jun 2017 22:10:21 -0700 |
asaha |
Merge |
Mon, 19 Jun 2017 14:49:58 -0700 |
asaha |
Added tag jdk8u151-b02 for changeset 1f6f436360d5 |
Tue, 13 Jun 2017 16:28:55 -0700 |
asaha |
Added tag jdk8u151-b01 for changeset 596b584c68b7jdk8u151-b02 |
Tue, 13 Jun 2017 10:29:37 -0700 |
asaha |
Mergejdk8u151-b01 |
Thu, 08 Jun 2017 13:40:41 -0700 |
asaha |
Merge |
Tue, 13 Dec 2016 12:51:17 -0800 |
asaha |
Added tag jdk8u151-b00 for changeset 2d5100bddeb8jdk8u161-b00 |
Fri, 21 Jul 2017 20:31:41 -0700 |
asaha |
Added tag jdk8u144-b01 for changeset db36f4d498b1 |
Thu, 20 Jul 2017 23:10:21 -0700 |
asaha |
Added tag jdk8u144-b00 for changeset eea89df81a8ejdk8u144-b01 |
Tue, 20 Jun 2017 14:52:27 -0700 |
asaha |
Merge |
Tue, 20 Jun 2017 11:49:53 -0700 |
asaha |
Added tag jdk8u152-b05 for changeset 68758c5ab0c1 |
Sun, 11 Jun 2017 07:45:07 -0700 |
robm |
Mergejdk8u152-b05 |
Thu, 01 Jun 2017 23:19:47 -0700 |
rraghavan |
8175345: Reported null pointer dereference defect groups |
Thu, 01 Jun 2017 20:42:49 -0400 |
gromero |
8175813: PPC64: "mbind: Invalid argument" when -XX:+UseNUMA is used |
Tue, 30 May 2017 08:17:41 +0000 |
zmajo |
Merge |
Tue, 30 May 2017 09:20:36 +0200 |
zmajo |
8180934: PutfieldError failed with UnsupportedClassVersionError |
Wed, 24 May 2017 16:53:58 +0200 |
thartmann |
8180813: Null pointer dereference of CodeCache::find_blob() result |
Mon, 22 May 2017 09:23:59 +0200 |
thartmann |
8180575: Null pointer dereference in LoadNode::Identity() |
Mon, 22 May 2017 09:18:12 +0200 |
thartmann |
8180576: Null pointer dereference in Matcher::xform() |
Mon, 22 May 2017 09:17:32 +0200 |
thartmann |
8180511: Null pointer dereference in Matcher::ReduceInst() |
Mon, 22 May 2017 09:16:46 +0200 |
thartmann |
8180617: Null pointer dereference in InitializeNode::complete_stores |
Mon, 22 May 2017 09:14:10 +0200 |
thartmann |
8180565: Null pointer dereferences of ConstMethod::method() |
Mon, 08 Dec 2014 18:21:02 +0300 |
iignatyev |
8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product |
Mon, 15 May 2017 12:20:15 +0200 |
tschatzl |
8180048: Interned string and symbol table leak memory during parallel unlinking |
Tue, 16 May 2017 13:28:05 -0700 |
asaha |
Added tag jdk8u152-b04 for changeset 0bd600d6d77b |
Fri, 05 May 2017 06:07:11 -0700 |
robm |
Mergejdk8u152-b04 |
Fri, 28 Apr 2017 21:14:37 -0400 |
dholmes |
8179084: HotSpot VM fails to start when AggressiveHeap is set |
Wed, 26 Apr 2017 10:40:06 -0400 |
shshahma |
8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking |
Thu, 20 Apr 2017 04:53:33 -0400 |
shshahma |
8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field |
Tue, 18 Apr 2017 15:44:32 -0700 |
asaha |
Added tag jdk8u152-b03 for changeset d63e731a896c |
Thu, 13 Apr 2017 08:28:56 -0700 |
asaha |
Mergejdk8u152-b03 |
Mon, 27 Mar 2017 11:31:27 -0700 |
asaha |
Merge |
Wed, 12 Apr 2017 09:03:26 -0700 |
robm |
Merge |
Tue, 11 Apr 2017 19:17:58 +0300 |
vkempik |
8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver |
Fri, 07 Apr 2017 02:15:31 +0900 |
dbuck |
8153267: nmethod's exception cache not multi-thread safe |
Tue, 04 Apr 2017 02:49:51 -0700 |
kevinw |
8164002: Add a new CPU family (S_family) for SPARC S7 and above processors |
Fri, 31 Mar 2017 07:46:19 -0700 |
kevinw |
8165482: java in ldoms, with cpu-arch=generic has problems |
Fri, 17 Mar 2017 07:52:54 -0700 |
kevinw |
8134119: Use new API to get cache line sizes |
Fri, 31 Mar 2017 01:25:26 -0700 |
kevinw |
8177817: Remove assertions in 8u that were removed by 8056124 in 9. |
Fri, 17 Mar 2017 03:39:23 -0700 |
kevinw |
8049717: expose L1_data_cache_line_size for diagnostic/sanity checks |
Wed, 13 Aug 2014 10:44:50 +0200 |
anoll |
8043913: remove legacy code in SPARC's VM_Version::platform_features |
Wed, 29 Mar 2017 09:20:08 +0200 |
thartmann |
8177095: Range check dependent CastII/ConvI2L is prematurely eliminated |
Mon, 27 Mar 2017 08:21:39 -0700 |
asaha |
Added tag jdk8u152-b02 for changeset 60d621df6c58 |
Tue, 21 Mar 2017 17:08:07 -0700 |
robm |
Mergejdk8u152-b02 |
Thu, 16 Feb 2017 15:14:44 -0800 |
roland |
8175097: [TESTBUG] 8174164 fix missed the test |
Wed, 15 Feb 2017 17:26:37 -0800 |
roland |
8174164: SafePointNode::_replaced_nodes breaks with irreducible loops |
Wed, 08 Mar 2017 14:22:52 +0100 |
shade |
8175887: C1 value numbering handling of Unsafe.get*Volatile is incorrect |
Fri, 24 Feb 2017 06:48:48 -0800 |
kevinw |
8162795: [REDO] MemberNameTable doesn't purge stale entries |
Wed, 15 Feb 2017 17:39:29 +0000 |
poonam |
8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file |
Tue, 14 Feb 2017 20:51:31 -0500 |
ysuenaga |
8173941: SA does not work if executable is DSO |
Fri, 10 Feb 2017 11:43:04 -0800 |
asaha |
Added tag jdk8u152-b01 for changeset 77d9c9da7188 |
Mon, 06 Feb 2017 23:36:58 +0300 |
vkempik |
8153134: Infinite loop in handle_wrong_method in jmodjdk8u152-b01 |
Thu, 02 Feb 2017 00:29:28 +0000 |
dbuck |
8087342: Crash in klassItable::initialize_itable_for_interface |
Fri, 20 Jan 2017 16:22:39 +0000 |
robm |
Merge |
Sun, 15 Jan 2017 02:07:05 -0800 |
sspitsyn |
8034249: need more workarounds for suspend equivalent condition issue |
Wed, 11 Jan 2017 04:26:49 -0800 |
jcm |
8164293: HotSpot leaking memory in long-running requests |
Thu, 05 Jan 2017 18:55:20 -0500 |
dholmes |
8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments |
Tue, 17 Jan 2017 09:21:05 -0800 |
asaha |
Merge |
Thu, 22 Dec 2016 15:55:08 -0800 |
asaha |
Merge |
Thu, 05 Jan 2017 01:40:00 +0000 |
robm |
Merge |
Tue, 03 Jan 2017 11:22:37 +0100 |
mdoerr |
8172145: C2: anti dependence missed because store hidden by membar |
Wed, 04 Jan 2017 19:44:02 +0000 |
robm |
Merge |
Tue, 20 Dec 2016 16:06:10 -0500 |
dholmes |
8170307: Stack size option -Xss is ignored |
Tue, 20 Dec 2016 08:57:29 +0000 |
zmajo |
Merge |
Mon, 19 Dec 2016 08:31:01 +0100 |
zmajo |
8171155: Scanning method file for initialized final field updates can fail for non-existent fields |
Wed, 29 Jun 2016 20:16:05 -0400 |
coleenp |
8160551: assert(c == Bytecodes::_putfield) failed: must be putfield |
Mon, 12 Dec 2016 12:53:38 +0100 |
zmajo |
8157181: Compilers accept modification of final fields outside initializer methods |
Mon, 19 Dec 2016 19:39:47 -0500 |
dholmes |
Merge |
Thu, 15 Dec 2016 20:00:01 -0500 |
tschatzl |
8161993: G1 crashes if active_processor_count changes during startup |
Thu, 15 Dec 2016 19:48:32 -0500 |
tschatzl |
8147910: Cache initial active_processor_count |
Fri, 09 Dec 2016 19:40:47 +0300 |
msolovie |
8150490: Update OS detection code to recognize Windows Server 2016 |
Fri, 02 Dec 2016 11:07:27 +0100 |
simonis |
8170409: CMS: Crash in CardTableModRefBSForCTRS::process_chunk_boundaries |
Thu, 08 Dec 2016 15:12:58 +0300 |
dsamersoff |
8170536: Uninitialised memory in set_uintx_flag of attachListener.cpp |
Fri, 02 Dec 2016 10:39:04 +0000 |
dbuck |
8164508: unexpected profiling mismatch in c1 generated code |
Wed, 23 Nov 2016 23:15:05 -0800 |
shshahma |
8162101: C2: Handle "wide" aliases for unsafe accesses |
Wed, 23 Nov 2016 23:10:03 -0800 |
shshahma |
8155781: C2: opaque unsafe access triggers an assert |
Wed, 23 Nov 2016 23:06:39 -0800 |
shshahma |
8134918: C2: Type speculation produces mismatched unsafe accesses |
Wed, 23 Nov 2016 23:01:34 -0800 |
shshahma |
8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI |
Mon, 21 Nov 2016 05:29:59 +0000 |
shshahma |
8134389: Crash in HotSpot with jvm.dll+0x42b48 ciObjectFactory::create_new_metadata |
Thu, 17 Nov 2016 16:06:56 +0000 |
dbuck |
8158639: C2 compilation fails with SIGSEGV |
Tue, 20 Dec 2016 15:36:08 -0800 |
asaha |
Merge |
Tue, 20 Dec 2016 15:23:32 -0800 |
asaha |
Added tag jdk8u152-b00 for changeset 8cc092b845ce |
Fri, 11 Nov 2016 13:32:58 +0000 |
robm |
Merge |
Sat, 29 Oct 2016 17:45:25 +0000 |
poonam |
8140584: nmethod::oops_do_marking_epilogue always runs verification code |
Fri, 28 Oct 2016 22:36:23 +0000 |
poonam |
8038348: Instance field load is replaced by wrong data Phi |
Fri, 21 Oct 2016 20:34:04 +0300 |
vkempik |
8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error |
Tue, 25 Oct 2016 08:38:54 -0700 |
asaha |
Added tag jdk8u132-b00 for changeset 92aff007ba7fjdk8u152-b00 |
Mon, 24 Oct 2016 12:27:52 -0700 |
asaha |
Added tag jdk8u122-b04 for changeset fb8ea28efb05jdk8u132-b00 |
Thu, 20 Oct 2016 13:39:12 +0000 |
robm |
Mergejdk8u122-b04 |
Thu, 13 Oct 2016 16:01:38 +0000 |
coleenp |
Merge |
Thu, 13 Oct 2016 11:57:45 -0400 |
coleenp |
8163969: Cyclic interface initialization causes JVM crash |
Thu, 29 Sep 2016 14:51:54 +0300 |
bmoloden |
8160119: Utils.tryFindJvmPid sometimes find incorrect pid |
Tue, 11 Oct 2016 14:07:13 -0400 |
coleenp |
8162766: Unsafe_DefineClass0 accesses raw oops while in _thread_in_native |
Tue, 11 Oct 2016 18:40:11 +0300 |
vkempik |
8154945: Enable 8130150 and 8081778 intrinsics by default |
Mon, 10 Oct 2016 20:28:13 -0700 |
iris |
8166799: ASSEMBLY_EXCEPTION contains historical company name |
Tue, 18 Oct 2016 13:04:18 -0700 |
asaha |
Added tag jdk8u122-b03 for changeset 65601f3eae81 |
Mon, 17 Oct 2016 21:23:51 -0700 |
asaha |
Mergejdk8u122-b03 |
Mon, 17 Oct 2016 21:16:40 -0700 |
asaha |
8168115: Remove and retag jdk8u122-b03 in 8u repo |
Mon, 17 Oct 2016 12:58:35 -0700 |
asaha |
Merge |
Tue, 11 Oct 2016 15:35:08 -0700 |
asaha |
Merge |
Tue, 11 Oct 2016 14:54:20 -0700 |
asaha |
Merge |
Fri, 23 Sep 2016 23:07:57 -0700 |
asaha |
Merge |
Mon, 17 Oct 2016 12:55:05 -0700 |
asaha |
Added tag jdk8u122-b03 for changeset b0f2296a0bc8 |
Fri, 07 Oct 2016 14:34:32 +0000 |
robm |
Merge |
Thu, 06 Oct 2016 00:18:00 -0700 |
shshahma |
8166872: GPL header in /hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp |
Mon, 03 Oct 2016 11:19:32 -0700 |
asaha |
Added tag jdk8u122-b02 for changeset 58d961f47dd4 |
Fri, 23 Sep 2016 18:19:50 +0000 |
robm |
Mergejdk8u122-b02 |
Thu, 22 Sep 2016 20:09:48 +0000 |
kevinw |
Merge |
Tue, 20 Sep 2016 05:40:51 -0700 |
shshahma |
8157548: JVM crashes sometimes while starting |
Wed, 07 Sep 2016 16:43:32 -0400 |
dholmes |
8165153: Crash in rebuild_cpu_to_node_map |
Thu, 22 Sep 2016 02:04:40 -0700 |
shshahma |
6515172: Runtime.availableProcessors() ignores Linux taskset command |
Tue, 05 Apr 2016 13:55:31 +0200 |
mgerdin |
8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking. |
Mon, 28 Mar 2016 20:38:05 -0700 |
rraghavan |
8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665. |
Mon, 19 Sep 2016 21:11:55 -0700 |
asaha |
Added tag jdk8u122-b01 for changeset 2198ef7e1c17 |
Thu, 18 Aug 2016 14:31:02 -0700 |
kvn |
8162496: missing precedence edge for anti_dependencejdk8u122-b01 |
Thu, 23 Jun 2016 17:58:59 +0000 |
aph |
8157306: Random infrequent null pointer exceptions in javac |
Thu, 28 Jul 2016 16:09:31 +0300 |
dpochepk |
8162603: Unrecognized VM option 'UseCountedLoopSafepoints' |
Mon, 25 Jul 2016 14:31:42 -0700 |
roland |
8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled |
Thu, 01 Sep 2016 06:16:05 -0700 |
shshahma |
8152438: Threads may do significant work out of the non-shared overflow buffer |
Wed, 27 Jul 2016 12:33:33 +0200 |
roland |
8162384: Performance regression: bimorphic inlining may be bypassed by type speculation |
Tue, 16 Aug 2016 08:59:54 +0000 |
shshahma |
8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh failing after JDK-8155968 |
Wed, 10 Aug 2016 14:59:21 +0200 |
simonis |
8152172: PPC64: Support AES intrinsics |
Fri, 05 Aug 2016 10:47:35 +0000 |
shshahma |
8161144: Fix for JDK-8147451 failed: Crash in Method::checked_resolve_jmethod_id(_jmethodID*) |
Mon, 25 Jul 2016 15:06:30 -0700 |
asaha |
Added tag jdk8u122-b00 for changeset 5aa8c4ca51f0 |
Mon, 13 Nov 2017 02:08:16 -0800 |
Gilles Duboscq |
[GR-6850] Set context class loader in `compileMethod`. |
Fri, 10 Nov 2017 16:34:17 +0100 |
Gilles Duboscq |
Use darwin_sierra |
Fri, 10 Nov 2017 14:39:15 +0100 |
Gilles Duboscq |
Set context class loader in `compileMethod` |
Mon, 06 Nov 2017 03:57:25 -0800 |
Doug Simon |
[GR-6775] Rename HotSpotResolvedJavaMethod.setNotInlineableOrCompileable. |
Mon, 06 Nov 2017 11:50:52 +0100 |
Doug Simon |
rename HotSpotResolvedJavaMethod.setNotInlineableOrCompileable (JDK-8186478) |
Tue, 31 Oct 2017 09:10:21 -0700 |
Doug Simon |
[GR-6679] JVMCIRuntime::adjust_comp_level must not swallow ThreadDeath. |
Tue, 31 Oct 2017 11:58:52 +0100 |
Doug Simon |
do not swallow ThreadDeath exception when adjusting compilation level |
Tue, 31 Oct 2017 11:57:29 +0100 |
Doug Simon |
sync with jdk10 code |
Thu, 26 Oct 2017 12:32:57 -0700 |
Tom Rodriguez |
[GR-6333] Convert _jvmci_installed_code and _speculation_log in nmethod to jweak values. |
Wed, 18 Oct 2017 18:16:52 -0700 |
Tom Rodriguez |
Clear out the jweaks during invalidation |
Thu, 05 Oct 2017 08:14:27 +0200 |
Doug Simon |
removed BarrierSet::write_ref_nmethod_* methods |
Tue, 03 Oct 2017 17:12:40 +0200 |
Doug Simon |
convert _jvmci_installed_code and _speculation_log in nmethod to jweak values |
Thu, 19 Oct 2017 09:56:49 -0700 |
Gilles Duboscq |
[GR-6270] Darwin Layout. |
Thu, 19 Oct 2017 16:23:30 +0200 |
Gilles Duboscq |
The darwin archive automatically enters Contents/Home |
Tue, 17 Oct 2017 05:42:47 -0700 |
Gilles Duboscq |
[GR-6470] Fix `getComponentType` for unresolved types. |
Tue, 17 Oct 2017 12:37:35 +0200 |
Gilles Duboscq |
Add some unresolved unit tests |
Mon, 16 Oct 2017 15:54:48 +0200 |
Gilles Duboscq |
[GR-6470] Fix `getComponentType` for unresolved types |
Thu, 05 Oct 2017 02:44:51 -0700 |
Doug Simon |
[GR-6263] Use platform specific directory for generated JDK. |
Thu, 05 Oct 2017 10:11:47 +0200 |
Doug Simon |
use platform specific directory for generated JDK |
Wed, 04 Oct 2017 07:53:52 -0700 |
Doug Simon |
[GR-6270] JVMCI JDK on macOS has standard macOS layout. |
Wed, 04 Oct 2017 14:50:33 +0200 |
Doug Simon |
JVMCI JDK on macOS has standard macOS layout |
Sun, 01 Oct 2017 06:55:01 -0700 |
Doug Simon |
[GR-6283] Add hocon CI config. |
Fri, 29 Sep 2017 22:45:47 +0200 |
Doug Simon |
test jvmci jdk with graal core unit tests |
Fri, 29 Sep 2017 16:06:20 +0200 |
Doug Simon |
added jsonnet config |
Fri, 29 Sep 2017 16:07:30 +0200 |
Doug Simon |
compilation errors with clang-4.0 (JDK-8174050) |
Mon, 18 Sep 2017 18:49:45 +0200 |
Gilles Duboscq |
Added tag jvmci-0.36 for changeset 8128b98d4736 |
Mon, 18 Sep 2017 18:02:23 +0200 |
Doug Simon |
Crash in rebuild_cpu_to_node_map (JDK-8165153)jvmci-0.36 |
Thu, 14 Sep 2017 14:30:27 +0200 |
Doug Simon |
Added tag jvmci-0.35 for changeset 18ae50e05080 |
Thu, 14 Sep 2017 13:00:31 +0200 |
Doug Simon |
HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior (JDK-8180487)jvmci-0.35 |
Thu, 14 Sep 2017 13:00:31 +0200 |
Doug Simon |
HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior (JDK-8180487) |
Thu, 07 Sep 2017 15:17:51 +0200 |
Doug Simon |
hosted use of JVMCI can crash VM under -Xint (JDK-8187315) |
Tue, 29 Aug 2017 14:14:13 +0200 |
Doug Simon |
Added tag jvmci-0.34 for changeset b5a90e4a6c26 |
Fri, 25 Aug 2017 14:25:06 +0200 |
Doug Simon |
make internal_vm_info_string() consistent with java.vm.versionjvmci-0.34 |
Thu, 24 Aug 2017 22:20:40 +0200 |
Doug Simon |
allow java.vm.name and java.vm.version to be initialized from a vm.properties file next to libjvm |
Fri, 18 Aug 2017 22:47:33 +0200 |
Doug Simon |
Added tag jvmci-0.33 for changeset 3aed4cb813f4 |
Fri, 18 Aug 2017 22:29:16 +0200 |
Doug Simon |
HotSpotResolvedJavaMethodImpl.hasNeverInlineDirective should respect Inline VM flag (JDK-8186235)jvmci-0.33 |
Fri, 18 Aug 2017 22:27:34 +0200 |
Doug Simon |
ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError (JDK-8186459) - part 2 |
Fri, 18 Aug 2017 21:16:58 +0200 |
Doug Simon |
ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError (JDK-8186459) |
Fri, 18 Aug 2017 17:27:07 +0200 |
Doug Simon |
removed shadow declaration of comp_mirror |
Tue, 15 Aug 2017 19:03:09 -0700 |
Tom Rodriguez |
Reenable unsafe.cpp compiler workaround with clang |
Tue, 15 Aug 2017 00:16:52 +0200 |
Doug Simon |
Added tag jvmci-0.32 for changeset 719853999215 |
Mon, 14 Aug 2017 23:20:38 +0200 |
Doug Simon |
Merge with jdk8u141-b15jvmci-0.32 |
Tue, 11 Jul 2017 23:51:17 -0700 |
asaha |
Added tag jdk8u141-b15 for changeset 23f1790147d8jdk8u144-b00 |
Tue, 11 Jul 2017 23:27:13 -0700 |
asaha |
8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source basejdk8u141-b15 |
Mon, 26 Jun 2017 13:50:08 -0700 |
asaha |
Added tag jdk8u141-b14 for changeset 3a1543e089c3 |
Mon, 12 Jun 2017 23:06:07 -0700 |
asaha |
Added tag jdk8u141-b13 for changeset df6af363337ejdk8u141-b14 |
Mon, 12 Jun 2017 22:56:57 -0700 |
asaha |
8181946: JDK 8 THIRD_PARTY_README - Minor Cleanupjdk8u141-b13 |
Tue, 06 Jun 2017 10:01:46 -0700 |
asaha |
Added tag jdk8u141-b12 for changeset d6e7c7d2c6f6 |
Fri, 02 Jun 2017 08:45:34 +0200 |
mdoerr |
8181420: PPC: Image conversion improvementsjdk8u141-b12 |
Tue, 30 May 2017 12:00:16 -0700 |
asaha |
Added tag jdk8u141-b11 for changeset de803a292be4 |
Mon, 22 May 2017 14:58:54 -0700 |
asaha |
Added tag jdk8u141-b10 for changeset 1a3f8a55df45jdk8u141-b11 |
Mon, 15 May 2017 14:08:52 -0700 |
asaha |
Added tag jdk8u141-b09 for changeset b23c5879a33cjdk8u141-b10 |
Mon, 08 May 2017 11:06:53 -0700 |
asaha |
Added tag jdk8u141-b08 for changeset 37ba410ffd43jdk8u141-b09 |
Thu, 30 Mar 2017 15:28:33 +0200 |
thartmann |
8173770: Image conversion improvementsjdk8u141-b08 |
Thu, 16 Feb 2017 15:14:44 -0800 |
roland |
8175097: [TESTBUG] 8174164 fix missed the test |
Wed, 15 Feb 2017 17:26:37 -0800 |
roland |
8174164: SafePointNode::_replaced_nodes breaks with irreducible loops |
Mon, 01 May 2017 10:54:10 -0700 |
asaha |
Added tag jdk8u141-b07 for changeset 42f196fd7c58 |
Mon, 24 Apr 2017 11:46:06 -0700 |
asaha |
Added tag jdk8u141-b06 for changeset 4b7067065b0ajdk8u141-b07 |
Mon, 17 Apr 2017 11:44:43 -0700 |
asaha |
Added tag jdk8u141-b05 for changeset 53a48dc8e441jdk8u141-b06 |
Mon, 10 Apr 2017 13:38:51 -0700 |
asaha |
Added tag jdk8u141-b04 for changeset 62b0b4a31b44jdk8u141-b05 |
Mon, 03 Apr 2017 13:45:41 -0700 |
asaha |
Added tag jdk8u141-b03 for changeset 678f11cc769ejdk8u141-b04 |
Thu, 16 Mar 2017 17:38:32 +0000 |
coffeys |
8173207: Upgrade compression libraryjdk8u141-b03 |
Mon, 27 Mar 2017 14:13:09 -0700 |
asaha |
Added tag jdk8u141-b02 for changeset 82435799636c |
Mon, 20 Mar 2017 10:54:26 -0700 |
asaha |
Added tag jdk8u141-b01 for changeset 0cee0db0180bjdk8u141-b02 |
Thu, 16 Mar 2017 10:19:20 -0700 |
asaha |
Mergejdk8u141-b01 |
Thu, 09 Mar 2017 09:52:31 -0800 |
asaha |
Merge |
Fri, 24 Feb 2017 09:14:18 -0800 |
asaha |
Merge |
Tue, 07 Feb 2017 11:16:47 -0800 |
asaha |
Merge |
Mon, 23 Jan 2017 16:38:33 -0800 |
asaha |
Merge |
Tue, 20 Dec 2016 13:04:01 -0800 |
asaha |
Merge |
Tue, 13 Dec 2016 12:24:14 -0800 |
asaha |
Added tag jdk8u141-b00 for changeset 692bc6b674dcjdk8u151-b00 |
Tue, 14 Mar 2017 08:17:36 -0700 |
asaha |
Added tag jdk8u131-b11 for changeset 829ea9b92cda |
Mon, 06 Mar 2017 11:12:11 -0800 |
asaha |
Added tag jdk8u131-b10 for changeset 1da23ae49386jdk8u131-b11 |
Mon, 27 Feb 2017 11:16:11 -0800 |
asaha |
Added tag jdk8u131-b09 for changeset 56e71d160839jdk8u131-b10 |
Fri, 09 Dec 2016 19:40:47 +0300 |
msolovie |
8150490: Update OS detection code to recognize Windows Server 2016jdk8u131-b09 |
Tue, 21 Feb 2017 10:18:56 -0800 |
asaha |
Added tag jdk8u131-b08 for changeset db221c0a423e |
Mon, 13 Feb 2017 11:58:54 -0800 |
asaha |
Added tag jdk8u131-b07 for changeset 5b3cb4fbdbc7jdk8u131-b08 |
Mon, 25 Jul 2016 14:31:42 -0700 |
roland |
8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabledjdk8u131-b07 |
Mon, 06 Feb 2017 12:16:31 -0800 |
asaha |
Added tag jdk8u131-b06 for changeset 6e4cfbc7534f |
Thu, 05 Jan 2017 18:55:20 -0500 |
dholmes |
8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environmentsjdk8u131-b06 |
Tue, 20 Dec 2016 16:06:10 -0500 |
dholmes |
8170307: Stack size option -Xss is ignored |
Thu, 15 Dec 2016 20:00:01 -0500 |
tschatzl |
8161993: G1 crashes if active_processor_count changes during startup |
Thu, 15 Dec 2016 19:48:32 -0500 |
tschatzl |
8147910: Cache initial active_processor_count |
Thu, 22 Sep 2016 02:04:40 -0700 |
shshahma |
6515172: Runtime.availableProcessors() ignores Linux taskset command |
Mon, 30 Jan 2017 13:14:05 -0800 |
asaha |
Added tag jdk8u131-b05 for changeset c965fc1aa840 |
Mon, 23 Jan 2017 14:34:23 -0800 |
asaha |
Added tag jdk8u131-b04 for changeset dab1d5971652jdk8u131-b05 |
Wed, 18 Jan 2017 22:55:07 -0800 |
asaha |
Added tag jdk8u131-b03 for changeset 0ca47d0811b0jdk8u131-b04 |
Mon, 09 Jan 2017 12:45:10 -0800 |
asaha |
Added tag jdk8u131-b02 for changeset ef90c721a4e5jdk8u131-b03 |
Wed, 21 Dec 2016 13:45:22 -0800 |
asaha |
Added tag jdk8u131-b01 for changeset 0b85ccd62409jdk8u131-b02 |
Tue, 13 Dec 2016 14:37:04 -0500 |
coleenp |
8168699: Validate special case invocationsjdk8u131-b01 |
Tue, 13 Dec 2016 10:07:12 -0800 |
asaha |
Merge |
Tue, 11 Oct 2016 12:05:24 -0700 |
asaha |
Added tag jdk8u131-b00 for changeset c0a1ba0df20fjdk8u141-b00 |
Mon, 14 Aug 2017 21:19:49 +0200 |
Doug Simon |
Added tag jvmci-0.32 for changeset dad95e57f1de |
Mon, 14 Aug 2017 08:55:23 -0700 |
Tom Rodriguez |
Update MDO with Reason_not_compiled_exception_handler |
Sat, 12 Aug 2017 12:40:51 +0200 |
Doug Simon |
bad signatures should be detected by MetaAccessProvider.parseMethodDescriptor (JDK-8186163) |
Tue, 08 Aug 2017 10:06:50 +0200 |
Doug Simon |
fixed missing exception propagation (JDK-8185790) |
Tue, 08 Aug 2017 10:05:39 +0200 |
Doug Simon |
fix NPE possibility in HotSpotSpeculationLog.speculate (JDK-8185950) |
Thu, 03 Aug 2017 11:53:11 -0700 |
Tom Rodriguez |
Update JDK-8182397 to final version |
Thu, 03 Aug 2017 11:32:15 -0700 |
Tom Rodriguez |
Fix backport of JDK-8164480 |
Thu, 03 Aug 2017 11:30:19 -0700 |
Tom Rodriguez |
JDK-8185736: Add missing unwind exception handler in C2 |
Thu, 03 Aug 2017 12:01:05 +0200 |
Lukas Stadler |
check for and forward exceptions in getNextStackFrame and materializeVirtualObjects |
Wed, 19 Jul 2017 20:25:27 +0200 |
Doug Simon |
Added tag jvmci-0.31 for changeset f4e6ddeb5b6f |
Wed, 19 Jul 2017 19:44:11 +0200 |
Doug Simon |
race in field updates when creating ArrayKlasses can lead to crash (JDK-8182397)jvmci-0.31 |
Mon, 10 Jul 2017 12:38:12 +0200 |
Doug Simon |
Added tag jvmci-0.30 for changeset 88bd5f7522a1 |
Fri, 07 Jul 2017 15:08:58 +0200 |
Doug Simon |
update hgignore and undo change to hotspot/.projectjvmci-0.30 |
Fri, 07 Jul 2017 14:56:32 +0200 |
Doug Simon |
use openjdk prefix if bootstrap jdk is an openjdk |
Fri, 07 Jul 2017 03:46:11 -0700 |
Stefan Anzinger |
Use mx.cpu_count to determine parallelism. |
Mon, 03 Jul 2017 21:28:54 +0200 |
Doug Simon |
Added tag jvmci-0.29 for changeset 26a414946c56 |
Fri, 30 Jun 2017 17:09:57 +0200 |
Doug Simon |
Get host class of VM anonymous class (JDK-8182310)jvmci-0.29 |
Wed, 28 Jun 2017 06:27:49 -0700 |
Stefan Anzinger |
Add Solaris/AMD64 distribution. |
Fri, 16 Jun 2017 20:05:17 +0200 |
Doug Simon |
Added tag jvmci-0.28 for changeset 4f3ad306ac6e |
Fri, 16 Jun 2017 19:28:31 +0200 |
Gilles Duboscq |
Process _jvmci_loader_parent oop along _jvmci_loaderjvmci-0.28 |
Fri, 16 Jun 2017 13:55:05 +0200 |
Doug Simon |
set jvmci.Compiler from <java.home>/jre/lib/jvmci/compiler-name before using its existence to change the default for UseJVMCICompiler |
Fri, 16 Jun 2017 11:02:05 +0200 |
Doug Simon |
Added tag jvmci-0.27 for changeset 2f2299c68571 |
Thu, 15 Jun 2017 21:38:21 +0200 |
Doug Simon |
change default of UseJVMCICompiler based on jvmci.Compiler property (which can now be set from <java.home>/jre/lib/jvmci/compiler-name)jvmci-0.27 |
Thu, 15 Jun 2017 12:04:08 +0200 |
Doug Simon |
use existence of <java.home>/lib/use-jvmci-compiler-by-default to override default value of UseJVMCICompiler |
Thu, 15 Jun 2017 01:01:04 +0200 |
Doug Simon |
set +UseJVMCICompiler ergonomically if jvmci.class.path.append is defined or there is at least one jar file in jre/lib/jvmci apart from the JVMCI API jars |
Wed, 14 Jun 2017 20:27:54 +0200 |
Doug Simon |
make -XX:+UseJVMCICompiler the default |
Tue, 13 Jun 2017 22:34:41 +0200 |
Doug Simon |
[GR-4077] be strict about entries in JVMCI parent class loader class path |
Tue, 13 Jun 2017 14:22:54 +0200 |
Doug Simon |
[GR-4077] support Graal.SDK on the boot class path and Truffle on a class path invisible to apps but visible to JVMCI |
Mon, 12 Jun 2017 16:03:24 +0200 |
Doug Simon |
update config for Eclipse Neon |
Mon, 12 Jun 2017 15:23:09 +0200 |
Doug Simon |
bring jvmci-8 more into sync with jvmci-9 |
Fri, 19 May 2017 14:05:50 +0200 |
Doug Simon |
Merge. |
Mon, 12 Dec 2016 12:52:22 -0800 |
asaha |
Added tag jdk8u121-b13 for changeset 90f94521c351 |
Fri, 19 May 2017 00:18:36 +0200 |
Doug Simon |
removed defunct support for non-INCLUDE_JVMCI builds |
Fri, 28 Apr 2017 14:37:37 +0200 |
Doug Simon |
Added tag jvmci-0.26 for changeset 3f81f36d2c99 |
Fri, 21 Apr 2017 16:50:10 +0200 |
Doug Simon |
need to use the JVMCI class loader when initializing JVMCIjvmci-0.26 |
Fri, 21 Apr 2017 16:49:50 +0200 |
Doug Simon |
support -DjvmciCompiler=null as a way to prevent JVMCI compiler auto-selection |
Wed, 19 Apr 2017 09:00:56 -0700 |
Tom Rodriguez |
set_method_data_pointer_for_bcp must be guarded by ProfileInterpreter |
Tue, 18 Apr 2017 17:14:58 +0200 |
Doug Simon |
added Services.initializeJVMCI (JDK-8177845) |
Mon, 17 Apr 2017 10:28:09 -0700 |
Tom Rodriguez |
Add backward compatible definition to vmStructs for OopMapValue::value_value |