hotspot/src/share/vm/oops/klass.hpp
Fri, 14 Apr 2017 08:33:57 -0700 iklam 8178543: Optimize Klass::is_shared()
Thu, 13 Apr 2017 01:56:01 -0700 iklam 8178350: klassVtable and klassItable should be ValueObj
Tue, 24 May 2016 12:42:43 -0500 gziemski 8152856: Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X
Tue, 26 Apr 2016 09:08:12 -0400 rprotacio 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass
Tue, 13 Oct 2015 18:13:34 -0400 coleenp 8132051: Better byte behavior
Tue, 01 Mar 2016 23:46:09 +0100 mgronlun 8143226: Minor updates to Event Based tracing
Wed, 03 Feb 2016 01:35:25 +0100 jwilhelm Merge
Fri, 18 Dec 2015 20:23:28 +0300 vlivanov 8133612: new clone logic added in 8042235 is missing from compiler intrinsics
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
Thu, 28 Jan 2016 13:30:12 +0100 tschatzl 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range()
Fri, 18 Dec 2015 12:39:02 -0800 twisti Merge
Mon, 14 Dec 2015 17:02:02 -1000 twisti 8134994: use separate VMStructs databases for SA and JVMCI
Tue, 08 Dec 2015 20:04:03 +0100 mgronlun 8140485: Class load and creation cleanup
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, 09 Oct 2015 14:08:15 -0400 kbarrett 8138659: Speed up InstanceKlass subclass discrimination
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Wed, 02 Sep 2015 09:14:04 +0200 sjohanss 8129417: Oop iteration clean-up to remove oop_ms_follow_contents
Thu, 06 Aug 2015 13:02:15 -0400 acorn 8087342: Crash in klassItable::initialize_itable_for_interface
Mon, 25 May 2015 11:39:43 +0200 sjohanss 8080746: Refactor oop iteration macros to be more general
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
Thu, 02 Apr 2015 10:04:27 +0200 stefank 8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution
Fri, 23 Jan 2015 09:54:33 -0500 lfoltan 8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest.
Wed, 07 May 2014 19:38:22 +0400 lfoltan 8036805: Correct linker method lookup.
Thu, 28 Aug 2014 11:29:09 -0400 coleenp 8049105: Move array component mirror to instance of java/lang/Class (hotspot part 2)
Tue, 12 Aug 2014 17:29:00 -0700 iklam 8046070: Class Data Sharing clean up and refactoring
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, 08 May 2014 15:37:17 +0200 goetz 8042737: Introduce umbrella header prefetch.inline.hpp
Tue, 29 Apr 2014 15:17:27 +0200 goetz 8042195: Introduce umbrella header orderAccess.inline.hpp.
Mon, 14 Apr 2014 14:27:45 -0400 lfoltan 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults.
Wed, 26 Mar 2014 21:47:45 -0400 coleenp 8031820: NPG: Fix remaining references to metadata as oops in comments
Thu, 27 Feb 2014 10:36:50 +0100 stefank 8035746: Add missing Klass::oop_is_instanceClassLoader() function
Sat, 15 Feb 2014 13:03:38 -0500 coleenp 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
Fri, 13 Sep 2013 22:38:02 -0400 drchase 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
Thu, 29 Aug 2013 18:56:29 -0400 coleenp 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced
Thu, 22 Aug 2013 11:13:17 -0700 jmasa Merge
Mon, 19 Aug 2013 13:44:13 +0200 stefank 8023227: Enhance layout_helper_log2_element_size assert
Thu, 15 Aug 2013 20:04:10 -0400 hseigel 8003424: Enable Class Data Sharing for CompressedOops
Wed, 03 Jul 2013 17:26:59 -0400 jiangli 7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful.
Mon, 24 Jun 2013 18:55:46 -0400 coleenp 8016325: JVM hangs verifying system dictionary
Wed, 22 May 2013 14:37:49 -0400 coleenp 8003421: NPG: Move oops out of InstanceKlass into mirror
Mon, 13 May 2013 15:37:08 -0400 coleenp 8005056: NPG: Crash after redefining java.lang.Object
Fri, 10 May 2013 08:27:30 -0700 minqi 8003557: NPG: Klass* const k should be const Klass* k.
Fri, 08 Mar 2013 11:47:57 -0500 coleenp 8003553: NPG: metaspace objects should be zeroed in constructors
Thu, 07 Feb 2013 16:05:48 -0500 bpittore Merge
Fri, 01 Feb 2013 15:25:37 -0500 jiangli Merge
Thu, 24 Jan 2013 10:57:38 -0800 iklam 8006280: Need to reorder metadata structures to reduce size (64-bit)
Fri, 25 Jan 2013 15:06:18 -0500 acorn 6479360: PrintClassHistogram improvements
Wed, 23 Jan 2013 13:02:39 -0500 jprovino 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
Wed, 12 Dec 2012 11:39:29 -0500 coleenp 8004883: NPG: clean up anonymous class fix
Thu, 29 Nov 2012 16:50:29 -0500 coleenp 8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap
Mon, 12 Nov 2012 16:15:05 -0500 hseigel 8001471: Klass::cast() does nothing
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Mon, 16 Apr 2012 08:57:18 +0200 brutisso 4988100: oop_verify_old_oop appears to be dead
Tue, 27 Mar 2012 10:29:59 +0200 brutisso 7156764: Remove unused size parameter from some CollectedHeap methods
Tue, 24 Jan 2012 14:48:22 +0100 rbackman 7130476: Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp
less more (0) -60 tip