hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp
Thu, 22 Oct 2015 13:07:10 -0400 goetz 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux.
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, 25 Aug 2015 07:49:55 +0200 thartmann 8075805: Crash while trying to release CompiledICHolder
Tue, 16 Jun 2015 15:59:57 +0200 aeriksso 8076110: VM crash when class is redefined with Instrumentation.redefineClasses
Thu, 18 Jun 2015 13:18:12 -0700 dcubed Merge
Fri, 29 May 2015 17:04:21 +0300 vlivanov 8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
Fri, 22 May 2015 09:50:32 +0200 thartmann Merge
Thu, 21 May 2015 18:22:33 +0300 vlivanov 8059340: ConstantPool::_resolved_references is missing in heap dump
Thu, 04 Jun 2015 08:05:47 -0400 coleenp 8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file
Thu, 21 May 2015 21:17:56 +0200 jwilhelm Merge
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
Mon, 18 May 2015 16:42:46 -0700 sspitsyn 8079644: memory stomping error with ResourceManagement and TestAgentStress.java
Mon, 27 Apr 2015 19:51:00 -0700 sspitsyn 8073705: more performance issues in class redefinition
Tue, 07 Apr 2015 20:18:28 -0700 sspitsyn 8066679: jvmtiRedefineClasses.cpp assert cache ptrs must match
Thu, 19 Mar 2015 18:01:39 +0100 zmajo Merge
Fri, 13 Mar 2015 12:40:39 -0400 coleenp 8061205: MetadataOnStackMark only needs to walk code cache during class redefinition
Mon, 16 Feb 2015 14:07:36 +0100 goetz 8073315: Enable gcc -Wtype-limits and fix upcoming issues.
Wed, 25 Feb 2015 00:30:54 -0800 sspitsyn 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
Fri, 13 Feb 2015 14:37:35 +0100 stefank 8072911: Remove includes of oop.inline.hpp from .hpp files
Mon, 26 Jan 2015 15:51:28 -0800 sspitsyn 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Tue, 06 Jan 2015 19:30:28 -0500 coleenp 8067836: The Universe::flush_foo methods belong in CodeCache.
Thu, 18 Dec 2014 16:15:21 -0500 coleenp 8067713: Move clean_weak_method_links for redefinition out of class unloading
Wed, 22 Oct 2014 13:59:56 +0200 aeriksso 8057043: Type annotations not retained during class redefine / retransform
Wed, 03 Sep 2014 19:13:18 -0400 coleenp 8055008: Clean up code that saves the previous versions of redefined classes
Fri, 16 May 2014 15:05:44 -0700 sspitsyn 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Tue, 14 Jan 2014 12:44:12 +0100 roland 8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails
Fri, 13 Dec 2013 09:25:44 +0100 roland 8029383: assert(counter_changed) failed: failed dependencies, but counter didn't change
Mon, 07 Oct 2013 12:20:28 -0400 acorn 8009130: Lambda: Fix access controls, loader constraints.
Thu, 03 Oct 2013 18:53:27 -0400 coleenp 8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
Fri, 20 Sep 2013 12:58:35 -0700 dcubed Merge
Thu, 19 Sep 2013 18:01:39 +0200 adlertz Merge
Fri, 13 Sep 2013 22:38:02 -0400 drchase 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
Fri, 20 Sep 2013 09:30:02 -0400 coleenp 8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously
Fri, 13 Sep 2013 12:48:50 -0700 sspitsyn 8024346: ~CautiouslyPreserveExceptionMark - assert(!_thread->has_pending_exception()) failed: unexpected exception generated
Fri, 13 Sep 2013 12:47:44 -0700 sspitsyn 8024345: 'assert(_value != NULL) failed: resolving NULL _value' from VM_RedefineClasses::set_new_constant_pool
Fri, 13 Sep 2013 12:46:40 -0700 sspitsyn 8017230: Internal Error (jvmtiRedefineClasses.cpp:1662): guarantee(false) failed: insert_space_at() failed
Thu, 22 Aug 2013 19:27:42 -0400 jiangli 8023547: com/sun/jdi/RedefineMulti.sh fails with IllegalArgumentException after JDK-8021948 .
Mon, 19 Aug 2013 14:59:54 -0400 jiangli 8021948: Change InstanceKlass::_source_file_name and _generic_signature from Symbol* to constant pool indexes.
Mon, 12 Aug 2013 17:24:54 -0400 coleenp 8009728: nsk/jvmti/AttachOnDemand/attach030 crashes on Win32
Wed, 17 Jul 2013 18:06:29 -0400 jiangli 8020309: Eliminate InstanceKlass::_cached_class_file_len.
Mon, 03 Jun 2013 14:28:37 -0700 sspitsyn 8014052: JSR292: assert(end_offset == next_offset) failed: matched ending
Mon, 13 May 2013 15:37:08 -0400 coleenp 8005056: NPG: Crash after redefining java.lang.Object
Tue, 07 May 2013 09:46:15 -0400 coleenp 8013063: nsk/jvmti/RetransformClasses/retransform001 failed debug version on os::free
Thu, 25 Apr 2013 03:58:53 -0700 sspitsyn 8007037: JSR 292: the VM_RedefineClasses::append_entry() should do cross-checks with indy operands
Sat, 20 Apr 2013 04:07:08 -0700 sspitsyn 8008511: JSR 292: MemberName vmtarget refs to methods must be updated at class redefinition
Tue, 19 Feb 2013 11:36:52 -0500 emc 8007153: Ensure that MethodParameters API works properly with RedefineClasses
Mon, 11 Feb 2013 14:06:22 -0500 coleenp 8007320: NPG: move method annotations
Wed, 06 Feb 2013 14:31:37 -0800 dcubed 7182152: Instrumentation hot swap test incorrect monitor count
Thu, 31 Jan 2013 20:11:14 -0800 sspitsyn 8006731: JSR 292: the VM_RedefineClasses::rewrite_cp_refs_in_method() must support invokedynamic
Thu, 31 Jan 2013 20:07:18 -0800 sspitsyn 8006542: JSR 292: the VM_RedefineClasses::append_entry() must support invokedynamic entry kinds
Fri, 25 Jan 2013 13:47:52 -0800 minqi Merge
Fri, 25 Jan 2013 10:04:08 -0500 zgu 8000692: Remove old KERNEL code
Thu, 24 Jan 2013 22:13:32 -0800 sspitsyn 8005128: JSR 292: the mlvm redefineClassInBootstrap test crashes in ConstantPool::compare_entry_to
Wed, 23 Jan 2013 10:34:29 -0500 coleenp 8006040: NPG: on_stack processing wastes space in ConstantPool
Thu, 17 Jan 2013 13:40:31 -0500 coleenp 7174978: NPG: Fix bactrace builder for class redefinition
Wed, 02 Jan 2013 20:28:09 -0500 coleenp 8005494: SIGSEGV in Rewriter::relocate_and_link() when testing Weblogic with CompressedOops and KlassPtrs
Thu, 20 Dec 2012 10:22:19 +0100 stefank 8004823: Add VM support for type annotation reflection
Mon, 12 Nov 2012 16:15:05 -0500 hseigel 8001471: Klass::cast() does nothing
Sat, 29 Sep 2012 06:40:00 -0400 coleenp 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
less more (0) -60 tip