hotspot/src/share/vm/oops/method.cpp
Thu, 24 Mar 2016 11:21:49 +0100 psandoz 8149644: Integrate VarHandles
Mon, 04 Apr 2016 12:57:48 -0400 jprovino 8132524: Missing includes to resourceArea.hpp
Wed, 23 Mar 2016 23:36:29 +0100 jwilhelm Merge
Tue, 22 Mar 2016 10:43:58 +0000 chegar Merge
Thu, 17 Mar 2016 19:04:01 +0000 alanb 8142968: Module System implementation
Sat, 19 Mar 2016 01:23:46 +0100 jwilhelm Merge
Thu, 03 Mar 2016 09:33:30 -0800 mikael 8149159: Clean up Unsafe
Thu, 17 Mar 2016 08:07:53 +0100 pliden 8151601: Cleanup locking of the Reference pending list
Thu, 03 Mar 2016 13:18:53 +0100 thartmann 8151130: [BACKOUT] Remove Method::_method_data for C1
Fri, 26 Feb 2016 09:13:22 -0800 cjplummer 8147978: Remove Method::_method_data for C1
Thu, 04 Feb 2016 18:25:02 -0500 coleenp 8149038: SIGSEGV at frame::is_interpreted_frame_valid -> StubRoutines::SafeFetchN
Wed, 03 Feb 2016 17:26:36 +0000 coleenp 8146984: SIGBUS: bool Method::has_method_vptr(const void*)+0xc
Wed, 03 Feb 2016 01:35:25 +0100 jwilhelm Merge
Thu, 28 Jan 2016 09:49:17 +0100 thartmann Merge
Fri, 18 Dec 2015 20:23:27 +0300 vlivanov 8140659: C1: invokedynamic call patching violates JVMS-6.5.invokedynamic
Sat, 30 Jan 2016 11:02:29 -0500 coleenp 8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size
Thu, 14 Jan 2016 16:26:38 -0500 coleenp Merge
Mon, 04 Jan 2016 15:41:05 +0100 goetz 8146401: Clean up oop.hpp: add inline directives and fix header files
Thu, 14 Jan 2016 13:26:19 +0100 david 8146690: Make all classes in GC follow the naming convention.
Thu, 07 Jan 2016 13:53:20 -0500 rprotacio 8141564: Convert TraceItables and PrintVtables to Unified Logging
Tue, 08 Dec 2015 20:04:03 +0100 mgronlun 8140485: Class load and creation cleanup
Fri, 13 Nov 2015 13:31:48 +0100 neliasso Merge
Wed, 28 Oct 2015 15:03:40 +0100 coleenp Merge
Wed, 28 Oct 2015 09:47:23 -0400 coleenp 8139203: Consistent naming for klass type predicates
Tue, 27 Oct 2015 14:18:56 +0000 chegar 8139891: Prepare Unsafe for true encapsulation
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
Wed, 11 Nov 2015 01:27:36 +0300 shade 8140650: Method::is_accessor should cover getters and setters for all types
Tue, 20 Oct 2015 11:17:19 -0400 jprovino Merge
Sat, 17 Oct 2015 19:40:30 -0400 dlong Merge
Thu, 08 Oct 2015 12:49:30 -1000 twisti 8136421: JEP 243: Java-Level JVM Compiler Interface
Wed, 14 Oct 2015 08:12:33 -0700 minqi 8135284: Remove Method::_method_size field
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
Wed, 15 Jul 2015 12:24:41 -0700 minqi 8025692: Log what methods are touched at run-time
Wed, 24 Jun 2015 21:58:05 -0400 coleenp Merge
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"
Thu, 11 Jun 2015 14:19:40 +0300 vlivanov 8074551: GWT can be marked non-compilable due to deopt count pollution
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
Fri, 13 Mar 2015 12:40:39 -0400 coleenp 8061205: MetadataOnStackMark only needs to walk code cache during class redefinition
Wed, 25 Feb 2015 00:30:54 -0800 sspitsyn 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
Wed, 21 Jan 2015 10:51:35 +0100 zmajo 8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
Tue, 06 Jan 2015 19:30:28 -0500 coleenp 8067836: The Universe::flush_foo methods belong in CodeCache.
Thu, 04 Dec 2014 11:35:09 -0500 drchase Merge
Mon, 01 Dec 2014 12:16:15 -0500 coleenp 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Thu, 04 Dec 2014 09:52:15 +0100 thartmann 8066448: SmallCodeCacheStartup.java exits with exit code 1
Tue, 11 Nov 2014 11:05:41 +0100 thartmann 8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
Thu, 06 Nov 2014 19:59:32 +0000 sla Merge
Wed, 05 Nov 2014 16:47:37 -0800 jmanson 8062116: JVMTI GetClassMethods is Slow
Thu, 30 Oct 2014 18:38:42 -0400 coleenp 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
Fri, 31 Oct 2014 16:51:57 -0700 kvn 8054492: Casting can result in redundant null checks in generated code
Thu, 02 Oct 2014 10:55:36 +0200 stefank 8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
Wed, 17 Sep 2014 21:15:03 -0700 iveresov 8058564: Tiered compilation performance drop in PIT
Thu, 11 Sep 2014 00:04:50 -0700 iveresov 8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
Thu, 31 Jul 2014 00:50:55 +0000 coleenp 8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location
Fri, 18 Jul 2014 23:53:59 -0700 sspitsyn Merge
Mon, 14 Jul 2014 03:27:21 -0700 vlivanov 8049529: LogCompilation: annotate make_not_compilable with compilation level
Thu, 17 Jul 2014 15:45:46 -0400 coleenp 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
Wed, 11 Jun 2014 09:58:23 -0400 hseigel 8031819: Remove legacy jdk checks and code
Thu, 15 May 2014 18:23:26 -0400 coleenp 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
less more (0) -100 -60 tip