hotspot/src/share/vm/oops/instanceKlass.cpp
Mon, 05 Dec 2016 16:08:20 -0500 rprotacio 8169734: Update uses of string "java.base" to macro
Thu, 20 Oct 2016 13:41:07 -0700 iklam 8166203: NoClassDefFoundError should not be thrown if class is in_error_state at link time
Mon, 03 Oct 2016 21:48:21 -0400 dholmes 8081800: AbstractMethodError when evaluating a private method in an interface via debugger
Wed, 21 Sep 2016 09:56:18 -0400 coleenp 8163969: Cyclic interface initialization causes JVM crash
Mon, 19 Sep 2016 12:04:28 -0400 lfoltan 8163406: The fixup_module_list must be protected by Module_lock when inserting new entries
Sun, 18 Sep 2016 21:10:48 -0400 jiangli 8078644: CDS needs to support JVMTI CFLH
Wed, 07 Sep 2016 15:25:21 -0400 coleenp 8165246: [REDO] InstanceKlass::_previous_version_count goes negative
Thu, 01 Sep 2016 18:02:13 -0400 coleenp 8165268: [BACKOUT] InstanceKlass::_previous_version_count goes negative
Wed, 31 Aug 2016 06:35:19 -0400 coleenp 8164692: InstanceKlass::_previous_version_count goes negative
Mon, 29 Aug 2016 20:13:45 -0400 dholmes 8158854: Ensure release_store is paired with load_acquire in lock-free code
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Mon, 01 Aug 2016 16:28:23 -0400 coleenp 8161445: [BACKOUT] MemberNameTable doesn't purge stale entries
Wed, 27 Jul 2016 08:31:48 -0400 acorn 8162340: Better class stream parsing
Wed, 20 Apr 2016 16:39:37 -0400 jiangli 8153312: Constrain AppCDS behavior
Wed, 06 Apr 2016 21:53:44 -0700 iklam 8150752: Share Class Data
Mon, 20 Jun 2016 22:02:20 -0700 iklam 8159666: Better CDS support for Event-based tracing
Wed, 15 Jun 2016 09:48:24 -0400 coleenp 8152271: MemberNameTable doesn't purge stale entries
Mon, 13 Jun 2016 13:47:21 -0400 mockner 8157490: JCK test vm/jni/DefineClass/dfcl001/dfcl00101m1/dfcl00101m1 crashes when run with -Xlog:classload=info
Tue, 07 Jun 2016 11:39:47 -0400 rprotacio 8153858: Clean up needed when obtaining the package name from a fully qualified class name
Thu, 02 Jun 2016 23:37:09 -0400 dholmes 8154750: Add missing OrderAccess operations to ClassLoaderData lock-free data structures
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
Tue, 26 Apr 2016 09:08:12 -0400 rprotacio 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass
Thu, 21 Apr 2016 20:49:11 -0700 cjplummer 8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported
Mon, 04 Apr 2016 12:57:48 -0400 jprovino 8132524: Missing includes to resourceArea.hpp
Mon, 04 Apr 2016 09:15:15 +0200 stefank 8152632: Rename LogHandle(...) to Log(...)
Wed, 23 Mar 2016 15:01:42 +0100 zmajo Merge
Thu, 17 Mar 2016 19:04:01 +0000 alanb 8142968: Module System implementation
Fri, 18 Mar 2016 09:32:29 +0100 thartmann 8023191: OSR nmethods should be flushed to free space in CodeCache
Fri, 19 Feb 2016 20:40:20 +0300 vlivanov 7177745: JSR292: Many Callsite relinkages cause target method to always run in interpreter mode
Wed, 03 Feb 2016 11:40:30 -0500 mockner 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging.
Tue, 19 Jan 2016 12:07:32 +0100 mgerdin 8148481: Devirtualize Klass::vtable
Tue, 01 Dec 2015 10:35:49 +0100 mgerdin 8148047: Move the vtable length field to Klass
Sat, 30 Jan 2016 11:02:29 -0500 coleenp 8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size
Wed, 20 Jan 2016 11:58:09 -0800 cjplummer 8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
Thu, 14 Jan 2016 13:26:19 +0100 david 8146690: Make all classes in GC follow the naming convention.
Thu, 10 Dec 2015 14:57:55 +0100 brutisso 8145092: Use Unified Logging for the GC logging
Tue, 08 Dec 2015 20:04:03 +0100 mgronlun 8140485: Class load and creation cleanup
Thu, 03 Dec 2015 19:35:18 +0000 mockner Merge
Wed, 02 Dec 2015 14:07:58 -0500 mockner 8142976: Reimplement TraceClassInitialization with Unified Logging
Mon, 30 Nov 2015 19:38:51 +0100 jwilhelm Merge
Wed, 25 Nov 2015 09:08:51 -0500 acorn 8098557: Only init superintf if subclass, not sub interface inits.
Wed, 25 Nov 2015 01:17:28 +0300 vlivanov 8143408: Crash during InstanceKlass unloading when clearing dependency context
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, 13 Oct 2015 10:06:46 +0200 stefank 8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
Tue, 03 Nov 2015 09:41:03 +0100 thartmann 8141132: JEP 254: Compact Strings
Fri, 09 Oct 2015 14:08:15 -0400 kbarrett 8138659: Speed up InstanceKlass subclass discrimination
Fri, 09 Oct 2015 09:42:33 +0200 david 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Thu, 06 Aug 2015 13:02:15 -0400 acorn 8087342: Crash in klassItable::initialize_itable_for_interface
Tue, 16 Jun 2015 15:59:57 +0200 aeriksso 8076110: VM crash when class is redefined with Instrumentation.redefineClasses
Thu, 04 Jun 2015 12:52:30 -0700 kvn Merge
Fri, 29 May 2015 17:04:21 +0300 vlivanov 8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
Fri, 22 May 2015 09:50:32 +0200 thartmann Merge
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
less more (0) -100 -60 tip