src/hotspot/share/classfile/javaClasses.cpp
Sun, 10 Mar 2019 18:53:55 -0400 dholmes 8219685: Startup failure: assert(!Universe::is_module_initialized()) failed: Incorrect java.lang.Module pre module system initialization
Tue, 26 Feb 2019 08:01:20 -0500 coleenp 8181171: Deleting method for RedefineClasses breaks ResolvedMethodName
Wed, 23 Jan 2019 10:50:27 -0500 zgu 8217522: Missing barriers in some java_lang_String assertion code after JDK-8217442
Tue, 22 Jan 2019 11:22:44 +0100 redestad 8217442: Optimize native accesses to String.value
Fri, 18 Jan 2019 08:00:05 +0100 redestad 8217325: Enable inlining of java_lang_Class::oop_size_raw
Mon, 14 Jan 2019 17:20:20 +0100 shade 8216308: StackTraceElement::fill_in can use injected Class source-file
Wed, 09 Jan 2019 20:28:16 +0100 shade 8216302: StackTraceElement::fill_in can use cached Class.name
Wed, 09 Jan 2019 09:01:27 -0500 hseigel 8214442: Improve stack walk API by adding handle marks
Fri, 04 Jan 2019 16:23:56 +0100 redestad 8216157: Enable inlining of java_lang_Class::is_primitive
Fri, 30 Nov 2018 11:40:48 +0100 eosterlund 8213565: Crash in DependencyContext::remove_dependent_nmethod
Wed, 07 Nov 2018 19:40:27 -0800 iklam 8213346: Re-implement shared dictionary using CompactHashtable
Tue, 06 Nov 2018 16:04:50 -0800 dlong 8212605: Pure-Java implementation of AccessController.doPrivileged
Mon, 05 Nov 2018 12:36:23 +0100 eosterlund 8212996: Use AS_NO_KEEPALIVE when accessing dead java.lang.invoke.CallSites during nmethod unloading
Wed, 17 Oct 2018 15:57:10 -0700 iklam 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
Tue, 09 Oct 2018 15:58:07 -0400 jiangli 8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
Tue, 18 Sep 2018 21:47:14 -0700 iklam 8210875: Refactor CompactHashtable
Wed, 19 Sep 2018 15:25:05 -0400 coleenp 8198717: Remove compute_optional_offset
Tue, 18 Sep 2018 21:46:17 -0700 iklam 8210864: Reduce the use of metaspaceShared.hpp
Tue, 11 Sep 2018 09:42:27 -0400 coleenp 8210422: runtime/modules/ModuleStress/ExportModuleStressTest.java - assertion failed: address not aligned: 0x00000008baadbabe
Fri, 07 Sep 2018 15:18:14 -0400 jiangli 8209971: TestOptionsWithRanges.java crashes in CDS mode with G1UpdateBufferSize=1.
Fri, 06 Jul 2018 16:04:19 +0200 rkennke 8206457: Code paths from oop_iterate() must use barrier-free access
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 13:58:23 -0700 iklam 8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
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
Thu, 16 Aug 2018 17:29:22 -0400 jiangli 8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work.
Tue, 14 Aug 2018 20:46:46 -0700 iklam 8206115: Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes
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.
Wed, 08 Aug 2018 15:31:07 +0200 tschatzl 8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Mon, 16 Jul 2018 11:34:17 -0400 lfoltan 8205611: Improve the wording of LinkageErrors to include module and class loader information
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.
Thu, 28 Jun 2018 14:22:28 +0200 eosterlund 8205683: Refactor heap allocation to separate concerns
Wed, 27 Jun 2018 11:55:35 -0400 jiangli 8205699: assert(_owner_offset != 0) failed in javaClasses.cpp
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, 12 Jun 2018 18:12:59 -0400 kbarrett 8204585: Remove IN_ARCHIVE_ROOT from Access API
Tue, 05 Jun 2018 19:58:20 -0400 dholmes 8199882: compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions
Mon, 04 Jun 2018 23:01:48 +0200 rkennke 8198285: More consistent Access API for arraycopy
Fri, 18 May 2018 09:15:08 -0700 iklam 8203381: Replace InstanceKlass::allocate_instance_handle with JavaCalls::construct_new_instance
Fri, 18 May 2018 10:59:04 +0200 goetz 8203400: Fix issue with "8199852: Print more information about class loaders in LinkageErrors."
Tue, 08 May 2018 20:59:58 -0400 kbarrett 8202631: JVM_Clone to throw CloneNotSupportException for Reference object
Mon, 07 May 2018 14:57:23 +0200 stefank 8202709: Move oopDesc::is_archive_object to MetaspaceShared::is_archive_object
Mon, 07 May 2018 11:38:21 +0200 goetz 8199852: Print more information about class loaders in LinkageErrors.
Thu, 18 Jan 2018 22:17:11 -0500 kbarrett 8192025: Less referential references
Tue, 03 Apr 2018 13:15:27 +0200 rkennke 8199781: Don't use naked == for comparing oops
Fri, 23 Mar 2018 18:54:12 +0100 stefank 8200106: Move NoSafepointVerifier out from gcLocker.hpp
Thu, 15 Mar 2018 21:29:36 +0100 stefank 8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp
Thu, 15 Mar 2018 21:24:10 +0100 stefank 8199946: Move load/store and encode/decode out of oopDesc
Wed, 21 Mar 2018 19:45:24 -0400 coleenp 8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
Wed, 21 Mar 2018 16:00:41 +0100 rkennke 8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
Fri, 16 Mar 2018 09:12:13 -0400 coleenp 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Wed, 07 Mar 2018 21:57:36 +0100 stefank 8199264: Remove universe.inline.hpp to simplify include dependencies
Tue, 06 Mar 2018 18:12:15 -0500 coleenp 8199137: StringInternSync test crashes in exit verification
Tue, 06 Mar 2018 17:15:16 -0500 coleenp 8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Mon, 05 Mar 2018 10:29:23 -0500 hseigel 8191102: Incorrect include file use in classLoader.hpp
Fri, 02 Mar 2018 17:25:55 -0500 jiangli 8194759: Support caching class mirror objects.
Thu, 01 Mar 2018 16:51:22 -0500 kbarrett 8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
Thu, 22 Feb 2018 10:39:42 +0100 eosterlund 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
Thu, 15 Feb 2018 23:45:15 +0100 rkennke 8197999: Accessors in typeArrayOopDesc should use new Access API
Wed, 31 Jan 2018 11:07:55 -0500 coleenp 7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
less more (0) -60 tip