log

age author description
Fri, 10 Jun 2016 15:34:32 +0530 shshahma 8147451: Crash in Method::checked_resolve_jmethod_id(_jmethodID*)
Mon, 30 May 2016 15:24:37 +0530 csahu 8054326: Confusing message in "Current rem set statistics"
Wed, 01 Jun 2016 13:36:42 +0200 robilad 8154469: Update FSF address
Tue, 24 May 2016 17:49:06 +0530 csahu 8063086: Math.pow yields different results upon repeated calls
Wed, 18 May 2016 11:06:00 +0200 aeriksso 8135322: ConstantPool::release_C_heap_structures not run in some circumstances
Tue, 24 May 2016 18:42:01 +0300 vlivanov 8154831: CastII/ConvI2L for a range check is prematurely eliminated
Mon, 25 Apr 2016 11:36:14 +0200 stefank 8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages
Thu, 23 Apr 2015 18:00:50 +0200 stuefe 8077276: allocating heap with UseLargePages and HugeTLBFS may trash existing memory mappings (linux)
Tue, 17 May 2016 02:44:58 +0000 dbuck 8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails
Fri, 06 May 2016 13:49:45 +0100 robm Merge
Thu, 05 May 2016 13:28:49 +0100 robm 8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array
Tue, 26 Apr 2016 02:49:59 +0100 aph 8154210: Zero: Better byte behaviour
Mon, 25 Apr 2016 21:03:53 +0000 kevinw Merge
Thu, 21 Apr 2016 16:19:33 +0300 vkempik 8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
Tue, 26 Apr 2016 13:28:35 -0700 asaha Added tag jdk8u112-b00 for changeset b09a69142dd3
Tue, 07 Feb 2017 17:58:13 +0100 Doug Simon sync with JDK9 changes
Sat, 04 Feb 2017 15:24:10 +0100 Doug Simon use raw method name symbol for isConstructor and isClassInitializer
Fri, 03 Feb 2017 21:08:05 +0100 Doug Simon 8173912: [JVMCI] fix memory overhead of JVMCI
Fri, 03 Feb 2017 08:17:35 +0100 thartmann 8173699: Crash during deoptimization with "assert(result == __null || result->is_oop()) failed: must be oop"
Thu, 02 Feb 2017 23:58:25 +0100 Doug Simon [GR-2538] reduced memory overhead of HotSpotVMConfigStore
Tue, 31 Jan 2017 22:59:16 +0100 Doug Simon removed duplicate registration of StubRoutines::_multiplyToLen in vmstructs
Tue, 31 Jan 2017 16:44:20 +0100 Doug Simon lazily cache the name of a HotSpotResolvedJavaMethodImpl
Mon, 30 Jan 2017 09:59:50 +0100 Christian Haeubl Use direct memory access when checking for a leaf class.
Fri, 27 Jan 2017 11:29:16 +0100 Christian Haeubl Replaced Array.get(...) with manually inlined code.
Thu, 26 Jan 2017 13:02:37 +0100 Doug Simon removed HotSpotResolvedJavaFieldImpl.name field
Wed, 25 Jan 2017 16:39:01 +0100 Doug Simon remove assertion made invalid due to removal of field caching
Wed, 25 Jan 2017 03:21:56 +0100 Thomas Wuerthinger Fix footprint issue in HotSpotResolvedObjectTypeImpl by reducing use of java.util.HashMap.
Tue, 24 Jan 2017 13:03:27 +0100 Doug Simon add ResolvedJavaMethod.hasNeverInlineDirective (JDK-8172733)
Mon, 23 Jan 2017 15:50:05 -0800 Tom Rodriguez Restore extra level of weakness in the ResolvedJavaType cache
Mon, 23 Jan 2017 12:12:16 -0800 Tom Rodriguez 8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks
Fri, 30 Dec 2016 04:10:18 -0500 Stefan Anzinger Fix build for Linux/SPARC
Mon, 05 Dec 2016 16:30:33 +0100 Gilles Duboscq No need for ObjectMonitor::_succ, allow EmitSync=2|8 in combination with inline bias-locking
Mon, 05 Dec 2016 11:44:02 +0100 Doug Simon added HotSpotResolvedObjectType.getFingerprint
Fri, 02 Dec 2016 15:04:11 +0100 Gilles Duboscq Export more fields of ObjectMonitor in vmStructs
Fri, 02 Dec 2016 15:02:35 +0100 Gilles Duboscq Make sure slow_path_entry_count_addr stats are collected in all builds
Fri, 02 Dec 2016 12:53:58 +0100 Gilles Duboscq Update and fix JDK version checks
Tue, 22 Nov 2016 23:04:56 +0100 Doug Simon Added tag jvmci-0.23 for changeset 342cab081103
Tue, 22 Nov 2016 10:43:15 -0800 Tom Rodriguez Merge jvmci-0.23
Tue, 22 Nov 2016 10:42:55 -0800 Tom Rodriguez Add JVMCI vmStructs entries for new BigInteger intrinsics
Wed, 16 Nov 2016 12:32:54 -0800 Tom Rodriguez Merge with jdk8u111-b14
Thu, 22 Sep 2016 11:58:28 -0700 asaha Added tag jdk8u111-b14 for changeset 05a6a5823aa5
Wed, 21 Sep 2016 13:40:37 -0700 asaha Added tag jdk8u111-b13 for changeset c3b42c43c230 jdk8u111-b14
Wed, 14 Sep 2016 12:41:15 -0700 asaha Added tag jdk8u111-b12 for changeset 055bc2a065a5 jdk8u111-b13
Wed, 31 Aug 2016 09:47:10 -0700 asaha Added tag jdk8u111-b11 for changeset 603804f2132f jdk8u111-b12
Mon, 22 Aug 2016 13:19:59 -0700 asaha Added tag jdk8u111-b10 for changeset 96973081eb8a jdk8u111-b11
Tue, 16 Aug 2016 12:17:30 -0700 asaha Added tag jdk8u111-b09 for changeset c48b303692bb jdk8u111-b10
Tue, 16 Aug 2016 08:59:54 +0000 shshahma 8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh failing after JDK-8155968 jdk8u111-b09
Mon, 08 Aug 2016 11:27:33 -0700 asaha Added tag jdk8u111-b08 for changeset e180e364a403
Mon, 01 Aug 2016 12:06:56 -0700 asaha Added tag jdk8u111-b07 for changeset 3f337aaf0907 jdk8u111-b08
Mon, 25 Jul 2016 11:19:41 -0700 asaha Added tag jdk8u111-b06 for changeset 019b22dd8128 jdk8u111-b07
Mon, 18 Jul 2016 19:23:49 -0700 asaha Added tag jdk8u111-b05 for changeset e4525db27263 jdk8u111-b06
Thu, 30 Jun 2016 08:11:30 -0400 hseigel 8159511: Stack map validation jdk8u111-b05
Wed, 29 Jun 2016 11:52:27 -0400 coleenp 8159515: Improve indy validation
Tue, 12 Jul 2016 14:39:15 -0700 asaha Added tag jdk8u111-b04 for changeset 65029655928a jdk8u121-b00
Fri, 08 Jul 2016 10:44:27 -0700 poonam 8159503: Amend Annotation Actions jdk8u111-b04
Tue, 05 Jul 2016 14:40:55 -0700 asaha Merge
Mon, 04 Jul 2016 15:07:13 -0700 asaha Added tag jdk8u102-b31 for changeset 96e1c72fc617 jdk8u102-b32
Mon, 04 Jul 2016 13:04:26 -0700 asaha Added tag jdk8u111-b03 for changeset a3ede966ecfe
Fri, 01 Jul 2016 09:33:34 +0200 zmajo 8160591: Improve internal array handling jdk8u111-b03
Thu, 30 Jun 2016 23:08:42 +0300 vkempik 8157176: Improved classfile parsing
Wed, 29 Jun 2016 12:13:08 -0700 asaha Merge
Wed, 29 Jun 2016 11:53:58 -0700 asaha Merge jdk8u102-b31
Tue, 28 Jun 2016 22:02:10 -0700 asaha Added tag jdk8u92-b34 for changeset d0388be32561
Mon, 20 Jun 2016 08:04:04 +0200 thartmann 8159244: Partially initialized string object created by C2's string concat optimization may escape jdk8u92-b34
Mon, 27 Jun 2016 12:09:01 -0700 asaha Added tag jdk8u111-b02 for changeset d584a6148185
Thu, 23 Jun 2016 08:53:32 -0700 asaha Merge jdk8u111-b02
Thu, 23 Jun 2016 08:34:52 -0700 asaha Merge
Tue, 21 Jun 2016 09:12:54 -0700 asaha Added tag jdk8u111-b01 for changeset e73d79ce00e4
Mon, 20 Jun 2016 22:46:28 -0700 shshahma 8155968: Update command line options jdk8u111-b01
Wed, 15 Jun 2016 14:30:52 -0700 asaha Merge
Wed, 15 Jun 2016 14:21:31 -0700 asaha Merge
Fri, 10 Jun 2016 10:47:23 -0700 asaha Added tag jdk8u92-b33 for changeset d1bb0e79ff79
Wed, 01 Jun 2016 16:17:30 -0700 asaha Added tag jdk8u92-b32 for changeset f958bebdee26 jdk8u92-b33
Tue, 24 May 2016 17:49:06 +0530 csahu 8063086: Math.pow yields different results upon repeated calls jdk8u92-b32
Wed, 15 Jun 2016 13:48:09 -0700 asaha Merge
Wed, 11 May 2016 12:03:46 -0400 shshahma 8155981: Bolster bytecode verification
Mon, 16 May 2016 14:26:26 -0700 asaha Merge
Mon, 16 May 2016 14:01:31 -0400 jiangli 8156794: Extend data sharing
Tue, 10 May 2016 12:15:20 -0700 asaha Merge
Thu, 28 Apr 2016 09:50:48 -0700 asaha Merge
Wed, 27 Apr 2016 14:41:55 -0400 jiangli 8153399: Constrain AppCDS behavior (back port)
Mon, 11 Apr 2016 12:30:54 -0700 asaha Added tag jdk8u111-b00 for changeset ceecf88e5c2c
Wed, 22 Jun 2016 08:51:03 -0700 asaha Added tag jdk8u102-b14 for changeset ac29c9c1193a
Tue, 21 Jun 2016 18:49:01 -0700 asaha Added tag jdk8u102-b13 for changeset f6daf04c0f48 jdk8u102-b14
Tue, 21 Jun 2016 18:40:46 -0700 asaha Merge jdk8u102-b13
Tue, 21 Jun 2016 18:20:16 -0700 asaha Added tag jdk8u101-b13 for changeset 77df35b662ed
Mon, 13 Jun 2016 13:22:39 -0700 asaha Added tag jdk8u102-b12 for changeset 340e1a736ef7
Mon, 13 Jun 2016 13:12:13 -0700 asaha Merge jdk8u102-b12
Mon, 13 Jun 2016 12:49:34 -0700 asaha Added tag jdk8u101-b12 for changeset 286fe17d81c3 jdk8u101-b13
Mon, 06 Jun 2016 13:19:16 -0700 asaha Added tag jdk8u102-b11 for changeset 36a1a2875ed5
Mon, 06 Jun 2016 12:56:36 -0700 asaha Merge jdk8u102-b11
Mon, 06 Jun 2016 11:59:10 -0700 asaha Added tag jdk8u101-b11 for changeset 0095e54dcaa1 jdk8u101-b12
Wed, 11 May 2016 12:03:46 -0400 shshahma 8155981: Bolster bytecode verification jdk8u101-b11
Tue, 31 May 2016 10:29:15 -0700 asaha Added tag jdk8u102-b10 for changeset 2672cfc2d7b6
Tue, 31 May 2016 10:02:28 -0700 asaha Merge jdk8u102-b10
Tue, 31 May 2016 09:24:08 -0700 asaha Added tag jdk8u101-b10 for changeset 218a44a163fa
Thu, 26 May 2016 13:43:29 -0700 asaha Merge jdk8u101-b10
Fri, 20 May 2016 11:26:05 -0700 asaha Added tag jdk8u91-b15 for changeset e1ea97ad19af
Mon, 23 May 2016 20:53:44 -0700 asaha Added tag jdk8u102-b09 for changeset b5ecd8067e89
Mon, 23 May 2016 20:38:07 -0700 asaha Merge jdk8u102-b09
Mon, 23 May 2016 17:32:08 -0700 asaha Added tag jdk8u101-b09 for changeset 9be452c4e716
Tue, 17 May 2016 02:44:58 +0000 dbuck 8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails
Mon, 16 May 2016 10:54:56 -0700 asaha Added tag jdk8u102-b08 for changeset 69f5f6c2beeb
Mon, 16 May 2016 10:43:54 -0700 asaha Merge jdk8u102-b08
Mon, 16 May 2016 10:30:49 -0700 asaha Added tag jdk8u101-b08 for changeset 8ed377d2cec9 jdk8u101-b09
Mon, 09 May 2016 11:52:23 -0700 asaha Added tag jdk8u102-b07 for changeset 9ff5455815c1
Mon, 09 May 2016 11:31:46 -0700 asaha Merge jdk8u102-b07
Mon, 09 May 2016 10:43:54 -0700 asaha Added tag jdk8u101-b07 for changeset cb4af293fe70 jdk8u101-b08
Wed, 27 Apr 2016 14:41:55 -0400 jiangli 8153312: Constrain AppCDS behavior jdk8u101-b07
Mon, 02 May 2016 15:03:44 -0700 asaha Added tag jdk8u102-b06 for changeset 12cd1f9b403e
Mon, 02 May 2016 14:52:06 -0700 asaha Merge jdk8u102-b06
Mon, 02 May 2016 14:24:36 -0700 asaha Added tag jdk8u101-b06 for changeset 7c60503b0888
Wed, 27 Apr 2016 15:31:19 -0700 asaha Added tag jdk8u102-b05 for changeset a96cf90239c6
Mon, 25 Apr 2016 11:01:13 -0700 asaha Merge jdk8u102-b05
Mon, 25 Apr 2016 10:51:47 -0700 asaha Added tag jdk8u101-b05 for changeset 19e74265fc8d jdk8u101-b06
Mon, 18 Apr 2016 10:53:11 -0700 asaha Added tag jdk8u101-b04 for changeset ceecf88e5c2c jdk8u101-b05
Mon, 11 Apr 2016 12:22:33 -0700 asaha Added tag jdk8u101-b03 for changeset b41d5faaf1d3 jdk8u101-b04 jdk8u111-b00
Sun, 10 Apr 2016 23:31:53 -0700 asaha Merge jdk8u101-b03
Sun, 10 Apr 2016 23:17:09 -0700 asaha Added tag jdk8u92-b31 for changeset 445941ba41c0
Fri, 08 Apr 2016 15:15:25 +0300 vkempik 8152479: Coded byte streams
Thu, 24 Mar 2016 21:38:15 -0700 iklam 8150752: Share Class Data
Mon, 04 Apr 2016 13:58:22 -0700 asaha Added tag jdk8u101-b02 for changeset 34429bad9986
Mon, 04 Apr 2016 12:18:28 -0700 asaha Merge jdk8u101-b02
Thu, 31 Mar 2016 14:23:12 -0700 asaha Merge jdk8u92-b31
Tue, 22 Mar 2016 12:00:51 -0700 asaha Added tag jdk8u77-b31 for changeset dd8507f51d78
Fri, 18 Mar 2016 17:23:07 +0300 vkempik 8152098: Fix 8151522 caused test compiler/intrinsics/squaretolen/TestSquareToLen.java to fail jdk8u77-b31
Wed, 09 Mar 2016 19:51:23 +0300 vkempik 8151522: Disable 8130150 and 8081778 intrinsics by default
Fri, 04 Mar 2016 16:15:48 +0300 vkempik 8130150: Implement BigInteger.montgomeryMultiply intrinsic
Wed, 17 Feb 2016 13:40:12 +0300 igerasim 8081778: Use Intel x64 CPU instructions for RSA acceleration
Mon, 21 Mar 2016 14:58:37 -0700 asaha Merge
Thu, 31 Mar 2016 14:04:14 -0700 asaha Merge
Mon, 28 Mar 2016 11:31:43 -0700 asaha Added tag jdk8u101-b01 for changeset ead07188d111
Wed, 23 Mar 2016 14:43:24 -0700 asaha Merge jdk8u101-b01
Wed, 23 Mar 2016 14:26:17 -0700 asaha Added tag jdk8u101-b00 for changeset b374548dcb48
Tue, 22 Mar 2016 22:31:28 -0700 asaha Merge
Tue, 22 Mar 2016 21:56:13 -0700 asaha Merge
Wed, 02 Mar 2016 19:16:30 +0000 kevinw 8146518: Zero interpreter broken with better byte behaviour
Wed, 02 Mar 2016 12:31:06 -0800 asaha Merge
Tue, 01 Mar 2016 15:34:20 -0800 asaha Merge
Tue, 01 Mar 2016 15:19:31 -0800 asaha Merge
Tue, 23 Feb 2016 09:27:43 -0800 asaha Added tag jdk8u74-b32 for changeset 94ec11846b18
Wed, 27 Jan 2016 09:02:51 +0100 thartmann 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type jdk8u74-b32
Wed, 24 Feb 2016 11:44:21 +0000 kevinw Merge
Sun, 21 Feb 2016 08:33:59 -0500 coleenp 8150012: Better byte behavior for reflection
Tue, 23 Feb 2016 23:47:11 +0000 kevinw 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
Mon, 22 Feb 2016 14:05:11 -0800 asaha Merge
Mon, 22 Feb 2016 13:39:47 -0800 asaha Merge
Thu, 18 Feb 2016 10:02:52 -0800 asaha Merge
Thu, 18 Feb 2016 09:49:33 -0800 asaha Merge
Wed, 10 Feb 2016 13:34:14 +0000 kevinw 8149170: Better byte behavior for native arguments
Mon, 08 Feb 2016 13:08:57 +0000 kevinw 8148475: Missing SA Bytecode updates.
Fri, 05 Feb 2016 23:10:25 -0800 asaha Merge
Thu, 04 Feb 2016 15:13:49 -0800 asaha Merge
Sun, 31 Jan 2016 10:07:50 -0800 asaha Added tag jdk8u74-b31 for changeset a5b78b56841e
Sat, 30 Jan 2016 15:47:29 +0300 aefimov Merge jdk8u74-b31
Wed, 27 Jan 2016 15:01:46 +0100 simonis 8148487: PPC64: Better byte behavior
Tue, 26 Jan 2016 10:24:49 -0800 asaha Merge
Tue, 26 Jan 2016 08:36:21 -0800 asaha Added tag jdk8u40-b33 for changeset e6aa4a8c1b46
Tue, 19 Jan 2016 15:35:12 +0000 kevinw 8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051
Fri, 15 Jan 2016 22:33:15 +0000 kevinw 8132051: Better byte behavior
Mon, 11 Jan 2016 13:58:51 -0800 asaha Added tag jdk8u81-b00 for changeset b374548dcb48
Mon, 25 Apr 2016 09:32:00 -0700 asaha Added tag jdk8u102-b04 for changeset 2094cac55c59 jdk8u112-b00
Sun, 24 Apr 2016 20:50:03 +0100 robm Merge jdk8u102-b04
Fri, 22 Apr 2016 13:08:42 +0200 gthornbr 8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file
Thu, 21 Apr 2016 21:53:15 +0530 shshahma 8141551: C2 can not handle returns with inccompatible interface arrays
Fri, 15 Apr 2016 12:02:37 +0530 shshahma 8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined
Thu, 21 Apr 2016 13:17:25 +0200 aeriksso 8153641: assert(thread_state == _thread_in_native) failed: Assumed thread_in_native while heap dump
Mon, 14 Mar 2016 12:35:48 +0300 vlivanov 8141420: Compiler runtime entries don't hold Klass* from being GCed
Mon, 18 Apr 2016 15:28:31 -0700 asaha Added tag jdk8u102-b03 for changeset ef01a1634bb4
Fri, 15 Apr 2016 14:38:20 -0700 asaha Merge jdk8u102-b03
Mon, 11 Apr 2016 14:58:21 -0700 asaha Merge
Tue, 05 Apr 2016 08:55:39 -0700 asaha Merge
Thu, 31 Mar 2016 11:40:36 -0700 asaha Added tag jdk8u92-b14 for changeset 24a09407d71b
Fri, 15 Apr 2016 14:47:04 +0100 robm Merge
Thu, 14 Apr 2016 11:08:30 -0700 poonam 8153252: SA: Hotspot build on Windows fails if make/closed folder does not exist
Mon, 11 Apr 2016 13:48:00 -0700 asaha Added tag jdk8u102-b02 for changeset 83dc7e55f715
Mon, 04 Apr 2016 10:59:22 -0700 poonam 8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr jdk8u102-b02
Tue, 29 Mar 2016 13:05:07 +0100 kevinw 8150518: G1 GC crashes at G1CollectedHeap::do_collection_pause_at_safepoint(double)
Fri, 11 Mar 2016 11:10:53 +0530 aeriksso 8150002: Check for the validity of oop before printing it in verify_remembered_set
Tue, 29 Mar 2016 23:01:10 +0100 robm Merge
Fri, 18 Mar 2016 17:23:07 +0300 vkempik 8152098: Fix 8151522 caused test compiler/intrinsics/squaretolen/TestSquareToLen.java to fail
Thu, 17 Mar 2016 17:09:10 +0300 sspitsyn 6976636: JVM/TI test ex03t001 fails assertion
Tue, 15 Mar 2016 17:39:56 -0700 poonam 8133023: ParallelGCThreads is not calculated correctly
Tue, 29 Mar 2016 13:25:38 -0700 asaha Added tag jdk8u102-b01 for changeset 516a64e6d7c2
Wed, 23 Mar 2016 15:16:55 -0700 asaha Merge jdk8u102-b01
Tue, 22 Mar 2016 12:00:06 -0700 asaha Merge
Wed, 23 Mar 2016 14:58:31 -0700 asaha Merge
Wed, 23 Mar 2016 12:20:19 -0700 asaha Added tag jdk8u102-b00 for changeset d6c92b9e192e
Wed, 09 Mar 2016 19:51:23 +0300 vkempik 8151522: Disable 8130150 and 8081778 intrinsics by default
Fri, 04 Mar 2016 16:15:48 +0300 vkempik 8130150: Implement BigInteger.montgomeryMultiply intrinsic
Fri, 04 Mar 2016 16:40:30 +0100 aeriksso 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
Tue, 01 Mar 2016 12:50:37 +0530 csahu 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux.
Thu, 18 Feb 2016 16:15:28 +0100 aeriksso 8149743: JVM crash after debugger hotswap with lambdas
Fri, 22 Aug 2014 14:21:41 -0700 ctornqvi 8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
Mon, 29 Feb 2016 16:08:11 +0100 roland 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
Thu, 11 Feb 2016 12:42:12 +0100 roland 8149543: range check CastII nodes should not be split through Phi
Wed, 03 Feb 2016 10:58:50 +0100 roland 8147645: get_ctrl_no_update() code is wrong
Thu, 18 Feb 2016 20:30:45 +0000 dbuck 8017462: G1: guarantee fails with UseDynamicNumberOfGCThreads
Wed, 17 Feb 2016 13:42:03 +0000 poonam Merge
Tue, 16 Feb 2016 21:42:29 +0000 poonam 8072725: Provide more granular levels for GC verification
Wed, 17 Feb 2016 13:40:12 +0300 igerasim 8081778: Use Intel x64 CPU instructions for RSA acceleration
Tue, 16 Feb 2016 13:56:12 +0000 poonam Merge
Mon, 08 Feb 2016 15:46:25 +0530 kevinw 8144957: Remove PICL warning message
Tue, 16 Feb 2016 08:11:33 +0100 thartmann 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
Fri, 18 Dec 2015 08:55:47 +0100 sgehwolf 6425769: Allow specifying an address to bind JMX remote connector
Fri, 12 Feb 2016 19:11:29 +0000 robm Merge
Fri, 12 Feb 2016 18:15:57 +0300 kshefov 8059661: Test SoftReference and OOM behavior
Fri, 05 Feb 2016 09:28:57 -0800 asaha Merge
Mon, 01 Feb 2016 16:28:45 -0800 asaha Merge
Fri, 05 Feb 2016 13:53:16 +0000 robm Merge
Wed, 03 Feb 2016 19:13:31 +0300 dfazunen 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
Tue, 02 Feb 2016 11:44:20 +0300 shade 8059677: Thread.getName() instantiates Strings
Mon, 01 Feb 2016 13:19:14 -0800 poonam 8145442: Add the facility to verify remembered sets for G1
Thu, 28 Jan 2016 09:41:33 +0000 csahu 8073735: compiler/loopopts/CountedLoopProblem.java got OOME
Wed, 27 Jan 2016 09:02:51 +0100 thartmann 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
Mon, 25 Jan 2016 15:46:56 -0800 asaha Added tag jdk8u82-b00 for changeset d6c92b9e192e
Tue, 22 Nov 2016 09:03:39 -0800 Tom Rodriguez add missing from ttyLocker from JDK9
Tue, 22 Nov 2016 09:01:23 -0800 Tom Rodriguez [JVMCI] bootstrap shouldn't terminate before the first compile completes
Tue, 22 Nov 2016 12:15:30 +0100 Doug Simon Added tag jvmci-0.23 for changeset bf96b9e10583
Tue, 22 Nov 2016 11:40:31 +0100 Doug Simon sync with JDK9 changes
Tue, 22 Nov 2016 11:34:29 +0100 Doug Simon ResolvedJavaMethod.getParameterAnnotations cannot return null
Wed, 09 Nov 2016 14:41:57 -0800 Tom Rodriguez Remove duplicate StubRoutines from VMStructs
Wed, 09 Nov 2016 13:54:18 -0800 Tom Rodriguez Expose missing StubRoutines
Mon, 07 Nov 2016 17:15:18 +0100 Doug Simon incomplete API to MethodParameters attribute (JDK-8169331)
Fri, 04 Nov 2016 14:22:47 +0100 Doug Simon use MethodParameters attribute instead of depending on -g option for sanity checks (JDK-8168915)
Fri, 04 Nov 2016 14:18:01 +0100 Doug Simon Performance problem with System.identityHashCode in client compiler (JDK-6378526)
Wed, 19 Oct 2016 20:22:48 +0200 Doug Simon -XX:+JVMCIPrintProperties should exit after printing (JDK-8168295)
Tue, 18 Oct 2016 14:30:55 +0200 Doug Simon Added tag jvmci-0.22 for changeset 5cf445d2acf6
Tue, 11 Oct 2016 22:13:23 +0200 Doug Simon Exported elements referring to inaccessible types in jdk.vm.ci (JDK-8167180) jvmci-0.22
Fri, 07 Oct 2016 16:18:19 +0200 Doug Simon JVMCI re-initialization check is in the wrong location (JDK-8167353)
Wed, 05 Oct 2016 22:07:45 +0200 Doug Simon renamed JVMCIPrintSystemProperties to JVMCIPrintProperties
Wed, 05 Oct 2016 11:38:45 -0700 Tom Rodriguez Sync with JDK9 MDO changes
Wed, 05 Oct 2016 17:30:21 +0200 Doug Simon recast "JVMCI flags" language to "JVMCI system properties"
Wed, 05 Oct 2016 16:28:05 +0200 Doug Simon removed redundancy in header of JVMCI system property listing
Wed, 05 Oct 2016 13:58:15 +0200 Doug Simon renamed JVMCIPrintFlags to JVMCIPrintSystemProperties
Wed, 05 Oct 2016 10:19:36 +0200 Doug Simon do not exit on -XX:+JVMCIPrintFlags or -Djvmci.PrintConfig
Tue, 04 Oct 2016 22:14:32 +0200 Doug Simon added -XX:+JVMCIPrintFlags to support printing of JVMCI flags without having to know how to trigger JVMCI initialization
Tue, 04 Oct 2016 22:02:07 +0200 Doug Simon use VM.getSavedProperty instead of System.getProperty for "java.home"
Tue, 04 Oct 2016 21:58:49 +0200 Doug Simon move MethodProfileWidth to jvmci_globals.hpp (JDK-8163864)
Mon, 03 Oct 2016 17:54:28 +0000 rschatz 8166781: fix wrong comment in ReceiverTypeData
Fri, 30 Sep 2016 12:22:05 +0200 Gilles Duboscq Fix allocation of trap history (was lost in a merge)
Thu, 29 Sep 2016 09:56:48 -0700 Tom Rodriguez Synchronize with JDK9 printing differences in jvmciCodeInstaller
Thu, 29 Sep 2016 18:31:34 +0200 Aleksandar Prokopec Fix printing of nested method classes in MetaUtil, and ensure they do not throw.
Thu, 29 Sep 2016 12:04:27 +0200 Doug Simon improved documentation of BytecodePosition API
Thu, 29 Sep 2016 10:01:23 +0200 Doug Simon Added tag jvmci-0.21 for changeset be0d95e99204
Thu, 29 Sep 2016 09:57:56 +0200 Doug Simon illegal bci in BytecodePosition causes IllegalArgumentException jvmci-0.21
Wed, 28 Sep 2016 16:39:44 -0700 Tom Rodriguez Record metadata_Relocations for metadata references
Wed, 28 Sep 2016 19:27:23 +0200 Doug Simon Added tag jvmci-0.21 for changeset c64c9fac1ab9
Wed, 28 Sep 2016 09:22:23 -0700 Tom Rodriguez Expose decompile counts in MDO
Wed, 28 Sep 2016 14:01:41 +0200 Doug Simon Added tag jvmci-0.21 for changeset bf2d00fc162b
Wed, 28 Sep 2016 12:37:43 +0200 David Leopoldseder jvmci_globals: comment flag
Mon, 26 Sep 2016 13:54:28 -0700 Tom Rodriguez Reduce the size of the deopt entry points in the interpreter
Fri, 23 Sep 2016 17:54:00 +0200 David Leopoldseder jvmci_globals: add missing argument
Fri, 23 Sep 2016 16:33:12 +0200 David Leopoldseder move jvmci flag handling to JVMCIGlobals
Thu, 22 Sep 2016 13:15:59 -0700 Tom Rodriguez C1 profiling of statically bindable method should mimic the interpreter
Wed, 21 Sep 2016 20:15:14 -0700 Tom Rodriguez Try to load the MDO on return from frequency_counter_overflow
Wed, 21 Sep 2016 20:14:12 -0700 Tom Rodriguez Fix logic for printing HotSpotMethodData
Wed, 21 Sep 2016 20:08:53 -0700 Tom Rodriguez Disallow too large bci in BytecodePosition
Wed, 21 Sep 2016 19:37:02 -0700 Tom Rodriguez Bring over missing null check from JDK9
Mon, 19 Sep 2016 15:47:00 +0200 Doug Simon Added tag jvmci-0.21 for changeset f6de9aff9991
Wed, 14 Sep 2016 17:39:25 +0200 David Leopoldseder set default options for jvmci
Thu, 08 Sep 2016 15:13:28 +0200 Doug Simon convert HotSpotModifiers from interface to class
Thu, 08 Sep 2016 15:06:36 +0200 Doug Simon replace use of vm_abort with vm_exit
Wed, 07 Sep 2016 16:45:44 +0200 Doug Simon restore API - backward compatibilty support for Graal
Wed, 07 Sep 2016 15:17:13 +0200 Doug Simon remove uses of setAccessible (JDK-8165434)
Wed, 07 Sep 2016 11:22:05 +0200 Roland Schatz Build flags for gcc 6 compatibility.
Thu, 23 Jun 2016 16:46:41 -0400 kbarrett 8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior
Fri, 26 Aug 2016 13:37:53 -0700 gdub 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
Fri, 26 Aug 2016 17:49:18 +0200 Doug Simon backport of JDK-8164480
Wed, 24 Aug 2016 22:31:34 +0200 Doug Simon Added tag jvmci-0.20 for changeset a67f4d28935f
Wed, 24 Aug 2016 14:35:44 +0200 Doug Simon expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI compilers - part 2 (JDK-8164358) jvmci-0.20
Tue, 23 Aug 2016 23:42:00 +0200 Doug Simon fixed findbugs issue
Tue, 23 Aug 2016 22:58:50 +0200 Doug Simon include VarHandle in signature polymorphic method test (JDK-8164214)
Tue, 23 Aug 2016 22:46:08 +0200 Doug Simon expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI compilers (JDK-8164358)
Fri, 12 Aug 2016 11:12:12 +0200 Roland Schatz Added tag jvmci-0.19 for changeset 1140503536ae
Fri, 12 Aug 2016 11:07:39 +0200 Roland Schatz Backport style fixes and comments from jdk9. jvmci-0.19
Thu, 11 Aug 2016 15:30:10 +0200 Roland Schatz Add missing AMD64 feature flags from jdk9.
Thu, 11 Aug 2016 15:53:05 +0200 Roland Schatz Backport method renames from jdk9.
Thu, 04 Aug 2016 18:08:19 +0200 Doug Simon Added tag jvmci-0.18 for changeset 2e17c65dddd7
Thu, 04 Aug 2016 18:07:20 +0200 Doug Simon 8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*) jvmci-0.18
Tue, 02 Aug 2016 17:25:40 -0700 Tom Rodriguez Fix exception when printing BytecodeFrame in test
Tue, 02 Aug 2016 17:12:16 -0700 never 8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context
Tue, 02 Aug 2016 17:18:09 -0700 Tom Rodriguez Add a vframe_id to jvmtiDeferredLocalVariable to properly track vframe identity
Fri, 29 Jul 2016 08:47:59 -0700 Tom Rodriguez CompilerToVM::Data should be declared in vmstructs
Mon, 25 Jul 2016 09:30:56 -0700 Tom Rodriguez 8161292: [JVMCI] missing test files from 8159368 (incorrect native calling convention for windows)
Fri, 15 Jul 2016 09:38:27 -0700 Tom Rodriguez Fixed vtable size computation in HotSpotVMConfig and add test
Mon, 11 Jul 2016 12:11:36 +0000 Stefan Anzinger Added tag jvmci-0.18 for changeset 4a61c3e64ab4
Mon, 04 Jul 2016 10:19:49 +0200 Doug Simon Added tag jvmci-0.17 for changeset 5595ab8ba8bd
Mon, 04 Jul 2016 10:19:42 +0200 Doug Simon documented DummyCompilerFactory jvmci-0.17
Sun, 03 Jul 2016 00:13:33 +0200 Doug Simon Added tag jvmci-0.17 for changeset 3db9e47b477a
Sun, 03 Jul 2016 00:13:22 +0200 Doug Simon simplified JVMCI compiler auto selection (JDK-8160730)
Sat, 02 Jul 2016 01:00:54 +0200 Doug Simon Added tag jvmci-0.17 for changeset c61554b3f6df
Sat, 02 Jul 2016 01:00:12 +0200 Doug Simon compiler selection should work without -Djvmci.Compiler (JDK-8160730)
Sat, 02 Jul 2016 00:48:02 +0200 Doug Simon update required mx version
Fri, 01 Jul 2016 21:21:42 +0200 Doug Simon fixed checkstyle issues
Thu, 30 Jun 2016 22:08:57 +0200 Doug Simon need to be able to copy internal arrays from LocalVariableTable and LineNumberTable (JDK-8160647)
Thu, 30 Jun 2016 22:07:57 +0200 Doug Simon removed jdk.vm.ci.hotspot.HotSpotMethodDataAccessor.Tag (JDK-8159613)
Fri, 01 Jul 2016 13:31:04 -0700 Tom Rodriguez Added tag jvmci-0.17 for changeset 3d3f2a5699e6
Fri, 01 Jul 2016 13:17:25 -0700 Tom Rodriguez Update Assembler::locate_operand from JDK9
Thu, 23 Jun 2016 09:18:05 -0700 Tom Rodriguez Add IllegalValueKind.toString
Thu, 23 Jun 2016 17:06:24 +0200 Roland Schatz Added tag jvmci-0.16 for changeset 66059526b021
Thu, 23 Jun 2016 16:49:32 +0200 Roland Schatz 8160177: [JVMCI] race condition in HotSpotMemoryAccessProviderImpl.verifyReadRawObject jvmci-0.16
Wed, 22 Jun 2016 14:55:57 -0700 Tom Rodriguez Remove old DEFAULT_VM machinery
Tue, 21 Jun 2016 14:36:31 -0700 Tom Rodriguez Use ClassValue instead of WeakHashMap to track ResolvedJavaTypes
Tue, 21 Jun 2016 14:36:16 -0700 Tom Rodriguez Rename JVMCIRuntime::max_oop_map_stack_offset to CompilerToVM::Data::_max_oop_map_stack_offset
Tue, 21 Jun 2016 14:36:00 -0700 Tom Rodriguez Provide more control over the kind reported when printing Values
Tue, 21 Jun 2016 14:35:45 -0700 Tom Rodriguez Eliminate TODO message on IGV stdout
Tue, 21 Jun 2016 14:35:29 -0700 Tom Rodriguez Remove unused fields in HotSpotVMConfig
Tue, 21 Jun 2016 17:16:26 +0200 Doug Simon the client VM build is broken when INCLUDE_JVMCI is defined (JDK-8159888)
Tue, 21 Jun 2016 15:41:01 +0200 Doug Simon back port of JDK-8139379
Tue, 21 Jun 2016 09:48:02 +0200 Doug Simon sync with jdk9 changes for JDK-8159613
Sun, 19 Jun 2016 16:08:40 +0200 Doug Simon Added tag jvmci-0.15 for changeset 5d149c67c230
Sun, 19 Jun 2016 16:08:21 +0200 Doug Simon make -Djvmci.PrintConfig exit the VM (consistent with -Djvmci.PrintFlags) jvmci-0.15
Sat, 18 Jun 2016 13:19:01 +0200 Doug Simon [Findbugs] various warnings reported for JVMCI sources (JDK-8159613)
Fri, 17 Jun 2016 19:13:02 +0200 Gilles Duboscq Added tag jvmci-0.15 for changeset ba5c418b4696
Fri, 17 Jun 2016 19:12:20 +0200 Gilles Duboscq Make sure the client VM can build properly on SPARC
Fri, 17 Jun 2016 18:42:11 +0200 Gilles Duboscq Added tag jvmci-0.15 for changeset 54f09016769e
Fri, 17 Jun 2016 18:41:13 +0200 Gilles Duboscq Make sure the client VM can build properly
Fri, 10 Jun 2016 14:04:40 +0200 Gilles Duboscq 8159236: [JVMCI] Window-saved SPARC registers should not be considered callee-save
Thu, 16 Jun 2016 18:39:40 +0200 Doug Simon Added tag jvmci-0.14 for changeset 0d09e13523b4
Thu, 16 Jun 2016 18:39:34 +0200 Doug Simon SPARCHotSpotRegisterConfig.callingConvention gives incorrect calling convention for native calls containing fp args (JDK-8159368) jvmci-0.14
Thu, 16 Jun 2016 18:23:03 +0200 Doug Simon don't crash if Services is used but -XX:-EnableJVMCI - just return null
Thu, 16 Jun 2016 11:25:15 +0200 Doug Simon fixed wrong name
Thu, 16 Jun 2016 00:26:08 +0200 Doug Simon Added tag jvmci-0.13 for changeset d814713e3b02
Thu, 16 Jun 2016 00:25:39 +0200 Doug Simon backport of changes from JDK-8157181 jvmci-0.13
Thu, 16 Jun 2016 00:25:11 +0200 Doug Simon remove leftover code from jvmci.make removal
Wed, 15 Jun 2016 15:30:19 +0200 Doug Simon Added tag jvmci-0.12 for changeset 50465926fbeb
Wed, 15 Jun 2016 15:29:38 +0200 Doug Simon make all HotSpotVMConfigAccess subclasses and their members package-private jvmci-0.12
Wed, 15 Jun 2016 15:18:17 +0200 Doug Simon Removed unnecessary parameter from SPARCHotSpotRegisterConfig constructor
Wed, 15 Jun 2016 14:37:39 +0200 Doug Simon Added tag jvmci-0.12 for changeset daded759b24d
Wed, 15 Jun 2016 14:35:29 +0200 Doug Simon Expose SharedRuntime::[fd]rem
Wed, 15 Jun 2016 14:35:05 +0200 Doug Simon fixed SPARC vm config access
Wed, 15 Jun 2016 00:15:52 +0200 Doug Simon Added tag jvmci-0.12 for changeset 9861ec1f28c9
Wed, 15 Jun 2016 00:09:07 +0200 Doug Simon removed commented code (JDK-8159167)
Wed, 15 Jun 2016 00:00:41 +0200 Doug Simon fix HotSpotVMConfig startup performance (JDK-8159167)
Fri, 10 Jun 2016 14:04:40 +0200 Gilles Duboscq 8159236: [JVMCI] Window-saved SPARC registers should not be considered callee-save
Thu, 09 Jun 2016 18:58:09 -0700 Tom Rodriguez Merge
Thu, 09 Jun 2016 18:57:51 -0700 Tom Rodriguez Merge
Thu, 09 Jun 2016 18:45:54 -0700 Tom Rodriguez Restore Tools Menu in IGV
Thu, 09 Jun 2016 18:45:12 -0700 Tom Rodriguez 8158850: [JVMCI] be more precise when enforcing OopMapValue encoding limitations
Tue, 07 Jun 2016 17:45:03 -0700 Tom Rodriguez 8159010: [JVMCI] crashes with class redefinition
Mon, 06 Jun 2016 12:41:03 -0700 Tom Rodriguez Add local workaround for redefinition of anonymous classes bug JDK-8145964
Tue, 07 Jun 2016 17:23:00 -0700 Tom Rodriguez Backout f60746f36f3f
Tue, 07 Jun 2016 17:22:34 -0700 Tom Rodriguez Revert 098c16f6e0b5
Wed, 08 Jun 2016 01:06:48 +0200 Doug Simon ignore EnableJVMCI when checking JVMCI options
Mon, 06 Jun 2016 12:41:03 -0700 Tom Rodriguez Add local workaround for redefinition of anonymous classes bug JDK-8145964
Mon, 06 Jun 2016 12:22:14 -0700 Tom Rodriguez Properly track HotSpotConstantPool as metadata and fix bug that cause metadata to be lost during unloading
Thu, 02 Jun 2016 15:25:22 +0200 Doug Simon Added tag jvmci-0.11 for changeset d9cb6983c9a5
Thu, 02 Jun 2016 15:24:29 +0200 Doug Simon ensure JVMCI loader is initialized when retrieving it from Java jvmci-0.11
Thu, 02 Jun 2016 15:24:00 +0200 Doug Simon recovered code to increase template interpreter code buffer under INCLUDE_JVMCI
Wed, 01 Jun 2016 11:48:01 +0200 Doug Simon Added tag jvmci-0.10 for changeset 608155a023de
Wed, 01 Jun 2016 11:47:05 +0200 Doug Simon fixed upstream merge errors
Wed, 01 Jun 2016 00:12:11 +0200 Doug Simon Added tag jvmci-0.11 for changeset b5f3a471e646
Wed, 01 Jun 2016 00:11:44 +0200 Doug Simon Merge.
Thu, 31 Mar 2016 10:08:02 -0700 asaha Merge jdk8u92-b14
Thu, 31 Mar 2016 09:57:32 -0700 asaha Added tag jdk8u91-b14 for changeset fa8991ccf6e5 jdk8u91-b15
Tue, 22 Mar 2016 21:30:22 -0700 asaha Added tag jdk8u92-b13 for changeset f3e1e734e2d2
Tue, 22 Mar 2016 11:05:52 -0700 asaha Merge jdk8u92-b13
Tue, 22 Mar 2016 10:28:38 -0700 asaha Added tag jdk8u91-b13 for changeset e36b6ade0499 jdk8u91-b14
Mon, 21 Mar 2016 23:00:20 -0700 asaha Merge jdk8u91-b13
Thu, 17 Mar 2016 08:08:44 -0700 asaha Added tag jdk8u91-b00 for changeset bbbb05e91c62
Thu, 17 Mar 2016 08:17:47 -0700 asaha Added tag jdk8u92-b00 for changeset 481dcde745b6
Tue, 15 Mar 2016 13:59:15 -0700 asaha Added tag jdk8u76-b12 for changeset 9a87701e22b3 jdk8u92-b00
Tue, 15 Mar 2016 13:42:57 -0700 asaha Merge jdk8u76-b12
Tue, 15 Mar 2016 13:30:34 -0700 asaha Added tag jdk8u75-b12 for changeset cc78c97abff8 jdk8u91-b00
Wed, 02 Mar 2016 19:16:30 +0000 kevinw 8146518: Zero interpreter broken with better byte behaviour jdk8u75-b12
Mon, 07 Mar 2016 10:49:22 -0800 asaha Added tag jdk8u76-b11 for changeset 16aa1f621ec6
Mon, 29 Feb 2016 16:08:11 +0100 roland 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC jdk8u76-b11
Mon, 29 Feb 2016 11:56:51 -0800 asaha Added tag jdk8u76-b10 for changeset a2b0ee820059
Mon, 29 Feb 2016 11:49:08 -0800 asaha Merge jdk8u76-b10
Mon, 29 Feb 2016 10:30:03 -0800 asaha Added tag jdk8u75-b10 for changeset d44c7e324682
Sun, 21 Feb 2016 08:33:59 -0500 coleenp 8150012: Better byte behavior for reflection jdk8u75-b10
Tue, 23 Feb 2016 23:47:11 +0000 kevinw 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
Mon, 22 Feb 2016 13:23:02 -0800 asaha Added tag jdk8u76-b09 for changeset 3bf0f5b8a892
Mon, 22 Feb 2016 13:11:38 -0800 asaha Merge jdk8u76-b09
Mon, 22 Feb 2016 13:02:54 -0800 asaha Added tag jdk8u75-b09 for changeset e97c45c377eb
Fri, 12 Feb 2016 18:15:57 +0300 kshefov 8059661: Test SoftReference and OOM behavior jdk8u75-b09
Mon, 15 Feb 2016 17:06:34 -0800 asaha Added tag jdk8u76-b08 for changeset 392f8722fc51
Mon, 15 Feb 2016 16:42:25 -0800 asaha Merge jdk8u76-b08
Mon, 15 Feb 2016 16:29:03 -0800 asaha Added tag jdk8u75-b08 for changeset e4a935cb6f71
Wed, 10 Feb 2016 13:34:14 +0000 kevinw 8149170: Better byte behavior for native arguments jdk8u75-b08
Mon, 08 Feb 2016 13:08:57 +0000 kevinw 8148475: Missing SA Bytecode updates.
Mon, 08 Feb 2016 12:00:15 -0800 asaha Added tag jdk8u76-b07 for changeset 7d1074c74d60
Mon, 08 Feb 2016 11:54:32 -0800 asaha Merge jdk8u76-b07
Mon, 08 Feb 2016 11:14:52 -0800 asaha Added tag jdk8u75-b07 for changeset 8c791dd1c24d
Thu, 28 Jan 2016 09:41:33 +0000 csahu 8073735: [TEST_BUG] compiler/loopopts/CountedLoopProblem.java got OOME jdk8u75-b07
Wed, 27 Jan 2016 15:01:46 +0100 simonis 8148487: PPC64: Better byte behavior
Mon, 01 Feb 2016 13:19:14 -0800 poonam 8145442: Add the facility to verify remembered sets for G1
Wed, 03 Feb 2016 19:13:31 +0300 dfazunen 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
Mon, 01 Feb 2016 12:29:26 -0800 asaha Added tag jdk8u76-b06 for changeset 6449ee3bf707
Mon, 01 Feb 2016 12:12:05 -0800 asaha Merge jdk8u76-b06
Mon, 01 Feb 2016 11:49:23 -0800 asaha Added tag jdk8u75-b06 for changeset 916712f178c3
Mon, 01 Feb 2016 10:03:30 -0800 asaha Merge jdk8u75-b06
Tue, 26 Jan 2016 12:37:01 -0800 asaha Added tag jdk8u76-b05 for changeset 35bfaf7f9021
Mon, 25 Jan 2016 14:39:01 -0800 asaha Merge jdk8u76-b05
Mon, 25 Jan 2016 12:32:22 -0800 asaha Added tag jdk8u75-b05 for changeset 1f43bd4fab06
Thu, 27 Mar 2014 22:36:08 +0100 ctornqvi 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on jdk8u75-b05
Tue, 19 Jan 2016 15:35:12 +0000 kevinw 8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051
Mon, 18 Jan 2016 10:48:15 -0800 asaha Added tag jdk8u75-b04 for changeset 32b682649973
Fri, 15 Jan 2016 22:33:15 +0000 kevinw 8132051: Better byte behavior jdk8u75-b04
Mon, 11 Jan 2016 13:41:45 -0800 asaha Added tag jdk8u75-b03 for changeset 2df9fe896819 jdk8u101-b00 jdk8u81-b00
Mon, 04 Jan 2016 11:07:24 -0800 asaha Added tag jdk8u75-b02 for changeset 9aef5b5e0a68 jdk8u75-b03
Mon, 04 Jan 2016 08:38:23 -0800 asaha Merge jdk8u75-b02
Sun, 03 Jan 2016 22:38:29 -0800 asaha Added tag jdk8u72-b31 for changeset da43260704c2
Wed, 30 Dec 2015 13:39:57 +0300 alitvinov Merge jdk8u72-b31
Mon, 21 Dec 2015 13:42:34 -0800 asaha Added tag jdk8u75-b01 for changeset ca3b8c8e390a
Mon, 21 Dec 2015 11:08:27 -0800 asaha Merge jdk8u75-b01
Mon, 21 Dec 2015 10:54:40 -0800 asaha Merge
Tue, 15 Dec 2015 14:33:21 -0800 asaha Merge
Tue, 15 Dec 2015 12:21:38 -0800 asaha Merge
Tue, 15 Dec 2015 08:37:53 -0800 asaha Added tag jdk8u66-b36 for changeset dce99debdba2
Mon, 07 Dec 2015 13:25:13 +0100 dholmes 8130212: Thread::current() might access freed memory on Solaris jdk8u66-b36
Tue, 15 Dec 2015 10:36:22 -0800 asaha Merge
Mon, 07 Dec 2015 22:58:24 -0800 asaha Merge
Mon, 07 Dec 2015 22:49:02 -0800 asaha Merge
Thu, 03 Dec 2015 13:38:09 -0800 asaha Merge
Thu, 03 Dec 2015 10:57:57 -0800 asaha Merge
Thu, 03 Dec 2015 10:31:10 -0800 asaha Added tag jdk8u66-b35 for changeset 95b0e04287fb
Wed, 02 Dec 2015 23:14:02 -0800 asaha Merge
Wed, 02 Dec 2015 15:48:22 -0800 asaha Merge
Tue, 01 Dec 2015 22:51:59 -0800 asaha Added tag jdk8u66-b34 for changeset 3d55b1055c78 jdk8u66-b35
Fri, 13 Nov 2015 14:13:57 -0800 asaha Merge jdk8u66-b34
Wed, 11 Nov 2015 20:44:48 -0800 asaha Added tag jdk8u51-b34 for changeset 4b722db6d385
Tue, 03 Nov 2015 07:16:29 -0800 asaha Added tag jdk8u66-b33 for changeset 6a0b19c56d79
Thu, 29 Oct 2015 17:31:50 -0700 asaha Merge
Wed, 28 Oct 2015 22:02:03 -0700 asaha Added tag jdk8u66-b32 for changeset d8be40462cfb jdk8u66-b33
Thu, 29 Oct 2015 17:03:53 -0700 asaha Merge
Fri, 16 Oct 2015 12:15:09 -0700 asaha Merge
Fri, 16 Oct 2015 12:01:31 -0700 asaha Added tag jdk8u75-b00 for changeset c0242ea4bde1
Sun, 20 Mar 2016 20:35:39 -0700 asaha Added tag jdk8u77-b03 for changeset 223b64a19e94
Fri, 18 Mar 2016 22:29:49 -0700 asaha Added tag jdk8u77-b02 for changeset 1b4072e4bb3a jdk8u77-b03
Wed, 16 Mar 2016 00:07:41 -0700 asaha Added tag jdk8u77-b01 for changeset ddd297e340b1 jdk8u77-b02
Tue, 15 Mar 2016 23:54:34 -0700 asaha Added tag jdk8u77-b00 for changeset 1b6d4fd2730e jdk8u77-b01
Fri, 29 Jan 2016 14:13:19 -0800 asaha Added tag jdk8u74-b02 for changeset ca9cae9aa9e9 jdk8u77-b00
Fri, 29 Jan 2016 13:59:30 -0800 asaha Merge jdk8u74-b02
Fri, 29 Jan 2016 13:41:32 -0800 asaha Added tag jdk8u73-b02 for changeset 67566d815a66
Thu, 28 Jan 2016 12:36:14 -0800 asaha Added tag jdk8u74-b01 for changeset c1031a924f2c
Thu, 28 Jan 2016 12:27:43 -0800 asaha Merge jdk8u74-b01
Thu, 28 Jan 2016 12:06:34 -0800 asaha Added tag jdk8u73-b01 for changeset 931c31db01ae jdk8u73-b02
Wed, 27 Jan 2016 21:51:15 -0800 asaha Added tag jdk8u73-b00 for changeset 26b99cd20661 jdk8u73-b01
Wed, 27 Jan 2016 21:56:01 -0800 asaha Added tag jdk8u74-b00 for changeset 451dda77f6c2
Mon, 25 Jan 2016 13:21:15 -0800 asaha Added tag jdk8u76-b04 for changeset 16f7b676725a jdk8u102-b00 jdk8u82-b00
Mon, 25 Jan 2016 08:46:19 +0000 robm Merge jdk8u76-b04
Thu, 21 Jan 2016 15:15:05 +0100 tschatzl 8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries
Tue, 19 Jan 2016 18:16:40 +0000 dbuck 8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
Tue, 19 Jan 2016 13:05:16 -0800 asaha Added tag jdk8u76-b03 for changeset 2a2720daacaa
Fri, 15 Jan 2016 16:21:59 -0800 asaha Merge jdk8u76-b03
Tue, 05 Jan 2016 08:40:50 -0800 asaha Merge
Tue, 22 Dec 2015 12:28:01 -0800 asaha Added tag jdk8u72-b15 for changeset d6670c5d49ba jdk8u74-b00
Tue, 22 Dec 2015 11:18:06 -0800 asaha Merge jdk8u72-b15
Tue, 22 Dec 2015 10:52:27 -0800 asaha Added tag jdk8u71-b15 for changeset 21d9c51cf7df jdk8u73-b00
Fri, 18 Dec 2015 11:49:20 -0800 asaha Added tag jdk8u72-b14 for changeset dc2fdd4e0b81
Fri, 18 Dec 2015 11:38:02 -0800 asaha Merge jdk8u72-b14
Fri, 18 Dec 2015 11:21:42 -0800 asaha Added tag jdk8u71-b14 for changeset 12a617fd5693 jdk8u71-b15
Tue, 05 Jan 2016 08:28:01 -0800 asaha Merge
Tue, 15 Dec 2015 22:59:18 -0800 asaha Merge
Mon, 14 Dec 2015 13:11:54 -0800 asaha Added tag jdk8u72-b13 for changeset a8e4754b89ae
Mon, 14 Dec 2015 12:56:17 -0800 asaha Merge jdk8u72-b13
Mon, 14 Dec 2015 12:40:16 -0800 asaha Added tag jdk8u71-b13 for changeset 9ba75ccbb03a jdk8u71-b14
Mon, 07 Dec 2015 13:17:00 -0800 asaha Added tag jdk8u72-b12 for changeset b8e7dd0e2117
Mon, 07 Dec 2015 13:06:13 -0800 asaha Merge jdk8u72-b12
Mon, 07 Dec 2015 12:48:38 -0800 asaha Added tag jdk8u71-b12 for changeset 8aeeda200ace jdk8u71-b13
Mon, 30 Nov 2015 12:02:21 -0800 asaha Added tag jdk8u72-b11 for changeset 37a99b0f443e
Mon, 30 Nov 2015 10:59:30 -0800 asaha Merge jdk8u72-b11
Mon, 30 Nov 2015 10:12:37 -0800 asaha Added tag jdk8u71-b11 for changeset 9905af25dff7 jdk8u71-b12
Mon, 23 Nov 2015 22:25:09 -0800 asaha Added tag jdk8u72-b10 for changeset 78b0df74e374
Mon, 23 Nov 2015 14:09:36 -0800 asaha Merge jdk8u72-b10
Mon, 23 Nov 2015 13:59:42 -0800 asaha Added tag jdk8u71-b10 for changeset db019338ef0b jdk8u71-b11
Mon, 16 Nov 2015 12:29:00 -0800 asaha Added tag jdk8u72-b09 for changeset defd2b9a9458
Mon, 16 Nov 2015 12:24:02 -0800 asaha Merge jdk8u72-b09
Mon, 16 Nov 2015 12:10:31 -0800 asaha Added tag jdk8u71-b09 for changeset 4fb1acaab7a3 jdk8u71-b10
Fri, 30 Oct 2015 08:29:19 -0700 poonam 8140249: JVM Crashing During startUp If Flight Recording is enabled
Mon, 09 Nov 2015 13:51:13 -0800 asaha Added tag jdk8u72-b08 for changeset f26ad2273cd4
Mon, 09 Nov 2015 13:41:31 -0800 asaha Merge jdk8u72-b08
Mon, 09 Nov 2015 13:13:09 -0800 asaha Added tag jdk8u71-b08 for changeset 19d7052b5671 jdk8u71-b09
Mon, 09 Nov 2015 12:56:53 -0800 asaha Merge jdk8u71-b08
Sun, 08 Nov 2015 10:21:41 -0800 asaha Added tag jdk8u66-b18 for changeset 9ae2a5adabba
Mon, 02 Nov 2015 13:21:27 -0800 asaha Added tag jdk8u72-b07 for changeset a382a72730f4
Mon, 02 Nov 2015 13:05:53 -0800 asaha Merge jdk8u72-b07
Mon, 02 Nov 2015 12:21:27 -0800 asaha Added tag jdk8u71-b07 for changeset bf9d01d1dc6c
Wed, 28 Oct 2015 15:41:20 -0700 asaha Added tag jdk8u72-b06 for changeset acf0d80cb84f
Wed, 28 Oct 2015 10:41:28 -0700 asaha Merge jdk8u72-b06
Tue, 27 Oct 2015 13:28:23 -0700 asaha Added tag jdk8u71-b06 for changeset 7dd34cca3538 jdk8u71-b07
Mon, 26 Oct 2015 12:34:53 -0700 asaha Added tag jdk8u71-b05 for changeset 8a402d51763c jdk8u71-b06
Mon, 19 Oct 2015 16:39:07 -0700 asaha Added tag jdk8u71-b04 for changeset 7466029bf3cd jdk8u71-b05
Wed, 14 Oct 2015 12:16:18 -0700 asaha Merge jdk8u71-b04
Wed, 14 Oct 2015 12:06:23 -0700 asaha Added tag jdk8u66-b31 for changeset 527f62b70fae jdk8u66-b32
Wed, 14 Oct 2015 12:02:20 -0700 asaha Merge jdk8u66-b31
Tue, 13 Oct 2015 18:10:17 +0300 aefimov Merge
Wed, 14 Oct 2015 11:54:06 -0700 asaha Merge
Mon, 12 Oct 2015 12:34:13 -0700 asaha Added tag jdk8u71-b03 for changeset e06f49d82ef8 jdk8u75-b00
Tue, 29 Sep 2015 11:35:07 -0700 asaha Added tag jdk8u71-b02 for changeset 1a799d49de23 jdk8u71-b03
Mon, 28 Sep 2015 15:47:58 -0700 asaha Merge jdk8u71-b02
Mon, 28 Sep 2015 15:40:39 -0700 asaha Merge
Tue, 22 Sep 2015 13:37:28 -0700 asaha Added tag jdk8u71-b01 for changeset 67df26e363fb
Mon, 21 Sep 2015 23:31:09 -0700 asaha Merge jdk8u71-b01
Mon, 21 Sep 2015 23:22:45 -0700 asaha Merge
Sun, 20 Sep 2015 22:55:06 -0700 asaha Merge
Fri, 18 Sep 2015 08:41:04 -0700 asaha Merge
Thu, 17 Sep 2015 12:02:22 -0700 asaha Added tag jdk8u60-b32 for changeset 9bf9a733246b
Thu, 06 Aug 2015 00:08:57 -0700 kevinw 8075773: jps running as root fails after the fix of JDK-8050807 jdk8u60-b32
Wed, 16 Sep 2015 15:31:47 +0300 alitvinov 8136561: Increment the build value to b24 for hs25.60 in 8u60-b32
Wed, 12 Aug 2015 19:44:50 -0700 katleman Added tag jdk8u60-b31 for changeset 1f646daf0d67
Wed, 12 Aug 2015 14:20:29 +0300 alitvinov Merge jdk8u60-b31
Fri, 18 Sep 2015 08:04:52 -0700 asaha Merge
Thu, 17 Sep 2015 11:56:03 -0700 asaha Added tag jdk8u51-b33 for changeset b2427357cc98 jdk8u51-b34
Thu, 06 Aug 2015 06:54:37 -0700 asaha Added tag jdk8u51-b32 for changeset e51afd2a1fc1 jdk8u51-b33
Mon, 06 Jul 2015 10:33:54 -0700 poonam 8080012: JVM times out with vdbench on SPARC M7-16 jdk8u51-b32
Fri, 10 Apr 2015 15:27:05 -0700 iveresov 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
Fri, 10 Apr 2015 15:24:50 -0700 iveresov 8062591: SPARC PICL causes significantly longer startup times
Wed, 05 Aug 2015 20:38:08 +0300 alitvinov 8133062: Increment the build value to b04 for hs25.51 in 8u51-b32
Fri, 10 Jul 2015 08:44:06 -0700 asaha Merge
Fri, 10 Jul 2015 08:33:30 -0700 asaha Added tag jdk8u31-b34 for changeset 70e73f8f43fc
Mon, 31 Aug 2015 14:41:35 -0700 asaha Merge
Tue, 25 Aug 2015 11:20:35 -0700 asaha Merge
Mon, 17 Aug 2015 14:02:43 -0700 asaha Merge
Mon, 10 Aug 2015 14:22:27 -0700 asaha Merge
Tue, 28 Jul 2015 23:38:46 -0700 asaha Merge
Thu, 23 Jul 2015 11:20:44 -0700 asaha Merge
Thu, 16 Jul 2015 17:18:06 -0700 asaha Merge
Tue, 14 Jul 2015 11:31:34 -0700 asaha 8131182: Increment minor version of HSx for 8u71 and initialize the build number
Tue, 14 Jul 2015 10:53:07 -0700 asaha Added tag jdk8u71-b00 for changeset 9a158a0c243b
Mon, 26 Jan 2015 15:51:28 -0800 sspitsyn 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Wed, 13 Jan 2016 20:47:17 -0500 simonis 8146979: Backport of 8046471 breaks ppc64 build in jdk8u because 8072383 was badly backported before
Fri, 08 Jan 2016 05:28:21 -0800 kevinw 8144483: One long Safepoint pause directly after each GC log rotation
Wed, 04 Nov 2015 16:23:08 -0800 clanger 8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
Thu, 07 Jan 2016 02:36:48 -0800 kevinw 8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
Fri, 25 Dec 2015 14:03:45 +0300 skovalev 8144937: [TEST_BUG] testlibrary_tests should be excluded for compact1 and compact2 execution
Mon, 21 Dec 2015 10:14:26 +0100 thartmann 8145754: PhaseIdealLoop::is_scaled_iv_plus_offset() does not match AddI
Mon, 21 Dec 2015 11:34:58 +0100 thartmann 8144487: PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true
Mon, 04 Jan 2016 12:05:53 -0800 asaha Added tag jdk8u76-b02 for changeset 218483967e52
Wed, 23 Dec 2015 00:50:46 +0000 robm Merge jdk8u76-b02
Fri, 24 Jul 2015 21:29:11 -0400 shade 8131782: C1 Class.cast optimization breaks when Class is loaded from static final
Fri, 18 Dec 2015 10:58:25 -0800 dcubed Merge
Fri, 18 Dec 2015 10:12:46 -0800 gthornbr 8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
Fri, 18 Dec 2015 10:11:58 -0800 gthornbr 8048232: Fix for 8046471 breaks PPC64 build
Thu, 17 Dec 2015 17:18:59 -0800 gthornbr 8046611: Build errors with gcc on sparc/fastdebug
Thu, 17 Dec 2015 17:17:31 -0800 gthornbr 8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
Thu, 10 Dec 2015 16:09:36 +0100 sla 8145099: Better error message when SA can't attach to a process
Thu, 10 Dec 2015 14:51:53 +0300 vlivanov 8144935: C2: safepoint is pruned from a non-counted loop
Fri, 04 Dec 2015 14:06:38 +0100 aeriksso 6869327: Add new C2 flag to keep safepoints in counted loops.
Wed, 02 Dec 2015 13:58:34 +0530 kevinw 8065579: WB method to start G1 concurrent mark cycle should be introduced
Tue, 15 Dec 2015 09:46:51 +0100 zmajo 8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
Mon, 21 Dec 2015 15:19:11 -0800 asaha Added tag jdk8u76-b01 for changeset c1679cc87ba0
Wed, 09 Dec 2015 10:26:00 -0800 poonam 8140031: SA: Searching for a value in Threads does not work jdk8u76-b01
Tue, 08 Dec 2015 15:05:09 +0000 kevinw Merge
Wed, 18 Dec 2013 08:39:06 +0100 sla 8029726: On OS X some dtrace probe names are mismatched with Solaris
Tue, 08 Dec 2015 14:23:56 +0000 dbuck 8022865: [TESTBUG] Compressed Oops testing needs to be revised
Mon, 07 Dec 2015 13:25:13 +0100 dholmes 8130212: Thread::current() might access freed memory on Solaris
Fri, 04 Dec 2015 14:31:14 +0000 dbuck 8029630: Thread id should be displayed as a hex number in error report
Thu, 12 Nov 2015 09:53:17 +0100 stefank 8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
Wed, 02 Dec 2015 17:48:20 -0800 ccheung 8143963: improve ClassLoader::trace_class_path to accept an additional outputStream* arg
Thu, 27 Mar 2014 22:36:08 +0100 ctornqvi 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
Tue, 17 Nov 2015 08:59:21 +0100 goetz 8139258: PPC64LE: argument passing problem when passing 15 floats in native call
Mon, 12 Oct 2015 12:20:38 +0200 mdoerr 8139421: PPC64LE: MacroAssembler::bxx64_patchable kill register R12
Thu, 26 Nov 2015 03:40:07 +0000 andrew 8143855: Bad printf formatting in frame_zero.cpp
Wed, 04 Nov 2015 13:38:38 +0100 aph 8138966: Intermittent SEGV running ParallelGC
Fri, 12 Jun 2015 16:09:45 +0100 sgehwolf 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
Tue, 17 Nov 2015 09:39:45 -0800 clanger 8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
Thu, 29 Oct 2015 14:08:19 +0300 shade 8140483: Atomic*FieldUpdaters final fields should be trusted
Fri, 30 Oct 2015 08:29:19 -0700 poonam 8140249: JVM Crashing During startUp If Flight Recording is enabled
Tue, 27 Oct 2015 03:51:05 +0000 robm Merge
Thu, 15 Oct 2015 17:38:41 +0200 zmajo 8080650: Enable stubs to use frame pointers correctly
Mon, 26 Oct 2015 13:20:50 -0700 asaha Added tag jdk8u76-b00 for changeset d7b01fb81aa8
Mon, 26 Oct 2015 13:15:57 -0700 asaha Added tag jdk8u72-b05 for changeset a2969911663a jdk8u76-b00
Wed, 21 Oct 2015 11:34:08 -0700 asaha Added tag jdk8u72-b04 for changeset 6c8ceb05ccf7 jdk8u72-b05
Tue, 20 Oct 2015 00:34:55 -0700 asaha Merge jdk8u72-b04
Sun, 18 Oct 2015 23:05:13 -0700 asaha Merge
Sat, 17 Oct 2015 00:26:45 -0700 asaha Merge
Wed, 07 Oct 2015 08:34:54 -0700 asaha Merge
Tue, 06 Oct 2015 12:18:03 -0700 asaha Added tag jdk8u66-b17 for changeset a6f2a7ba2812 jdk8u66-b18
Tue, 06 Oct 2015 11:01:56 -0700 asaha Merge
Mon, 28 Sep 2015 15:25:05 -0700 asaha Merge
Thu, 24 Sep 2015 10:03:18 -0700 asaha Merge
Thu, 24 Sep 2015 09:47:10 -0700 asaha Merge
Wed, 09 Sep 2015 10:58:32 -0700 asaha Merge
Mon, 19 Oct 2015 23:30:59 -0700 asaha Added tag jdk8u72-b03 for changeset bb98a4ba1556
Sun, 18 Oct 2015 02:28:16 +0100 robm Merge jdk8u72-b03
Thu, 15 Oct 2015 09:14:26 +0000 kevinw Merge
Fri, 03 Apr 2015 15:40:35 +0200 jbachorik 8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
Fri, 09 Oct 2015 11:28:11 +0200 thartmann 8139150: ClassVerifier frees exception message while it's still in use
Mon, 12 Oct 2015 19:31:16 +0200 roland Merge
Mon, 31 Aug 2015 17:20:08 +0200 roland 8134031: Incorrect JIT compilation of complex code with inlining and escape analysis
Wed, 14 Oct 2015 22:30:27 -0700 asaha Added tag jdk8u72-b02 for changeset 15ef554f2f2e
Mon, 12 Oct 2015 16:32:38 +0100 robm Merge jdk8u72-b02
Thu, 08 Oct 2015 09:38:24 +0200 thartmann 8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper
Thu, 08 Oct 2015 09:37:51 +0200 thartmann 8075805: Crash while trying to release CompiledICHolder
Thu, 08 Oct 2015 09:37:23 +0200 thartmann 8058737: CodeCache::find_blob fails with 'unsafe access to zombie method'
Tue, 06 Oct 2015 12:18:17 +0200 erikj 8136980: build for 8u65 and 8u66 for solaris platforms is failing
Tue, 06 Oct 2015 10:50:38 -0700 asaha Added tag jdk8u72-b01 for changeset c0205eddb317
Wed, 30 Sep 2015 14:50:11 +0200 mgerdin 8133193: Memory leak in G1 because G1RootProcessor doesn't have desctructor jdk8u72-b01
Mon, 21 Sep 2015 21:41:11 +0200 erikj 8136691: 8u65/8u66 b14 Solaris builds failed on Linking libverify.so
Wed, 16 Sep 2015 11:09:09 +0200 zmajo 8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
Sun, 06 Sep 2015 05:02:06 -0700 dbuck 8135002: Fix or remove broken links in objectMonitor.cpp comments
Tue, 01 Sep 2015 14:04:24 -0700 gthornbr 8134161: JVM is creating too many GC helper threads on T7/M7 linux/sparc platform
Mon, 17 Aug 2015 21:14:26 -0400 dholmes 8029453: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
Mon, 17 Aug 2015 15:44:58 +0100 robm Merge
Thu, 06 Aug 2015 00:08:57 -0700 kevinw 8075773: jps running as root fails after the fix of JDK-8050807
Tue, 11 Aug 2015 12:49:04 -0700 lana Merge
Thu, 06 Aug 2015 12:18:04 -0700 lana Merge
Mon, 20 Jul 2015 18:57:07 +0300 vkempik 8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
Fri, 07 Aug 2015 11:53:12 -0700 asaha Added tag jdk8u72-b00 for changeset b8f426369187
Tue, 31 May 2016 08:05:44 +0200 Doug Simon Added tag jvmci-0.10 for changeset 12aff370a636
Tue, 31 May 2016 07:51:24 +0200 Doug Simon only set c2_count to 0 if neither JVMCI not C2 are being used jvmci-0.10
Mon, 30 May 2016 22:57:05 +0200 Doug Simon Added tag jvmci-0.10 for changeset f84a5ac3be22
Mon, 30 May 2016 22:56:59 +0200 Doug Simon make JVMCI JDK immutable and sharable among different JVMCI clients
Mon, 30 May 2016 14:11:39 +0200 Doug Simon Added tag jvmci-0.9 for changeset b2ca0db14546
Wed, 25 May 2016 20:42:33 +0200 Doug Simon added dependency from hotspot to jdk.vm.ci.hotspot to ensure HotSpotVMConfig.inline.hpp is built before hotspot is compiled jvmci-0.9
Tue, 24 May 2016 14:59:46 +0200 Roland Schatz Expose jvmci mode from mx_jvmci module.
Tue, 24 May 2016 13:51:28 +0200 Roland Schatz Remove jvmci VM configuration, and backport UseJVMCICompiler flag.
Fri, 20 May 2016 15:49:00 +0200 David Leopoldseder Merge
Fri, 20 May 2016 13:53:00 +0200 David Leopoldseder Check minimum number of JVMCI compiler threads during vm creation
Fri, 20 May 2016 12:07:06 +0200 Roland Schatz Remove unused method MemoryAccessProvider.readUnsafeConstant (JDK-8157428).
Wed, 18 May 2016 21:31:59 +0200 Doug Simon revert incorrect assertion and correct javadoc around MemoryAccessProvider.readObjectConstant
Wed, 18 May 2016 11:04:37 -0700 Tom Rodriguez Remove unintentional IGV changes brought over with JDK9 sync
Tue, 17 May 2016 21:10:34 +0200 Doug Simon minimize diff to jvmci-9
Fri, 13 May 2016 16:38:50 +0200 Roland Schatz Javadoc fix.
Fri, 13 May 2016 14:33:19 +0200 Roland Schatz Replace LIRKind with abstract base class (JDK-8156942).
Fri, 13 May 2016 11:49:57 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835) - part 3
Fri, 13 May 2016 10:44:29 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835) - part 2
Thu, 12 May 2016 20:57:31 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835)
Thu, 12 May 2016 11:06:49 +0200 Doug Simon Backed out changeset: a920338dd4d4
Thu, 12 May 2016 14:24:15 +0200 Roland Schatz Remove implicit stable field handling (JDK-8156552).
Wed, 11 May 2016 16:41:28 +0200 Roland Schatz Remove support for patching Symbol pointers (JDK-8156768).
Wed, 11 May 2016 21:20:50 +0200 Doug Simon make Stable package-private
Tue, 10 May 2016 17:00:50 +0200 Roland Schatz Remove LocationIdentity (JDK-8156741).
Wed, 11 May 2016 15:54:36 +0200 Doug Simon remove JVMCIError and UnsafeUtil classes (JDK-8156759)
Wed, 11 May 2016 09:53:28 +0200 Josef Eisl 8156034: update 02
Wed, 11 May 2016 09:50:37 +0200 Josef Eisl 8156034: update 01
Tue, 10 May 2016 14:55:40 +0200 Roland Schatz Remove stable constant handling from ConstantReflectionProvider (JDK-8156552).
Mon, 02 May 2016 14:57:11 +0200 Josef Eisl Notify the compiler on completion of a bootstrap (JDK-8156034)
Tue, 10 May 2016 11:17:23 +0200 Roland Schatz Make all get[Declared]Annotation methods look the same.
Mon, 09 May 2016 09:37:36 -0700 Tom Rodriguez rename magicBytes to MAGIC_BYTES
Mon, 09 May 2016 16:34:20 +0200 Doug Simon added JVMCIPermission (JDK-8155023)
Mon, 09 May 2016 16:08:16 +0200 Doug Simon allow JVMCI compiler to change the compilation policy for a method (JDK-8152311)
Mon, 09 May 2016 11:31:54 +0200 Roland Schatz Return empty array instead of null in getDeclaredAnnotations.
Fri, 06 May 2016 11:01:40 -0700 Tom Rodriguez Add explicit version number to binary IGV format and add some backwards compatibility logic
Fri, 06 May 2016 13:21:20 +0200 Roland Schatz Make ResolvedJava* types extend AnnotatedElement.
Wed, 04 May 2016 12:06:51 +0200 Roland Schatz Make HotSpotResolvedObjectTypeImpl.createField internal.
Fri, 29 Apr 2016 14:47:29 -0700 Tom Rodriguez Remove ResolvedJavaType.getClassFilePath
Tue, 03 May 2016 08:45:04 -0700 Tom Rodriguez Rename isAllocationCloneable to isCloneableWithAllocation
Tue, 03 May 2016 12:07:58 +0200 Roland Schatz Use CHECK instead of HAS_PENDING_EXCEPTION (JDK-8155735).
Mon, 02 May 2016 15:19:08 +0200 Roland Schatz Fix Symbol* leak (JDK-8155735).
Mon, 02 May 2016 08:05:08 +0200 Stefan Anzinger Backed out changeset 30544794ea23
Sun, 01 May 2016 23:58:05 +0200 Doug Simon jdk.vm.ci needs to securely export services (JDK-8155023)
Sun, 01 May 2016 11:24:36 +0200 Stefan Anzinger [IGV] Fix String object reading from BinaryGraphs
Fri, 29 Apr 2016 14:49:30 +0200 Roland Schatz Use strings instead of Symbol* for exception names (JDK-8155735).
Fri, 29 Apr 2016 11:10:18 +0200 Roland Schatz Merge.
Fri, 29 Apr 2016 10:54:19 +0200 Roland Schatz Remove TrustedInterface (JDK-8155719).
Fri, 29 Apr 2016 00:36:35 +0200 Doug Simon checkstyle fixes
Thu, 28 Apr 2016 15:16:47 +0200 Doug Simon jdk.vm.ci needs to securely export services (JDK-8155023)
Thu, 28 Apr 2016 14:55:09 +0200 Doug Simon added more entries to ignore
Thu, 28 Apr 2016 13:32:46 +0200 Doug Simon HotSpotMemoryAccessProviderImpl.readObjectConstant should support reading fields in objects (JDK-8155626)
Thu, 28 Apr 2016 13:29:40 +0200 Doug Simon MemoryAccessProvider.readUnsafeConstant javadoc should be updated for null JavaKind case (JDK-8155244)
Thu, 28 Apr 2016 13:06:12 +0200 Doug Simon align the permission checked by Services with jvmci-9
Thu, 28 Apr 2016 13:04:41 +0200 Doug Simon make JVMCICompilerFactory an abstract class with security checks (JDK-8155622)
Thu, 28 Apr 2016 13:07:46 -0700 Tom Rodriguez Add ResolvedJavaType.isAllocationClonable
Thu, 28 Apr 2016 09:29:35 -0700 Tom Rodriguez Import pure whitespace changes from JDK9 IGV
Thu, 28 Apr 2016 09:29:22 -0700 Tom Rodriguez Import actual changes from JDK9 IGV which is mostly copyright related
Thu, 21 Apr 2016 14:14:01 +0200 David Leopoldseder re-enable commented-out assertion
Thu, 21 Apr 2016 14:13:43 +0200 David Leopoldseder remove outdated, commented-out code
Tue, 19 Apr 2016 23:28:22 -0700 Tom Rodriguez Update hsdis binaries
Tue, 19 Apr 2016 21:36:49 -0700 Tom Rodriguez Throw exception in IGV if ensureAvailable is called with too large a size
Mon, 18 Apr 2016 10:18:48 -0700 Tom Rodriguez Handle Strings larger than buffer size properly in IGV
Thu, 14 Apr 2016 15:56:53 -0700 Tom Rodriguez Fix typo
Wed, 13 Apr 2016 23:28:03 -0700 Tom Rodriguez Fix HTML quoting in tooltips and remove useless entries from search box
Wed, 06 Apr 2016 20:02:32 -0700 Tom Rodriguez 8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
Thu, 07 Apr 2016 11:09:49 -0700 Tom Rodriguez Sync speculation log changes with JDK9 version
Thu, 07 Apr 2016 13:56:58 +0200 Doug Simon update to Eclipse 4.5.2 format style
Mon, 04 Apr 2016 22:59:08 +0200 Doug Simon do not install an empty SpeculationLog in an nmethod (JDK-8153439)
Mon, 04 Apr 2016 22:42:53 +0200 Doug Simon register DEFAULT_VM as env var to be captured in IDE configs
Wed, 30 Mar 2016 16:25:12 +0200 Doug Simon fixed javadoc for methods in MethodHandleAccessProvider to describe exceptions thrown (JDK-8152021, JDK-8152022, JDK-8152023)
Wed, 30 Mar 2016 16:06:48 +0200 Doug Simon fixed javadoc and implementation of MemoryAccessProvider methods to only throw IllegalArgumentException (JDK-8152024)
Fri, 01 Apr 2016 10:32:24 -0700 Tom Rodriguez Don't generate LeafType assumptions for isLeaf == true types
Thu, 31 Mar 2016 10:21:27 -0700 Tom Rodriguez Add folder and graph property support to binary graphs in IGV
Fri, 25 Mar 2016 14:08:23 -0700 Tom Rodriguez findLeafConcreteSubtype should handle arrays of leaf concrete subtype
Fri, 25 Mar 2016 13:30:32 +0100 Roland Schatz Remove `desc` argument from JVMCIRuntime::throw_class_cast_exception.
Fri, 25 Mar 2016 12:40:19 +0100 Roland Schatz Backout removal of HotSpotVMSymbols class.
Wed, 23 Mar 2016 23:21:34 -0700 Tom Rodriguez evol_method dependencies failures should return dependencies_failed
Tue, 22 Mar 2016 15:55:59 +0100 Roland Schatz Create exception throwing routines for exceptions with complex messages.
Wed, 23 Mar 2016 10:42:47 +0100 Doug Simon fix for new clang warnings
Tue, 22 Mar 2016 19:21:59 +0100 Josef Eisl mx: remove makejmhdeps buildjmh and jmh.
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
Tue, 08 Sep 2015 14:05:56 -0700 asaha Merge jdk8u66-b13
Tue, 08 Sep 2015 13:50:12 -0700 asaha Added tag jdk8u65-b13 for changeset 529bea83b674 jdk8u65-b14
Mon, 31 Aug 2015 13:58:29 -0700 asaha Added tag jdk8u66-b12 for changeset ab64d7ea4f48
Mon, 31 Aug 2015 13:42:04 -0700 asaha Merge jdk8u66-b12
Mon, 31 Aug 2015 13:34:15 -0700 asaha Added tag jdk8u65-b12 for changeset a5fbc6967cf5 jdk8u65-b13
Mon, 24 Aug 2015 12:17:36 -0700 asaha Added tag jdk8u66-b11 for changeset 8a23b6392c59
Mon, 24 Aug 2015 12:04:50 -0700 asaha Merge jdk8u66-b11
Mon, 24 Aug 2015 11:52:14 -0700 asaha Added tag jdk8u65-b11 for changeset a106723ba507 jdk8u65-b12
Mon, 20 Jul 2015 18:57:07 +0300 vkempik 8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
Mon, 17 Aug 2015 13:31:44 -0700 asaha Added tag jdk8u66-b10 for changeset 5280a8174aea
Mon, 17 Aug 2015 13:20:06 -0700 asaha Merge jdk8u66-b10
Mon, 17 Aug 2015 12:38:17 -0700 asaha Added tag jdk8u65-b10 for changeset 0274b03fdf4a jdk8u65-b11
Mon, 10 Aug 2015 12:35:28 -0700 asaha Added tag jdk8u66-b09 for changeset 83621deea0fc
Mon, 10 Aug 2015 12:26:09 -0700 asaha Merge jdk8u66-b09
Mon, 10 Aug 2015 12:14:17 -0700 asaha Added tag jdk8u65-b09 for changeset c6d1a21e213d jdk8u65-b10
Wed, 05 Aug 2015 16:07:31 -0700 asaha Merge jdk8u65-b09
Wed, 05 Aug 2015 16:02:25 -0700 asaha Merge
Wed, 05 Aug 2015 13:05:50 -0700 katleman Added tag jdk8u60-b27 for changeset 10ad4b9d79f9
Tue, 04 Aug 2015 12:32:01 -0700 asaha Added tag jdk8u66-b08 for changeset aedefb75358f
Mon, 03 Aug 2015 12:22:02 -0700 asaha Merge jdk8u66-b08
Mon, 03 Aug 2015 11:44:21 -0700 asaha Added tag jdk8u65-b08 for changeset d8519b30e607
Thu, 30 Jul 2015 08:50:57 -0700 asaha Merge
Wed, 29 Jul 2015 14:46:22 -0700 asaha Merge jdk8u65-b08
Wed, 29 Jul 2015 14:19:53 -0700 asaha Merge
Wed, 29 Jul 2015 13:11:05 -0700 katleman Added tag jdk8u60-b26 for changeset 6a6759372807 jdk8u60-b27
Wed, 29 Jul 2015 11:43:06 -0700 asaha Added tag jdk8u66-b07 for changeset 6594411c4eb4
Tue, 28 Jul 2015 23:17:54 -0700 asaha Merge jdk8u66-b07
Mon, 27 Jul 2015 10:24:51 -0700 asaha Added tag jdk8u65-b07 for changeset 008b42595f2b
Tue, 28 Jul 2015 23:01:47 -0700 asaha Merge
Thu, 23 Jul 2015 10:56:10 -0700 asaha Merge
Wed, 22 Jul 2015 16:47:05 -0700 asaha Merge jdk8u65-b07
Wed, 22 Jul 2015 16:23:26 -0700 asaha Merge
Wed, 22 Jul 2015 14:36:02 -0700 katleman Added tag jdk8u60-b25 for changeset 6b4ea38c01bd jdk8u60-b26
Mon, 20 Jul 2015 11:39:27 -0700 asaha Added tag jdk8u65-b06 for changeset 3070e116da4c
Thu, 16 Jul 2015 16:49:21 -0700 asaha Merge
Thu, 16 Jul 2015 12:54:07 -0700 asaha Merge jdk8u65-b06
Wed, 15 Jul 2015 14:16:46 -0700 asaha Merge
Mon, 13 Jul 2015 12:25:53 -0700 asaha Added tag jdk8u65-b05 for changeset aa915217a00c jdk8u71-b00
Thu, 09 Jul 2015 22:45:22 -0700 asaha Merge jdk8u65-b05
Wed, 08 Jul 2015 15:25:40 -0700 asaha Merge
Mon, 06 Jul 2015 08:27:51 -0700 asaha Added tag jdk8u51-b31 for changeset 20bad8c6c7b4
Mon, 06 Jul 2015 12:24:28 -0700 asaha Added tag jdk8u65-b04 for changeset 2a03fd592fe6
Mon, 29 Jun 2015 12:07:04 -0700 asaha Added tag jdk8u65-b03 for changeset ea47136e6ea4 jdk8u65-b04
Wed, 24 Jun 2015 21:53:53 -0700 asaha Merge jdk8u65-b03
Fri, 19 Jun 2015 08:06:17 -0700 asaha Merge jdk8u51-b31
Fri, 19 Jun 2015 07:37:36 -0700 asaha Added tag jdk8u45-b37 for changeset 3c2ea5da6afd
Wed, 17 Jun 2015 05:56:43 -0700 poonam 8085965: VM hangs in C2Compiler jdk8u45-b37
Mon, 01 Dec 2014 15:24:56 +0100 mgerdin 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
Thu, 26 Mar 2015 13:19:32 +0100 brutisso 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
Thu, 23 Oct 2014 11:43:29 +0200 ehelin 8061630: G1 iterates over JNIHandles two times
Thu, 07 Aug 2014 09:35:08 +0200 brutisso 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
Mon, 08 Dec 2014 18:57:33 +0100 mgerdin 8067655: Clean up G1 remembered set oop iteration
Thu, 18 Jun 2015 20:18:58 +0300 alitvinov 8129221: Increment the build value to b03 for hs25.45 in 8u45-b37
Wed, 24 Jun 2015 21:36:19 -0700 asaha Merge
Wed, 24 Jun 2015 15:36:40 -0700 asaha Merge
Mon, 22 Jun 2015 11:34:42 -0700 asaha Added tag jdk8u65-b02 for changeset 488661b9cbda
Wed, 17 Jun 2015 23:23:12 -0700 asaha Merge jdk8u65-b02
Mon, 15 Jun 2015 11:38:38 -0700 asaha Added tag jdk8u65-b01 for changeset b6815d853c35
Thu, 11 Jun 2015 09:17:21 -0700 asaha Merge jdk8u65-b01
Mon, 08 Jun 2015 15:45:01 -0700 asaha Merge
Mon, 08 Jun 2015 14:12:27 -0700 asaha Merge
Thu, 04 Jun 2015 12:02:19 -0700 asaha Added tag jdk8u45-b36 for changeset 48b09bb74117
Wed, 03 Jun 2015 08:52:40 -0700 asaha Added tag jdk8u45-b35 for changeset 3cb364e46590 jdk8u45-b36
Mon, 08 Jun 2015 14:02:39 -0700 asaha Merge
Thu, 04 Jun 2015 15:15:08 -0700 asaha Merge
Thu, 07 May 2015 18:13:43 -0700 asaha Merge
Wed, 06 May 2015 10:59:06 -0700 asaha Merge
Wed, 06 May 2015 08:22:29 -0700 asaha Added tag jdk8u45-b34 for changeset dc3c47fc6218 jdk8u45-b35
Thu, 30 Apr 2015 22:42:05 -0700 asaha Merge jdk8u45-b34
Mon, 20 Apr 2015 15:15:34 -0700 asaha Added tag jdk8u45-b33 for changeset 9b2bf0d8a9a0
Tue, 05 May 2015 13:16:02 -0700 asaha Merge
Mon, 27 Apr 2015 14:58:54 -0700 asaha Merge
Mon, 20 Apr 2015 13:35:17 -0700 asaha Merge
Tue, 14 Apr 2015 19:10:28 +0300 vlivanov 8075838: Method for typing MethodTypes
Mon, 06 Apr 2015 12:35:26 -0700 asaha Merge
Mon, 06 Apr 2015 12:26:32 -0700 asaha Added tag jdk8u52-b07 for changeset 9b6f44853eed
Mon, 06 Apr 2015 12:15:37 -0700 asaha Merge jdk8u52-b07
Mon, 30 Mar 2015 14:12:34 -0700 asaha Added tag jdk8u52-b06 for changeset 0219ab69f007
Wed, 01 Apr 2015 12:55:07 -0700 asaha 8076505: Increment minor version of HSx for 8u65 and initialize the build number
Tue, 31 Mar 2015 15:09:59 -0700 asaha Added tag jdk8u65-b00 for changeset 0219ab69f007
Tue, 28 Jul 2015 22:46:42 -0700 asaha Added tag jdk8u66-b02 for changeset ae5624088d86 jdk8u72-b00
Wed, 22 Jul 2015 10:12:56 -0700 amurillo Added tag hs25.66-b03 for changeset 47110b037994 jdk8u66-b02
Tue, 21 Jul 2015 15:35:12 -0700 amurillo 8079410: Hotspot version to share the same update and build version from JDK hs25.66-b03
Fri, 17 Jul 2015 01:04:08 -0700 amurillo 8131628: new hotspot build - hs25.66-b03
Fri, 17 Jul 2015 00:35:34 -0700 amurillo Added tag hs25.66-b02 for changeset 0366ad2644f5
Fri, 17 Jul 2015 00:35:23 -0700 amurillo Merge hs25.66-b02
Wed, 15 Jul 2015 15:32:33 +0200 aeriksso 8131333: [TESTBUG] RedefineRunningMethodsWithResolutionErrors.java Improperly specified VM option 'TraceRedefineClasses=0x600'
Wed, 15 Jul 2015 14:50:58 -0700 amurillo 8131588: new hotspot build - hs25.66-b02
Mon, 02 Jun 2014 19:08:18 +0200 ctornqvi 8044364: runtime/RedefineFinalizer test fails on windows
Wed, 28 May 2014 07:36:32 -0700 dsamersoff 6904403: assert(f == k-&gt;has_finalizer(),&quot;inconsistent has_finalizer&quot;) with debug VM
Thu, 09 Jul 2015 11:10:19 -0700 amurillo Added tag hs25.66-b01 for changeset ad04e0ef0f85
Thu, 09 Jul 2015 11:10:15 -0700 amurillo Merge hs25.66-b01
Wed, 08 Jul 2015 10:36:43 -0400 bpittore 8080776: ARM 32 bit binaries do not run on 64 bit ARM v8 hardware
Mon, 06 Jul 2015 10:33:54 -0700 poonam 8080012: JVM times out with vdbench on SPARC M7-16
Mon, 06 Jul 2015 06:48:11 -0700 poonam 8129108: nmethod related crash in CMS
Sat, 04 Jul 2015 15:32:44 +0100 kevinw Merge
Tue, 16 Jun 2015 15:59:57 +0200 aeriksso 8076110: VM crash when class is redefined with Instrumentation.redefineClasses
Thu, 16 Jul 2015 14:23:10 -0700 katleman Added tag jdk8u66-b01 for changeset 777a354cada5
Wed, 15 Jul 2015 12:03:54 -0700 asaha Merge jdk8u66-b01
Wed, 15 Jul 2015 11:48:08 -0700 asaha Added tag jdk8u60-b24 for changeset fb157d537278 jdk8u60-b25
Wed, 15 Jul 2015 11:50:53 -0700 asaha Merge
Tue, 14 Jul 2015 09:11:07 -0700 asaha Merge
Mon, 13 Jul 2015 10:49:37 -0700 asaha Merge jdk8u60-b24
Thu, 09 Jul 2015 09:31:23 -0700 amurillo Added tag hs25.60-b23 for changeset d89ceecf1bad
Thu, 09 Jul 2015 09:31:18 -0700 amurillo Merge hs25.60-b23
Tue, 07 Jul 2015 14:56:08 -0700 amurillo 8129939: new hotspot build - hs25.60-b23
Mon, 06 Jul 2015 10:33:54 -0700 poonam 8080012: JVM times out with vdbench on SPARC M7-16
Mon, 06 Jul 2015 06:48:11 -0700 poonam 8129108: nmethod related crash in CMS
Wed, 08 Jul 2015 12:12:03 -0700 asaha Merge
Wed, 08 Jul 2015 11:52:25 -0700 katleman Added tag jdk8u60-b23 for changeset 0e4094950cd3
Wed, 01 Jul 2015 22:01:35 -0700 asaha Merge
Wed, 24 Jun 2015 11:08:52 -0700 asaha Merge
Wed, 17 Jun 2015 21:53:15 -0700 asaha Merge
Wed, 10 Jun 2015 23:13:44 -0700 asaha Merge
Mon, 08 Jun 2015 12:06:37 -0700 asaha Merge
Mon, 08 Jun 2015 11:06:46 -0700 asaha Added tag jdk8u51-b16 for changeset 3639e38bd73f
Thu, 04 Jun 2015 13:28:28 -0700 asaha Merge
Mon, 01 Jun 2015 11:40:55 -0700 asaha Added tag jdk8u51-b15 for changeset 9a70cba6a3c3 jdk8u51-b16
Mon, 01 Jun 2015 11:24:34 -0700 asaha 8081622: Increment the build value to b03 for hs25.51 in 8u51-b15 jdk8u51-b15
Wed, 03 Jun 2015 20:27:36 -0700 asaha Merge
Thu, 28 May 2015 20:52:47 -0700 asaha Merge
Tue, 26 May 2015 13:26:35 -0700 asaha Added tag jdk8u51-b14 for changeset a4eea4bee2d4
Mon, 18 May 2015 12:15:56 -0700 asaha Added tag jdk8u51-b13 for changeset 07e103f3f438 jdk8u51-b14
Mon, 11 May 2015 12:16:43 -0700 asaha Added tag jdk8u51-b12 for changeset 05c80f1060f0 jdk8u51-b13
Tue, 05 May 2015 10:04:03 -0700 asaha Added tag jdk8u51-b11 for changeset 1a122beb9dc6 jdk8u51-b12
Thu, 30 Apr 2015 23:04:21 -0700 asaha Merge jdk8u51-b11
Thu, 30 Apr 2015 00:57:44 -0700 asaha Added tag jdk8u45-b15 for changeset a5ba7c9a0b91
Mon, 27 Apr 2015 14:29:16 -0700 asaha Added tag jdk8u51-b10 for changeset 928e1994ad43
Tue, 14 Apr 2015 19:10:28 +0300 vlivanov 8075838: Method for typing MethodTypes jdk8u51-b10
Wed, 28 Jan 2015 21:43:06 +0000 kevinw 8035938: Memory leak in JvmtiEnv::GetConstantPool
Thu, 23 Apr 2015 09:10:15 -0700 asaha 8078529: Increment the build value to b02 for hs25.51 in 8u51-b10
Mon, 20 Apr 2015 12:51:55 -0700 asaha Added tag jdk8u51-b09 for changeset ce81c4487dd1
Wed, 15 Apr 2015 11:03:25 -0700 asaha Merge jdk8u51-b09
Mon, 13 Apr 2015 13:39:12 -0700 asaha Added tag jdk8u45-b32 for changeset 1428b6aa09c4 jdk8u45-b33
Mon, 13 Apr 2015 11:06:19 -0700 asaha Merge jdk8u45-b32
Mon, 13 Apr 2015 14:11:16 -0700 asaha Added tag jdk8u51-b08 for changeset 631d4029d851
Mon, 06 Apr 2015 11:58:44 -0700 asaha Added tag jdk8u51-b07 for changeset 5c017acbaf01 jdk8u51-b08
Mon, 06 Apr 2015 11:48:05 -0700 asaha Merge jdk8u51-b07
Mon, 06 Apr 2015 11:05:08 -0700 asaha Added tag jdk8u45-b31 for changeset 894b92a02c53
Mon, 30 Mar 2015 11:27:59 -0700 asaha Added tag jdk8u51-b06 for changeset 3816de51b5e7 jdk8u52-b06 jdk8u65-b00
Mon, 09 Mar 2015 09:59:53 +0100 roland 8071731: Better scaling for C1 jdk8u51-b06
Mon, 23 Mar 2015 11:15:48 -0700 asaha Added tag jdk8u51-b05 for changeset 6ce994385353
Wed, 18 Mar 2015 15:51:38 -0700 asaha Added tag jdk8u51-b04 for changeset 0b3f44955388 jdk8u51-b05
Tue, 17 Mar 2015 11:42:30 -0700 asaha Merge jdk8u51-b04
Tue, 17 Mar 2015 11:34:42 -0700 asaha Merge jdk8u45-b31
Tue, 17 Mar 2015 08:34:33 -0700 asaha Merge
Mon, 16 Mar 2015 12:05:49 -0700 asaha Merge
Mon, 16 Mar 2015 11:49:32 -0700 asaha Added tag jdk8u40-b32 for changeset 850a290eb108 jdk8u40-b33
Thu, 12 Mar 2015 22:18:05 -0700 asaha Merge jdk8u40-b32
Wed, 11 Mar 2015 14:10:41 -0700 asaha Added tag jdk8u51-b03 for changeset cf2956592430
Wed, 11 Mar 2015 13:53:50 -0700 asaha Merge jdk8u51-b03
Wed, 11 Mar 2015 13:45:38 -0700 asaha Added tag jdk8u40-b31 for changeset 8220f68a195f
Sat, 07 Mar 2015 16:13:50 -0800 asaha Merge jdk8u40-b31
Mon, 02 Mar 2015 12:06:09 -0800 asaha Merge
Tue, 10 Mar 2015 15:46:16 -0700 asaha Merge
Mon, 09 Mar 2015 15:18:43 -0700 asaha Merge
Wed, 04 Mar 2015 12:29:51 -0800 asaha Added tag jdk8u51-b02 for changeset 8f03c2f5fc17
Mon, 02 Mar 2015 11:46:41 -0800 asaha Merge jdk8u51-b02
Wed, 25 Feb 2015 12:26:25 -0800 asaha Added tag jdk8u51-b01 for changeset c1de2652a48c
Wed, 25 Feb 2015 12:12:41 -0800 asaha Merge jdk8u51-b01
Tue, 10 Feb 2015 14:59:03 -0800 asaha Added tag jdk8u31-b33 for changeset 26b1dc6891c4 jdk8u31-b34
Wed, 25 Feb 2015 11:39:29 -0800 asaha Merge
Tue, 17 Feb 2015 11:03:35 -0800 asaha Merge
Thu, 12 Feb 2015 08:24:18 -0800 asaha Merge
Mon, 09 Feb 2015 13:30:30 -0500 kbarrett 8071931: Return of the phantom menace
Wed, 28 Jan 2015 21:47:04 -0800 asaha Merge
Thu, 22 Jan 2015 10:12:12 -0800 asaha Merge
Thu, 22 Jan 2015 09:48:22 -0800 asaha Merge
Thu, 22 Jan 2015 09:36:34 -0800 asaha Merge
Mon, 12 Jan 2015 14:53:24 -0800 asaha Merge
Thu, 08 Jan 2015 08:46:36 -0800 asaha 8068674: Increment minor version of HSx for 8u51 and initialize the build number
Thu, 08 Jan 2015 08:38:41 -0800 asaha Added tag jdk8u51-b00 for changeset b22b01407a81
Tue, 14 Jul 2015 12:05:41 -0700 amurillo Merge
Thu, 02 Jul 2015 11:14:27 -0700 amurillo 8130291: Update the Hotspot version numbers in Hotspot for JDK 8u66
Thu, 02 Jul 2015 10:21:36 -0700 amurillo Merge
Thu, 02 Jul 2015 07:30:09 -0700 dbuck 8072147: Preloading libjsig.dylib causes deadlock when signal() is called
Wed, 08 Jul 2015 14:05:50 +0100 robm Added tag jdk8u66-b00 for changeset 878cb0df27c2
Wed, 01 Jul 2015 21:52:18 -0700 asaha Added tag jdk8u60-b22 for changeset 878cb0df27c2 jdk8u60-b23
Mon, 29 Jun 2015 16:55:18 -0700 amurillo Merge jdk8u60-b22 jdk8u66-b00
Thu, 25 Jun 2015 23:43:40 -0700 amurillo Added tag hs25.60-b22 for changeset ff8fdeb2fb6d
Thu, 25 Jun 2015 23:43:36 -0700 amurillo Merge hs25.60-b22
Thu, 25 Jun 2015 09:04:28 +0200 tschatzl 8129604: Incorrect GPL header in README causes RE script to create wrong output
Thu, 25 Jun 2015 10:12:25 +0200 tschatzl 8129602: Incorrect GPL header causes RE script to create wrong output
Wed, 24 Jun 2015 17:20:04 +0000 coleenp Merge
Tue, 23 Jun 2015 22:10:33 -0400 coleenp 8129607: Incorrect GPL header
Thu, 11 Jun 2015 14:19:40 +0300 vlivanov 8074551: GWT can be marked non-compilable due to deopt count pollution
Tue, 23 Jun 2015 22:14:58 -0400 aph 8080600: AARCH64: testlibrary does not support AArch64
Thu, 18 Jun 2015 23:42:09 -0700 amurillo 8129314: new hotspot build - hs25.60-b22
Sat, 27 Jun 2015 23:21:31 -0700 lana Merge
Wed, 24 Jun 2015 10:41:20 -0700 katleman Added tag jdk8u60-b21 for changeset e0d75c284bd1
Fri, 26 Jun 2015 16:16:34 +0000 jeff 8079531: Third Party License Readme update for 8u60
Thu, 18 Jun 2015 22:17:37 -0700 amurillo Added tag hs25.60-b21 for changeset 4b6687a4f2fe jdk8u60-b21
Thu, 18 Jun 2015 22:17:33 -0700 amurillo Merge hs25.60-b21
Wed, 17 Jun 2015 13:09:55 +0000 poonam Merge
Wed, 17 Jun 2015 05:56:43 -0700 poonam 8085965: VM hangs in C2Compiler
Wed, 17 Jun 2015 09:38:56 +0200 ehelin 8087200: Code heap does not use large pages
Thu, 11 Jun 2015 22:52:18 -0700 amurillo 8087238: new hotspot build - hs25.60-b21
Wed, 17 Jun 2015 11:42:10 -0700 lana Added tag jdk8u60-b20 for changeset 3b6c97747ccc
Thu, 11 Jun 2015 18:39:53 -0700 amurillo Added tag hs25.60-b20 for changeset e01a710549a9 jdk8u60-b20
Thu, 11 Jun 2015 18:39:51 -0700 amurillo Merge hs25.60-b20
Sun, 02 Nov 2014 18:42:30 +0300 iignatyev 8036913: make DeoptimizeALot dependent on number of threads
Tue, 10 Mar 2015 21:20:10 -0400 sgehwolf 8074312: Enable hotspot builds on 4.x Linux kernels
Wed, 29 Apr 2015 12:23:48 -0700 sgehwolf 8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
Wed, 10 Jun 2015 20:15:29 -0400 dholmes Merge
Wed, 20 May 2015 09:07:36 -0400 skovalev 8078834: [TESTBUG] Tests fails on ARM64 due to unknown hardware
Wed, 10 Jun 2015 19:50:15 +0200 roland Merge
Thu, 04 Jun 2015 16:19:22 +0200 roland 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
Wed, 10 Jun 2015 19:44:59 +0200 jwilhelm Merge
Tue, 09 Jun 2015 20:10:29 +0200 jwilhelm 8086111: BACKOUT - metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
Tue, 02 Jun 2015 10:41:18 +0200 aeriksso 8072588: JVM crashes in JNI if toString is declared as an interface method
Thu, 07 May 2015 15:05:46 +0200 aeriksso 8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError
Thu, 04 Jun 2015 23:11:44 -0700 amurillo 8085869: new hotspot build - hs25.60-b20
Wed, 10 Jun 2015 18:15:49 -0700 lana Added tag jdk8u60-b19 for changeset bd9221771f6e
Thu, 04 Jun 2015 22:57:47 -0700 amurillo Added tag hs25.60-b19 for changeset b852350a2bc6 jdk8u60-b19
Thu, 04 Jun 2015 22:57:44 -0700 amurillo Merge hs25.60-b19
Tue, 02 Jun 2015 10:09:08 -0400 jprovino 8081693: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
Wed, 03 Jun 2015 14:22:57 +0200 roland 8077504: Unsafe load can loose control dependency and cause crash
Tue, 06 May 2014 09:17:57 +0200 anoll 8036851: volatile double accesses are not explicitly atomic in C2