src/hotspot/share/oops/klass.cpp
Wed, 02 Oct 2019 16:55:08 -0700 ccheung 8231606: _method_ordering is not set during CDS dynamic dump time
Fri, 23 Aug 2019 23:27:19 +0000 coleenp 8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem
Tue, 06 Aug 2019 10:48:21 +0200 stefank 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Thu, 20 Sep 2018 22:01:12 +0200 ihse Merge ihse-cflags-rewrite-branch
Mon, 11 Jun 2018 12:10:55 +0200 ihse Merge ihse-cflags-rewrite-branch
Thu, 01 Mar 2018 17:00:23 +0100 ihse Trying to clear up gcc warnings as well. ihse-cflags-rewrite-branch
Tue, 09 Jul 2019 16:39:41 +0200 eosterlund 8224531: SEGV while collecting Klass statistics
Fri, 17 May 2019 08:29:55 -0700 ccheung 8207812: Implement Dynamic CDS Archive
Tue, 14 May 2019 08:52:51 -0400 coleenp 8219459: oopDesc::is_valid() is broken
Thu, 09 May 2019 14:28:30 +0200 stefank 8223624: Cleanup includes of universe.hpp
Thu, 09 May 2019 14:26:03 +0200 stefank 8223136: Move compressed oops functions to CompressedOops class
Mon, 06 May 2019 15:25:57 -0400 coleenp 8222893: markOopDesc::print_on() is a bit confused
Sat, 30 Mar 2019 08:26:20 -0700 iklam 8221698: Remove redundant includes from popular header files
Sat, 05 Jan 2019 20:11:15 +0100 redestad 8216191: Remove FastSuperclassLimit
Sat, 05 Jan 2019 20:08:24 +0100 redestad 8216189: Remove Klass::compute_is_subtype_of
Fri, 07 Dec 2018 14:48:35 -0500 coleenp 8214972: Uses of klass_holder() except GC need to apply GC barriers
Fri, 30 Nov 2018 15:29:19 +0100 eosterlund 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
Tue, 20 Nov 2018 10:08:19 +0100 eosterlund 8212992: Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE
Wed, 07 Nov 2018 13:54:22 -0500 lfoltan 8212937: Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
Wed, 31 Oct 2018 14:38:14 -0400 coleenp 8213211: [BACKOUT] Allow Klass::_subklass and _next_sibling to have unloaded classes
Mon, 29 Oct 2018 10:21:34 -0400 coleenp 8212958: Allow Klass::_subklass and _next_sibling to have unloaded classes
Tue, 09 Oct 2018 15:58:07 -0400 jiangli 8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
Fri, 05 Oct 2018 20:03:14 +0200 dnsimon 8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
Thu, 04 Oct 2018 16:39:07 +0200 mdoerr 8210754: print_location is not reliable enough (printing register info)
Tue, 14 Aug 2018 09:59:37 -0700 iklam 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
Mon, 20 Aug 2018 08:25:57 -0400 lfoltan 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
Wed, 08 Aug 2018 15:31:07 +0200 tschatzl 8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Tue, 07 Aug 2018 15:45:07 -0700 iklam 8208999: Some use of Klass* should be replaced by InstanceKlass*
Mon, 25 Jun 2018 11:33:11 -0400 lfoltan 8169559: Add class loader names to relevant VM messages
Sat, 26 May 2018 06:59:49 +0200 stefank 8204540: Automatic oop closure devirtualization
Sun, 24 Jun 2018 21:46:11 -0700 never 8198909: [Graal] compiler/codecache/stress/UnexpectedDeoptimizationTest.java crashed with SIGSEGV
Sat, 23 Jun 2018 01:32:41 -0400 dholmes 8010319: Implementation of JEP 181: Nest-Based Access Control
Fri, 15 Jun 2018 12:25:53 +0200 goetz 8204943: Improve message of ArrayStoreException.
Thu, 14 Jun 2018 10:33:54 -0400 hseigel 8204620: ModuleEntry::is_non_jdk_module() determination for what is a jdk module is incorrect
Tue, 12 Jun 2018 18:12:59 -0400 kbarrett 8204585: Remove IN_ARCHIVE_ROOT from Access API
Wed, 06 Jun 2018 10:45:40 -0400 coleenp 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
Tue, 15 May 2018 20:24:34 +0200 egahlin 8199712: Flight Recorder
Mon, 07 May 2018 14:57:23 +0200 stefank 8202709: Move oopDesc::is_archive_object to MetaspaceShared::is_archive_object
Fri, 27 Apr 2018 15:00:04 -0400 coleenp 8202447: Fix unloading_occurred to mean unloading_occurred
Wed, 02 May 2018 09:26:10 -0700 ccheung 8200466: Revisit the setting of _transitive_interfaces in InstanceKlass
Wed, 18 Apr 2018 18:43:04 -0400 coleenp 8201556: Disallow reading oops in ClassLoaderData if unloading
Wed, 18 Apr 2018 13:37:39 -0400 coleenp 8201537: Remove is_alive closure from Klass::is_loader_alive()
Wed, 18 Apr 2018 10:39:40 -0400 coleenp 8200555: OopHandle should use Access API
Thu, 18 Jan 2018 22:17:11 -0500 kbarrett 8192025: Less referential references
Thu, 15 Mar 2018 21:24:10 +0100 stefank 8199946: Move load/store and encode/decode out of oopDesc
Wed, 14 Mar 2018 12:12:00 +0100 simonis 8199472: Fix non-PCH build after JDK-8199319
Thu, 08 Feb 2018 09:23:49 +0100 goetz 8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
Fri, 02 Mar 2018 17:25:55 -0500 jiangli 8194759: Support caching class mirror objects.
Fri, 23 Feb 2018 13:55:49 -0800 lmesnik 8197901: Crash during GC when logging level is debug
Fri, 23 Feb 2018 07:47:29 -0500 coleenp 8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532
Tue, 03 Oct 2017 16:42:04 -0400 coleenp 8186777: Make Klass::_java_mirror an OopHandle
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip