src/hotspot/share/classfile/javaClasses.cpp
Wed, 13 Nov 2019 08:23:23 -0500 coleenp 8233913: Remove implicit conversion from Method* to methodHandle jdk-14+23
Wed, 06 Nov 2019 21:18:42 -0500 dholmes 8233454: Test fails with assert(!is_init_completed(), "should only happen during init") after JDK-8229516
Sun, 03 Nov 2019 18:02:29 -0500 dholmes 8229516: Thread.isInterrupted() always returns false after thread termination
Tue, 29 Oct 2019 15:08:19 +0100 goetz 8232921: assert(is_object_aligned(result)) failed: address not aligned
Wed, 30 Oct 2019 14:08:07 +0000 aivanov 8232724: Remove indirection with calling JNU_NewStringPlatform
Thu, 24 Oct 2019 09:57:29 +0200 redestad 8232613: Move Object.registerNatives into HotSpot
Mon, 21 Oct 2019 21:36:26 +0100 aivanov 8232624: Java cannot start: NewStringPlatform missing
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.
Fri, 11 Oct 2019 08:49:42 -0400 coleenp 8231769: Test tools/javac/tree/MakeTypeTest.java fails with -Xcheck:jni
Tue, 08 Oct 2019 10:24:22 +0200 redestad 8231355: Remove unused utility methods in libjava
Tue, 17 Sep 2019 09:51:02 +0200 pliden 8230841: Remove oopDesc::equals()
Thu, 29 Aug 2019 08:52:22 -0400 coleenp 8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken
Tue, 20 Aug 2019 10:11:53 +0100 adinn 8224974: Implement JEP 352
Thu, 15 Aug 2019 13:41:30 -0700 mchung 8193325: StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
Thu, 25 Jul 2019 08:04:33 +0200 thartmann 8071275: remove AbstractAssembler::update_delayed_values dead code
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
Tue, 04 Jun 2019 17:56:16 +0800 ngasson 8224853: CDS address sanitizer errors
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
Thu, 09 May 2019 12:04:20 -0500 gziemski 8189208: Cleanup ancient argument processing code
Thu, 09 May 2019 14:28:30 +0200 stefank 8223624: Cleanup includes of universe.hpp
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, 17 Apr 2019 09:29:25 +0200 rehn 8222327: java_lang_Thread _thread_status_offset, remove pre 1.5 code paths
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
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
less more (0) -60 tip