log src/share/vm/runtime/vmStructs.cpp @ 5998:49036505ab5f

age author description
Thu, 29 Mar 2012 22:18:56 -0400 jiangli 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
Sun, 10 Jun 2012 01:17:48 +0200 Thomas Wuerthinger Bring Java renamings and restructurings to the C++ part.
Mon, 19 Mar 2012 16:22:57 -0700 Christian Haeubl minor cleanups after merge
Mon, 19 Mar 2012 15:47:35 -0700 Christian Haeubl minor changes
Thu, 15 Mar 2012 15:31:34 -0700 Christian Haeubl more preparations for disabling runtime feedback selectively based on deoptimization history
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Mon, 06 Feb 2012 10:57:49 -0500 bpittore Merge
Wed, 25 Jan 2012 17:40:51 -0500 jiangli 7132690: InstanceKlass:_reference_type should be u1 type
Mon, 30 Jan 2012 23:27:30 -0500 acorn 7114376: Make system dictionary hashtable bucket array size configurable
Wed, 11 Jan 2012 19:54:34 -0800 dcubed 7129240: backout fix for 7102776 until 7128770 is resolved
Wed, 28 Dec 2011 12:15:57 -0500 jiangli 7123315: instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count should be u2 type.
Tue, 06 Dec 2011 18:28:51 -0500 coleenp 7117052: instanceKlass::_init_state can be u1 type
Thu, 17 Nov 2011 12:53:59 -0500 coleenp 7102776: Pack instanceKlass boolean fields into single u1 field
Mon, 06 Feb 2012 18:32:30 -0800 Christian Haeubl fixed windows build, filtered methodDataOop for reflection
Mon, 23 Jan 2012 18:56:52 -0800 Christian Haeubl bugfixes
Thu, 06 Oct 2011 13:28:09 -0400 tonyp Merge
Tue, 20 Sep 2011 09:59:59 -0400 tonyp 7059019: G1: add G1 support to the SA
Thu, 29 Sep 2011 09:53:56 -0700 never 7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
Sun, 25 Sep 2011 16:03:29 -0700 never 7089790: integrate bsd-port changes
Mon, 12 Sep 2011 13:51:40 -0700 never 7089709: type "jushort" not found
Sun, 11 Sep 2011 14:48:24 -0700 never 7088955: add C2 IR support to the SA
Sat, 10 Sep 2011 17:29:02 -0700 never 7086585: make Java field injection more flexible
Mon, 05 Sep 2011 17:09:05 -0700 never 7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244)
Thu, 28 Jul 2011 02:14:44 -0700 twisti 7066143: JSR 292: Zero support after regressions from 7009923 and 7009309
Tue, 17 May 2011 19:11:51 -0700 never 7045513: JSR 292 inlining causes crashes in methodHandleWalk.cpp
Wed, 30 Mar 2011 07:47:19 -0700 never 7031614: jmap -permstat fails with java.lang.InternalError in sun.jvm.hotspot.oops.OopField.getValue
Thu, 24 Mar 2011 23:06:13 -0700 jcoomes Merge
Mon, 21 Mar 2011 22:16:19 -0400 dholmes 6535709: interrupt of wait()ing thread isn't triggerring InterruptedException - test intwait3
Mon, 21 Mar 2011 18:38:00 -0700 jcoomes 6962930: make the string table size configurable
Fri, 18 Mar 2011 16:00:34 -0700 never 7017732: move static fields into Class to prepare for perm gen removal