src/hotspot/share/classfile/systemDictionary.hpp
Wed, 13 Nov 2019 08:23:23 -0500 coleenp 8233913: Remove implicit conversion from Method* to methodHandle jdk-14+23
Thu, 24 Oct 2019 09:57:29 +0200 redestad 8232613: Move Object.registerNatives into HotSpot
Wed, 23 Oct 2019 15:48:11 +0200 redestad 8232887: Remove SystemDictionary::has_checkPackageAccess
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:53:35 +0100 chegar datagramsocketimpl-branch: update to default datagramsocketimpl-branch
Mon, 14 Oct 2019 11:36:17 +0200 goetz 8218628: Add detailed message to NullPointerException describing what is null.
Wed, 21 Aug 2019 18:42:30 -0400 kbarrett 8227054: ServiceThread needs to know about all OopStorage objects
Wed, 10 Apr 2019 08:15:45 +0200 goetz Merge JEP-8220715-NPE_messages
Fri, 08 Feb 2019 14:15:05 +0100 goetz 8218628: Add detailed message to NullPointerException describing what is null. JEP-8220715-NPE_messages
Thu, 18 Jul 2019 14:57:32 -0400 kbarrett 8227653: Add VM Global OopStorage
Wed, 10 Jul 2019 07:58:24 -0400 coleenp 8222446: assert(C->env()->system_dictionary_modification_counter_changed()) failed: Must invalidate if TypeFuncs differ
Thu, 30 May 2019 12:45:02 -0700 skuksenko 8223504: Improve performance of forall loops by better inlining of "iterator()" methods
Fri, 10 May 2019 09:05:29 -0400 coleenp 8223626: move print() functions to cpp files
Wed, 08 May 2019 11:11:50 -0500 gziemski 8185525: Add JFR event for DictionarySizes
Wed, 01 May 2019 12:31:29 -0700 kvn 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
Tue, 23 Apr 2019 14:09:54 -0400 lfoltan 8218994: Consolidate indy and condy JVM information within a BootstrapInfo data structure
Fri, 05 Apr 2019 10:01:09 +0100 adinn 8221477: Inject os/cpu-specific constants into Unsafe from JVM
Mon, 01 Apr 2019 10:04:22 +0200 shade 8221726: Multiple build failures after JDK-8221698 (Remove redundant includes from popular header files)
Sat, 30 Mar 2019 08:26:20 -0700 iklam 8221698: Remove redundant includes from popular header files
Thu, 21 Feb 2019 17:07:35 -0800 iklam 8218751: Do not store original classfiles inside the CDS archive
Wed, 13 Feb 2019 15:50:08 -0500 lfoltan 8217998: Remove method_type field associated with the appendix field of an indy or method handle call
Thu, 10 Jan 2019 15:13:51 -0500 coleenp 8216167: Update include guards to reflect correct directories
Wed, 07 Nov 2018 19:40:27 -0800 iklam 8213346: Re-implement shared dictionary using CompactHashtable
Tue, 13 Nov 2018 11:45:16 +0100 tschatzl 8213307: G1 should clean up RMT with ClassUnloadingWithConcurrentMark
Tue, 06 Nov 2018 16:04:50 -0800 dlong 8212605: Pure-Java implementation of AccessController.doPrivileged
Tue, 30 Oct 2018 22:24:04 -0400 jiangli 8203953: Rename SystemDictionary::load_shared_class(Symbol*, Handle, TRAPS) to load_shared_boot_class().
Wed, 17 Oct 2018 15:57:10 -0700 iklam 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
Thu, 18 Oct 2018 23:05:01 -0700 iklam 8212642: Remove SystemDictionary::InitOption enum
Fri, 31 Aug 2018 10:22:04 -0400 pchilanomate 8206424: Use locking for cleaning ProtectionDomainTable
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, 15 Aug 2018 11:19:57 -0700 iklam 8209545: Simplify HeapShared::archive_module_graph_objects
Mon, 13 Aug 2018 19:21:43 +0200 redestad 8209120: Archive the Integer.IntegerCache
Fri, 10 Aug 2018 00:35:57 -0400 jiangli 8207263: Store the Configuration for system modules into CDS archive.
Tue, 07 Aug 2018 15:45:07 -0700 iklam 8208999: Some use of Klass* should be replaced by InstanceKlass*
Fri, 20 Jul 2018 12:19:28 -0700 iklam 8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
Sun, 08 Jul 2018 12:43:05 -0400 jiangli 8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module.
Tue, 19 Jun 2018 07:54:11 -0400 lfoltan 8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name
Tue, 05 Jun 2018 19:58:20 -0400 dholmes 8199882: compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions
Tue, 29 May 2018 15:50:27 -0400 coleenp 8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
Tue, 15 May 2018 14:49:10 -0700 iklam 8189140: SystemDictionaryShared::initialize() should be renamed to be more meaningful
Tue, 08 May 2018 20:59:58 -0400 kbarrett 8202631: JVM_Clone to throw CloneNotSupportException for Reference object
Thu, 26 Apr 2018 13:40:58 -0700 iklam 8197954: Remove unnecessary intermediary APIs from AppCDS implementation
Thu, 18 Jan 2018 22:17:11 -0500 kbarrett 8192025: Less referential references
Tue, 10 Apr 2018 10:06:42 -0400 coleenp 8198313: Wrap holder object for ClassLoaderData in a WeakHandle
Wed, 21 Mar 2018 19:45:24 -0400 coleenp 8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
Tue, 06 Mar 2018 17:15:16 -0500 coleenp 8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Wed, 21 Feb 2018 11:18:52 -0500 hseigel 8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options
Fri, 08 Sep 2017 10:46:46 -0700 psandoz 8186209: Tool support for ConstantDynamic
Sat, 13 Jan 2018 02:56:22 +0100 jwilhelm Merge
Mon, 08 Jan 2018 09:46:31 -0500 coleenp 8058259: compute_offset() is confusing for static fields
Tue, 16 Jan 2018 22:24:20 +0000 lana Merge
Fri, 12 Jan 2018 01:52:06 +0300 vlivanov 8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution
Fri, 15 Dec 2017 11:23:50 -0500 hseigel 8154587: Resolution fails for default method named 'clone'
Thu, 02 Nov 2017 11:00:34 -0500 gziemski 8184765: Dynamically resize SystemDictionary
Sun, 29 Oct 2017 18:13:18 -0700 iklam 8190191: Subclasses of jdk.jfr.Event loaded from CDS breaks -XX:FlightRecorderOptions=retransform=false
Tue, 10 Oct 2017 14:38:56 -0700 ccheung 8185694: Replace SystemDictionaryShared::_java_platform_loader with SystemDictionary::is_platform_class_loader()
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip