src/hotspot/share/classfile/javaClasses.hpp
Wed, 13 Nov 2019 08:23:23 -0500 coleenp 8233913: Remove implicit conversion from Method* to methodHandle jdk-14+23
Sun, 03 Nov 2019 18:02:29 -0500 dholmes 8229516: Thread.isInterrupted() always returns false after thread termination
Thu, 24 Oct 2019 09:57:29 +0200 redestad 8232613: Move Object.registerNatives into HotSpot
Mon, 21 Oct 2019 13:13:16 -0400 lfoltan 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
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.
Mon, 07 Oct 2019 12:06:47 +0200 redestad 8231895: Avoid String allocations in JVM_FindLoadedClass
Wed, 10 Apr 2019 08:15:45 +0200 goetz Merge JEP-8220715-NPE_messages
Tue, 19 Mar 2019 16:16:39 +0100 goetz 8221077: No NullPointerException message if top frame is hidden. 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
Mon, 03 Jun 2019 13:21:02 -0700 iveresov 8223320: [AOT] jck test api/javax_script/ScriptEngine/PutGet.html fails when test classes are AOTed
Tue, 14 May 2019 11:29:18 -0400 coleenp 8223657: Remove unused THREAD argument from SymbolTable functions
Wed, 01 May 2019 12:31:29 -0700 kvn 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
Fri, 26 Apr 2019 00:57:03 -0400 dholmes 8222518: Remove unnecessary caching of Parker object in java.lang.Thread
Wed, 10 Apr 2019 15:41:04 +0200 stefank 8221393: ResolvedMethodTable too small for StackWalking applications
Wed, 10 Apr 2019 12:05:50 +0200 redestad 8221836: Avoid recalculating String.hash when zero
Fri, 05 Apr 2019 10:01:09 +0100 adinn 8221477: Inject os/cpu-specific constants into Unsafe from JVM
Sat, 30 Mar 2019 08:26:20 -0700 iklam 8221698: Remove redundant includes from popular header files
Wed, 13 Mar 2019 17:32:17 +0100 redestad 8220496: Race in java_lang_String::length() when deduplicating
Tue, 22 Jan 2019 11:22:44 +0100 redestad 8217442: Optimize native accesses to String.value
Mon, 14 Jan 2019 17:20:20 +0100 shade 8216308: StackTraceElement::fill_in can use injected Class source-file
Thu, 10 Jan 2019 15:13:51 -0500 coleenp 8216167: Update include guards to reflect correct directories
Wed, 09 Jan 2019 20:28:16 +0100 shade 8216302: StackTraceElement::fill_in can use cached Class.name
Fri, 30 Nov 2018 11:40:48 +0100 eosterlund 8213565: Crash in DependencyContext::remove_dependent_nmethod
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
Fri, 02 Nov 2018 07:58:22 +0100 pliden 8212184: Incorrect oop ref strength used for referents in FinalReference
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, 11 Sep 2018 09:42:27 -0400 coleenp 8210422: runtime/modules/ModuleStress/ExportModuleStressTest.java - assertion failed: address not aligned: 0x00000008baadbabe
Fri, 06 Jul 2018 16:04:19 +0200 rkennke 8206457: Code paths from oop_iterate() must use barrier-free access
Wed, 15 Aug 2018 11:19:57 -0700 iklam 8209545: Simplify HeapShared::archive_module_graph_objects
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.
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
Tue, 08 May 2018 20:59:58 -0400 kbarrett 8202631: JVM_Clone to throw CloneNotSupportException for Reference 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, 06 Mar 2018 17:15:16 -0500 coleenp 8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Fri, 02 Mar 2018 17:25:55 -0500 jiangli 8194759: Support caching class mirror objects.
Thu, 22 Feb 2018 10:39:42 +0100 eosterlund 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
Mon, 08 Jan 2018 12:02:48 -0500 coleenp Merge
Mon, 08 Jan 2018 09:46:31 -0500 coleenp 8058259: compute_offset() is confusing for static fields
Mon, 08 Jan 2018 16:21:23 +0100 eosterlund 8192003: Refactor weak references in StringTable to use the Access API
Mon, 20 Nov 2017 13:07:44 +0100 eosterlund 8189871: Refactor GC barriers to use declarative semantics
Thu, 09 Nov 2017 11:13:50 -0800 bchristi 8185925: StackFrameInfo::walker field can be replaced with bitmap to save footprint
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip