hotspot/src/share/vm/code/nmethod.cpp
Wed, 05 Oct 2016 15:20:35 +0200 goetz 8167184: [s390] Extend relocations for pc-relative instructions.
Fri, 21 Oct 2016 20:12:47 +0200 neliasso 8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
Tue, 18 Oct 2016 09:43:12 +0200 thartmann 8153134: Infinite loop in handle_wrong_method in jmod
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Wed, 13 Jul 2016 12:23:05 +0200 goetz 8161258: Simplify including platform files.
Mon, 09 May 2016 22:22:15 +0200 rehn 8153535: Convert TraceRedefineClasses to Unified Logging
Fri, 29 Apr 2016 22:40:51 -0400 mockner 8154110: Update class* and safepoint* logging subsystems
Tue, 26 Apr 2016 10:28:51 +0200 rbackman 8151956: Support non-continuous CodeBlobs in HotSpot
Thu, 07 Apr 2016 12:33:58 +0200 mdoerr 8153267: nmethod's exception cache not multi-thread safe
Fri, 08 Apr 2016 12:36:27 -0400 bharadwaj Merge
Thu, 07 Apr 2016 09:47:48 -0700 dcubed Merge
Mon, 04 Apr 2016 12:57:48 -0400 jprovino 8132524: Missing includes to resourceArea.hpp
Mon, 04 Apr 2016 09:15:15 +0200 stefank 8152632: Rename LogHandle(...) to Log(...)
Tue, 05 Apr 2016 01:46:40 -0700 jcm 8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
Wed, 30 Mar 2016 12:34:08 +0200 thartmann Merge
Thu, 24 Mar 2016 09:09:52 +0100 thartmann 8136458: Remove "marked for reclamation" nmethod state
Wed, 30 Mar 2016 08:00:51 +0200 thartmann 8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated
Mon, 21 Mar 2016 11:21:07 +0100 zmajo Merge
Fri, 18 Mar 2016 09:32:29 +0100 thartmann 8023191: OSR nmethods should be flushed to free space in CodeCache
Wed, 16 Mar 2016 14:31:33 +0100 jwilhelm Merge
Fri, 19 Feb 2016 20:40:20 +0300 vlivanov 7177745: JSR292: Many Callsite relinkages cause target method to always run in interpreter mode
Mon, 07 Mar 2016 14:41:31 -0500 cvarming 8150013: ParNew: Prune nmethods scavengable list.
Tue, 16 Feb 2016 09:49:58 -0800 never 8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker
Thu, 11 Feb 2016 21:07:38 +0100 jwilhelm Merge
Wed, 03 Feb 2016 18:16:54 +0100 mockner Merge
Wed, 03 Feb 2016 11:40:30 -0500 mockner 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging.
Thu, 04 Feb 2016 12:33:31 +0100 thartmann 8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same
Thu, 28 Jan 2016 09:49:17 +0100 thartmann Merge
Thu, 14 Jan 2016 17:36:29 +0100 jwilhelm Merge
Thu, 14 Jan 2016 13:26:19 +0100 david 8146690: Make all classes in GC follow the naming convention.
Mon, 11 Jan 2016 17:11:57 -0800 twisti Merge
Fri, 18 Dec 2015 20:23:26 +0300 vlivanov 8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize
Thu, 07 Jan 2016 21:10:28 +0000 jprovino Merge
Mon, 07 Dec 2015 09:19:26 -0800 iklam 8144853: Print the names of callees in PrintAssembly/PrintInterpreter
Fri, 18 Dec 2015 12:39:02 -0800 twisti Merge
Thu, 17 Dec 2015 09:39:07 -0800 dlong 8144852: Corrupted oop in nmethod
Fri, 11 Dec 2015 15:03:11 +0300 vlivanov 8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
Fri, 04 Dec 2015 15:18:46 -1000 never 8143571: [JVMCI] Double unregistering of nmethod during unloading
Fri, 04 Dec 2015 23:46:19 +0300 vlivanov 8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
Fri, 04 Dec 2015 04:06:37 -0500 dholmes 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
Fri, 13 Nov 2015 13:31:48 +0100 neliasso Merge
Wed, 11 Nov 2015 23:47:41 +0000 jprovino Merge
Fri, 06 Nov 2015 11:34:03 +0100 neliasso Merge
Thu, 05 Nov 2015 19:31:57 +0100 jwilhelm Merge
Tue, 27 Oct 2015 12:25:08 +0100 stefank 8140584: nmethod::oops_do_marking_epilogue always runs verification code
Wed, 04 Nov 2015 17:36:29 +0100 tschatzl 8141134: Remove unnecessary pragma warning(disable:4355) from GC code
Wed, 28 Oct 2015 09:47:23 -0400 coleenp 8139203: Consistent naming for klass type predicates
Mon, 26 Oct 2015 13:11:36 -0400 coleenp 8139163: InstanceKlass::cast passes through NULL
Fri, 23 Oct 2015 16:48:38 -0400 coleenp 8140274: methodHandles and constantPoolHandles should be passed as const references
Tue, 13 Oct 2015 10:06:46 +0200 stefank 8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
Wed, 11 Nov 2015 16:32:17 -1000 twisti 8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds
Tue, 10 Nov 2015 11:50:20 -1000 never 8142436: [JVMCI] fix management of nmethod::_installed_code field
Mon, 09 Nov 2015 11:35:44 +0100 thartmann 8067378: Add segmented code heaps info into jfr events: vm/code_cache/stats and vm/code_cache/config
Wed, 04 Nov 2015 07:23:23 -1000 twisti 8139170: JVMCI refresh
Tue, 20 Oct 2015 18:07:28 +0200 neliasso 8137167: JEP165: Compiler Control: Implementation task
Sat, 17 Oct 2015 19:40:30 -0400 dlong Merge
Fri, 09 Oct 2015 09:42:33 +0200 david 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Thu, 08 Oct 2015 12:49:30 -1000 twisti 8136421: JEP 243: Java-Level JVM Compiler Interface
Fri, 04 Sep 2015 12:47:57 +0200 neliasso 8135067: Preparatory refactorings for compiler control
Mon, 31 Aug 2015 13:49:18 +0200 thartmann 8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper
Tue, 25 Aug 2015 07:49:55 +0200 thartmann 8075805: Crash while trying to release CompiledICHolder
Wed, 24 Jun 2015 12:12:25 -0400 bpittore 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Mon, 15 Jun 2015 10:24:38 +0200 sjohanss 8077279: assert(ic->is_clean()) failed: IC should be clean
Fri, 15 May 2015 19:23:11 +0300 vlivanov 8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
Mon, 11 May 2015 09:44:07 +0200 rbackman 8079797: assert(index >= 0 && index < _count) failed: check
Tue, 05 May 2015 16:50:25 +0200 rbackman 8064458: OopMap class could be more compact
Fri, 17 Apr 2015 18:17:06 +0300 vlivanov 8057967: CallSite dependency tracking scales devastatingly poorly
Fri, 20 Mar 2015 11:41:34 -0700 vlivanov 8075266: Show runtime call details when printing machine code
Fri, 20 Mar 2015 11:41:34 -0700 vlivanov 8075269: Extend -XX:CompileCommand=print,* to work for MethodHandle.invokeBasic/linkTo*
Fri, 13 Mar 2015 12:40:39 -0400 coleenp 8061205: MetadataOnStackMark only needs to walk code cache during class redefinition
Mon, 16 Feb 2015 21:24:39 +0100 jwilhelm Merge
Fri, 13 Feb 2015 05:17:41 -0800 ctornqvi Merge
Mon, 12 Jan 2015 14:05:16 +0100 jbachorik 8068976: Remove JSDT implementation
Thu, 29 Jan 2015 19:16:47 +0100 zmajo 8071654: disassembler handles embedded OOPs not uniformly
Fri, 13 Feb 2015 14:37:35 +0100 stefank 8072911: Remove includes of oop.inline.hpp from .hpp files
Mon, 27 Oct 2014 20:03:57 -1000 iveresov Merge
Fri, 24 Oct 2014 14:25:46 +0200 anoll 8046809: vm/mlvm/meth/stress/compiler/deoptimize CodeCache is full.
Thu, 02 Oct 2014 10:55:36 +0200 stefank 8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
Mon, 29 Sep 2014 08:40:51 +0200 thartmann 8058737: CodeCache::find_blob fails with 'unsafe access to zombie method'
Wed, 17 Sep 2014 08:00:07 +0200 thartmann 8015774: Add support for multiple code heaps
Mon, 15 Sep 2014 08:08:22 +0200 thartmann 8048721: -XX:+PrintCompilation prints negative bci for non entrant OSR methods
Fri, 05 Sep 2014 08:08:51 -0400 coleenp 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
Wed, 03 Sep 2014 19:13:18 -0400 coleenp 8055008: Clean up code that saves the previous versions of redefined classes
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8049421: G1 Class Unloading after completing a concurrent mark cycle
Mon, 07 Jul 2014 12:37:11 +0200 stefank 8049420: Backout 8048248 to correct attribution
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8048248: G1 Class Unloading after completing a concurrent mark cycle
Tue, 01 Jul 2014 09:03:55 +0200 stefank 8047362: Add a version of CompiledIC_at that doesn't create a new RelocIterator
Tue, 24 Jun 2014 17:09:48 +0200 stefank 8047373: Clean the ExceptionCache in one pass
Mon, 23 Jun 2014 16:43:41 +0200 pliden 8046231: G1: Code root location ... from nmethod ... not in strong code roots for region
Wed, 04 Jun 2014 11:56:44 +0200 goetz 8044775: Improve usage of umbrella header atomic.inline.hpp.
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Tue, 29 Apr 2014 15:17:27 +0200 goetz 8042195: Introduce umbrella header orderAccess.inline.hpp.
Mon, 28 Apr 2014 03:44:35 -0700 anoll Merge
Mon, 28 Apr 2014 12:39:12 +0200 anoll 8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
Thu, 24 Apr 2014 09:47:34 +0200 anoll 8041468: Field nmethod::_lock_count should be declared volatile
Thu, 20 Mar 2014 17:49:27 -0700 kvn 8031320: Use Intel RTM instructions for locks
Mon, 03 Mar 2014 08:04:14 +0100 anoll 8035946: Use ResourceHashtable for dependency checking
Wed, 26 Feb 2014 02:38:46 -0800 anoll Merge
Wed, 26 Feb 2014 11:29:47 +0100 anoll 8034839: jvm hangs with gc/gctests/LoadUnloadGC test
Thu, 20 Feb 2014 12:20:56 -0800 kvn Merge
Tue, 18 Feb 2014 09:15:40 +0100 sla 8034080: Remove the USDT1 dtrace code from Hotspot
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Wed, 15 Jan 2014 06:16:55 +0100 anoll 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
Fri, 06 Dec 2013 12:11:51 -0800 kvn 8028107: Kitchensink crashed with EAV
Fri, 22 Nov 2013 12:14:09 -0800 goetz 8029025: PPC64 (part 203): opto: Move static _in_dump_cnt to Compile object.
Thu, 21 Nov 2013 12:30:35 -0800 kvn Merge
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Thu, 05 Sep 2013 11:04:39 -0700 kvn Merge
Thu, 22 Aug 2013 09:39:54 -0700 goetz 8023033: PPC64 (part 13): basic changes for AIX
Tue, 12 Nov 2013 09:32:50 +0100 anoll 8027593: performance drop with constrained codecache starting with hs25 b111
Fri, 08 Nov 2013 01:13:11 -0800 vlivanov 8023037: Race between ciEnv::register_method and nmethod::make_not_entrant_or_zombie
Thu, 03 Oct 2013 16:38:21 +0400 iveresov Merge
Thu, 26 Sep 2013 10:25:02 -0400 hseigel 7195622: CheckUnhandledOops has limited usefulness now
Fri, 27 Sep 2013 10:50:55 +0200 anoll 8020151: PSR:PERF Large performance regressions when code cache is filled
Thu, 05 Sep 2013 10:39:10 +0200 adlertz Merge
Thu, 29 Aug 2013 18:56:29 -0400 coleenp 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced
Mon, 26 Aug 2013 16:12:20 +0200 roland 8016277: Crash in nmethod::is_compiled_by_c1() on x86
Thu, 15 Aug 2013 10:52:18 +0200 johnc 7145569: G1: optimize nmethods scanning
Mon, 24 Jun 2013 11:53:54 -0700 goetz 8017308: Remove unused breakpoint relocation type
less more (0) -120 tip