hotspot/src/share/vm/classfile/classLoaderData.hpp
Fri, 21 Jul 2017 09:50:12 +0200 stuefe 8181917: Refactor UL LogStreams to avoid using resource area
Thu, 27 Apr 2017 10:08:02 -0400 hseigel 8179235: PackageEntryTables should be created eagerly
Tue, 18 Apr 2017 13:19:42 -0400 rprotacio 8176472: Lazily create ModuleEntryTable
Wed, 12 Apr 2017 08:02:29 -0400 coleenp 8026985: Rewrite SystemDictionary::classes_do and Dictionary::classes_do to use KlassClosure
Thu, 16 Mar 2017 16:40:41 -0700 jwilhelm Merge
Fri, 24 Feb 2017 12:41:26 -0500 bobv Merge
Wed, 15 Feb 2017 22:59:57 -0500 coleenp 8169881: Remove implicit Handle conversions oop->Handle
Thu, 23 Feb 2017 18:57:10 +0100 ehelin 8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
Thu, 15 Dec 2016 19:26:41 -0800 iklam 8171809: Remove unused CDS code from JDK 9
Tue, 06 Dec 2016 22:49:17 +0100 mgronlun 8170672: Event-based tracing to support classloader instances
Thu, 11 Aug 2016 11:41:11 -0400 lfoltan 8162553: Crash in class unloading due to null CLD having a zero _keep_alive value
Tue, 28 Jun 2016 10:11:01 -0400 lfoltan 8159262: Walking PackageEntry Export and ModuleEntry Reads Must Occur Only When Neccessary And Wait Until ClassLoader's Aliveness Determined
Thu, 02 Jun 2016 23:37:09 -0400 dholmes 8154750: Add missing OrderAccess operations to ClassLoaderData lock-free data structures
Thu, 21 Apr 2016 09:23:04 -0400 lfoltan 8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded
Thu, 17 Mar 2016 19:04:01 +0000 alanb 8142968: Module System implementation
Wed, 03 Feb 2016 11:40:30 -0500 mockner 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging.
Mon, 04 Jan 2016 15:41:05 +0100 goetz 8146401: Clean up oop.hpp: add inline directives and fix header files
Tue, 08 Dec 2015 20:04:03 +0100 mgronlun 8140485: Class load and creation cleanup
Tue, 18 Aug 2015 11:27:23 -0700 iklam 8140802: Clean up and refactor of class loading code for CDS
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, 13 Mar 2015 18:59:41 +0000 coleenp Merge
Fri, 06 Mar 2015 16:47:46 +0100 asiebenborn 8074561: Wrong volatile qualifier for field ClassLoaderDataGraphKlassIteratorAtomic::_next_klass
Fri, 13 Mar 2015 12:40:39 -0400 coleenp 8061205: MetadataOnStackMark only needs to walk code cache during class redefinition
Wed, 19 Nov 2014 16:08:01 +0100 mgronlun 8065361: Fixup headers and definitions for INCLUDE_TRACE
Thu, 30 Oct 2014 18:38:42 -0400 coleenp 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
Thu, 02 Oct 2014 10:55:36 +0200 stefank 8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
Thu, 10 Jul 2014 13:39:18 -0700 jmasa Merge
Fri, 27 Jun 2014 13:33:36 +0200 mgronlun 8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8049421: G1 Class Unloading after completing a concurrent mark cycle
Mon, 07 Jul 2014 12:37:11 +0200 stefank 8049420: Backout 8048248 to correct attribution
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8048248: G1 Class Unloading after completing a concurrent mark cycle
Thu, 19 Jun 2014 11:16:10 -0400 coleenp 8026977: NPG: Remove ConstantPool::lock
Wed, 04 Jun 2014 11:05:30 +0200 sla 8044107: Add Diagnostic Command to list all ClassLoaders
Thu, 15 May 2014 18:23:26 -0400 coleenp 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
Mon, 31 Mar 2014 10:35:06 +0200 roland 8037970: make PrintMethodData a diagnostic options
Tue, 25 Feb 2014 11:02:11 +0100 ehelin Merge
Fri, 21 Feb 2014 10:19:09 +0100 stefank 8035412: Cleanup ClassLoaderData::is_alive
Sat, 15 Feb 2014 13:03:38 -0500 coleenp 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
Tue, 07 Jan 2014 13:26:56 -0500 coleenp 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
Sat, 23 Nov 2013 12:25:13 +0100 mgronlun 8028128: Add a type safe alternative for working with counter based data
Thu, 24 Oct 2013 10:02:02 +0200 farvidsson 8024423: JVMTI: GetLoadedClasses doesn't enumerate anonymous classes
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Wed, 24 Apr 2013 19:55:02 +0200 mgerdin 8013136: NPG: Parallel class loading tests fail after fix for JDK-8011802
Tue, 23 Apr 2013 08:39:55 +0200 mgerdin 8011802: NPG: init_dependencies in class loader data graph can cause invalid CLD
Wed, 10 Apr 2013 13:27:35 +0200 mgerdin 8010196: NPG: Internal Error: Metaspace allocation lock -- possible deadlock
Mon, 25 Mar 2013 17:13:26 -0700 twisti 7198429: need checked categorization of caller-sensitive methods in the JDK
Thu, 21 Feb 2013 17:22:15 +0100 stefank 8008549: NPG: SystemDictionary::find(...) unnecessarily keeps class loaders alive
Fri, 25 Jan 2013 15:06:18 -0500 acorn 6479360: PrintClassHistogram improvements
Wed, 26 Dec 2012 14:23:50 -0800 katleman Merge
Wed, 12 Dec 2012 11:39:29 -0500 coleenp 8004883: NPG: clean up anonymous class fix
Thu, 20 Dec 2012 16:24:51 -0800 katleman 8004982: JDK8 source with GPL header errors
Thu, 29 Nov 2012 16:50:29 -0500 coleenp 8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap
Thu, 20 Sep 2012 12:18:23 -0700 jmasa 7199923: NPG: tools/javac/T7093325.java timeout
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
less more (0) tip