hotspot/src/share/vm/classfile/javaClasses.cpp
Mon, 10 Oct 2016 08:34:32 -0400 hseigel 8166364: fatal error: acquiring lock DirtyCardQ_CBL_mon/16 out of order with lock Module_lock/6 -- possible deadlock
Mon, 19 Sep 2016 12:04:28 -0400 lfoltan 8163406: The fixup_module_list must be protected by Module_lock when inserting new entries
Tue, 30 Aug 2016 23:48:16 -0400 kbarrett 8156500: Move Reference pending list into VM to prevent deadlocks
Mon, 01 Aug 2016 16:28:23 -0400 coleenp 8161445: [BACKOUT] MemberNameTable doesn't purge stale entries
Tue, 05 Jul 2016 15:34:06 -0400 drwhite 8158946: btree009 fails with assert(s > 0) failed: Bad size calculated
Tue, 21 Jun 2016 12:09:36 +0200 redestad 8159590: Remove deprecated methods from jdk.internal.misc.VM
Wed, 15 Jun 2016 09:48:24 -0400 coleenp 8152271: MemberNameTable doesn't purge stale entries
Wed, 01 Jun 2016 11:14:58 -0400 hseigel 8156156: Add module specific NMT MemoryType
Mon, 09 May 2016 22:22:15 +0200 rehn 8153535: Convert TraceRedefineClasses to Unified Logging
Fri, 29 Apr 2016 22:40:51 -0400 mockner 8154110: Update class* and safepoint* logging subsystems
Fri, 29 Apr 2016 02:13:40 +0300 vlivanov Merge
Tue, 26 Apr 2016 10:28:51 +0200 rbackman 8151956: Support non-continuous CodeBlobs in HotSpot
Fri, 22 Apr 2016 01:04:00 -0700 amurillo Merge
Thu, 21 Apr 2016 09:23:04 -0400 lfoltan 8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded
Mon, 18 Apr 2016 15:39:46 -0700 amurillo Merge
Fri, 08 Apr 2016 12:26:29 -0700 bchristi 8153123: Streamline StackWalker code
Fri, 15 Apr 2016 16:19:15 +0100 chegar 8137058: Clear out all non-Critical APIs from sun.reflect
Wed, 23 Mar 2016 23:36:29 +0100 jwilhelm Merge
Thu, 17 Mar 2016 19:04:01 +0000 alanb 8142968: Module System implementation
Tue, 22 Mar 2016 13:32:18 -0400 coleenp 8144940: Broken hash in string table entry in closed/runtime/7158800/BadUtf8.java
Sat, 12 Mar 2016 07:23:20 -0500 coleenp 8151728: jni test crashes JVM assert(_handle != __null) failed: resolving NULL handle
Thu, 10 Mar 2016 13:43:47 -0500 coleenp 8150778: Reduce Throwable.getStackTrace() calls to the JVM
Wed, 03 Feb 2016 18:16:54 +0100 mockner Merge
Wed, 03 Feb 2016 11:40:30 -0500 mockner 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging.
Thu, 28 Jan 2016 09:49:17 +0100 thartmann Merge
Thu, 14 Jan 2016 17:36:29 +0100 jwilhelm Merge
Thu, 14 Jan 2016 13:26:19 +0100 david 8146690: Make all classes in GC follow the naming convention.
Tue, 12 Jan 2016 10:44:41 -1000 twisti 8146246: JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
Wed, 23 Dec 2015 07:27:42 -1000 twisti 8145435: [JVMCI] some tests on Windows fail with: assert(!thread->is_Java_thread()) failed: must not be java thread
Mon, 30 Nov 2015 19:38:51 +0100 jwilhelm Merge
Tue, 24 Nov 2015 14:59:17 -0800 mchung 8143911: Reintegrate JEP 259: Stack-Walking API
Tue, 24 Nov 2015 10:12:11 -0800 ctornqvi 8143931: Back out JDK-8140450
Mon, 23 Nov 2015 12:44:43 -0800 mchung 8140450: Implement JEP 259: Stack-Walking API
Wed, 25 Nov 2015 21:31:33 +0300 vlivanov 8144024: Octane fails with "memory leak: allocating handle outside HandleMark"
Wed, 18 Nov 2015 03:03:43 +0300 vlivanov 8139595: MethodHandles::remove_dependent_nmethod is not MT safe
Fri, 06 Nov 2015 11:34:03 +0100 neliasso Merge
Wed, 28 Oct 2015 09:47:23 -0400 coleenp 8139203: Consistent naming for klass type predicates
Mon, 26 Oct 2015 13:11:36 -0400 coleenp 8139163: InstanceKlass::cast passes through NULL
Fri, 23 Oct 2015 16:48:38 -0400 coleenp 8140274: methodHandles and constantPoolHandles should be passed as const references
Tue, 03 Nov 2015 09:41:03 +0100 thartmann 8141132: JEP 254: Compact Strings
Sat, 17 Oct 2015 19:40:30 -0400 dlong Merge
Fri, 09 Oct 2015 09:42:33 +0200 david 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Thu, 08 Oct 2015 12:49:30 -1000 twisti 8136421: JEP 243: Java-Level JVM Compiler Interface
Fri, 04 Sep 2015 12:47:57 +0200 neliasso 8135067: Preparatory refactorings for compiler control
Thu, 23 Jul 2015 22:31:10 -0400 coleenp Merge
Thu, 23 Jul 2015 15:18:56 -0400 coleenp 8087315: SIGBUS error in nsk/jvmti/RedefineClasses/StressRedefine
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, 03 Jul 2015 07:25:03 +0200 zmajo 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Fri, 29 May 2015 17:04:21 +0300 vlivanov 8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
Thu, 21 May 2015 18:22:33 +0300 vlivanov 8059340: ConstantPool::_resolved_references is missing in heap dump
Fri, 15 May 2015 19:23:11 +0300 vlivanov 8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
Thu, 30 Apr 2015 18:14:58 -0400 bharadwaj Merge
Mon, 27 Apr 2015 19:51:00 -0700 sspitsyn 8073705: more performance issues in class redefinition
Mon, 13 Apr 2015 23:04:02 -0700 dbuck 8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath
Fri, 20 Mar 2015 02:44:51 -0700 sspitsyn 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
Fri, 17 Apr 2015 18:17:06 +0300 vlivanov 8057967: CallSite dependency tracking scales devastatingly poorly
Fri, 13 Feb 2015 14:37:35 +0100 stefank 8072911: Remove includes of oop.inline.hpp from .hpp files
Wed, 26 Nov 2014 18:01:10 +0100 jwilhelm Merge
Fri, 14 Nov 2014 09:47:09 +0100 stefank 8064811: Use THREAD instead of CHECK_NULL in return statements
Wed, 19 Nov 2014 13:02:11 -0500 coleenp 8042235: redefining method used by multiple MethodHandles crashes VM
less more (0) -100 -60 tip