src/hotspot/share/oops/method.cpp
Wed, 13 Nov 2019 08:23:23 -0500 coleenp 8233913: Remove implicit conversion from Method* to methodHandle jdk-14+23
Mon, 11 Nov 2019 12:11:34 -0500 coleenp 8232735: Convert PrintJNIResolving to Unified Logging
Wed, 30 Oct 2019 16:14:56 +0100 redestad 8233159: Method::result_type should use calculated value in constMethod
Thu, 24 Oct 2019 09:57:29 +0200 redestad 8232613: Move Object.registerNatives into HotSpot
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
Thu, 17 Oct 2019 07:35:22 -0400 coleenp 8232112: MDO extra_data_lock leaks during class unloading
Wed, 09 Oct 2019 12:43:32 -0700 xliu 8165056: move JIT Compiler related files from runtime/ to compiler/ directory
Wed, 02 Oct 2019 16:55:08 -0700 ccheung 8231606: _method_ordering is not set during CDS dynamic dump time
Thu, 19 Sep 2019 10:52:22 +0200 rehn 8226705: [REDO] Deoptimize with handshakes
Tue, 06 Aug 2019 10:48:21 +0200 stefank 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Mon, 12 Aug 2019 10:02:25 +0200 mdoerr 8229236: CriticalJNINatives: dll handling should be done in native thread state
Mon, 29 Jul 2019 09:59:04 -0700 mikael Merge
Wed, 24 Jul 2019 10:50:40 +0300 vlivanov 8227260: JNI upcalls should bypass class initialization barrier in c2i adapter jdk-13+31
Fri, 19 Jul 2019 16:25:04 +0300 vlivanov 8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
Tue, 16 Jul 2019 18:05:42 +0300 bulasevich 8227632: Incorrect PrintCompilation message: made not compilable on levels 0 1 2 3 4
Wed, 10 Jul 2019 07:58:24 -0400 coleenp 8222446: assert(C->env()->system_dictionary_modification_counter_changed()) failed: Must invalidate if TypeFuncs differ
Mon, 24 Jun 2019 22:38:17 -0400 dcubed 8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
Tue, 04 Jun 2019 12:44:53 -0700 kvn 8225019: Update JVMCI
Thu, 30 May 2019 13:39:13 +0300 vlivanov 8223213: Implement fast class initialization checks on x86-64
Thu, 23 May 2019 10:13:29 +0200 rehn 8221734: Deoptimize with handshakes
Fri, 17 May 2019 08:29:55 -0700 ccheung 8207812: Implement Dynamic CDS Archive
Tue, 14 May 2019 11:29:18 -0400 coleenp 8223657: Remove unused THREAD argument from SymbolTable functions
Thu, 09 May 2019 14:28:30 +0200 stefank 8223624: Cleanup includes of universe.hpp
Mon, 06 May 2019 12:15:49 -0700 vlivanov 8223171: Redundant nmethod dependencies for effectively final methods
Wed, 01 May 2019 12:31:29 -0700 kvn 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
Thu, 25 Apr 2019 10:56:31 -0400 coleenp 8222811: Consolidate MutexLockerEx and MutexLocker
Thu, 04 Apr 2019 09:39:44 +0200 goetz 8221470: Print methods in exception messages in java-like Syntax.
Fri, 08 Mar 2019 23:02:06 +0100 redestad 8219860: Cleanup ClassFileParser::parse_linenumber_table
Tue, 26 Feb 2019 08:01:20 -0500 coleenp 8181171: Deleting method for RedefineClasses breaks ResolvedMethodName
Wed, 20 Feb 2019 09:53:28 +0100 redestad 8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable
Thu, 31 Jan 2019 07:28:40 -0500 coleenp 8212949: Remove ConstantPoolCache::is_constantPoolCache
Tue, 22 Jan 2019 12:37:35 -0800 iklam 8217424: Remove the idempotent parameter to Method::sort_methods
Fri, 28 Sep 2018 16:07:39 -0400 coleenp 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
Tue, 18 Sep 2018 16:11:36 -0400 coleenp 8210861: Move assert to help diagnose rare RedefineStress crash
Wed, 08 Aug 2018 15:31:07 +0200 tschatzl 8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Mon, 30 Jul 2018 16:35:54 -0400 hseigel 8207779: Method::is_valid_method() compares 'this' with NULL
Fri, 22 Jun 2018 15:58:32 -0700 iveresov 8204209: [Graal] Compilation fails during nmethod printing with "assert(bci == 0 || 0 <= bci && bci < code_size()) failed: illegal bci"
Wed, 06 Jun 2018 10:45:40 -0400 coleenp 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
Wed, 02 May 2018 11:28:49 -0400 coleenp 8203837: Split nmethod unloading from inline cache cleaning
Fri, 04 May 2018 11:41:35 +0200 stefank 8200729: Conditional compilation of GCs
Mon, 26 Mar 2018 17:40:54 -0700 iklam 8199793: [Graal] runtime/CommandLine/PrintTouchedMethods.java crashes with assertion "reference count underflow for symbol"
Fri, 23 Mar 2018 18:54:12 +0100 stefank 8200106: Move NoSafepointVerifier out from gcLocker.hpp
Thu, 08 Mar 2018 09:56:29 +0100 stefank 8199275: Fix inclusions of allocation.inline.hpp
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
Tue, 16 Jan 2018 16:57:53 -0800 iklam 8178351: Simplify MetaspaceShared::is_in_shared_space and MetaspaceObj::is_shared
Thu, 04 Jan 2018 18:18:18 -0500 kbarrett 8194406: Use Atomic::replace_if_null
Sun, 15 Oct 2017 22:54:03 +0200 rkennke 8171853: Remove Shark compiler
Mon, 16 Oct 2017 22:36:06 -0400 coleenp 8188220: Remove Atomic::*_ptr() uses and overloads from hotspot
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip