log src/share/vm/classfile/defaultMethods.cpp @ 12213:42863137168c

age author description
Mon, 16 Sep 2013 17:57:56 -0400 acorn 8024647: Default method resolution with private superclass method
Wed, 28 Aug 2013 08:15:01 -0400 acorn 8020489: VM crash when non-existent interface called by invokespecial
Mon, 26 Aug 2013 11:35:25 -0400 acorn 8012294: remove generic handling for default methods
Mon, 05 Aug 2013 14:51:58 +0200 Bernhard Urban fix optimized builds
Tue, 09 Jul 2013 14:02:28 -0400 acorn 8013635: VM should no longer create bridges for generic signatures.
Thu, 30 May 2013 11:46:39 -0700 sspitsyn 8015436: compiler/ciReplay/TestSA.sh fails with assert() index is out of bounds
Wed, 20 Mar 2013 06:38:27 -0700 morris 8009578: [parfait] Null pointer deference in hotspot/src/share/vm/classfile/defaultMethods.cpp
Mon, 11 Feb 2013 14:06:22 -0500 coleenp 8007320: NPG: move method annotations
Thu, 17 Jan 2013 11:39:48 +0100 stefank 8006513: Null pointer in DefaultMethods::generate_default_methods when merging annotations
Tue, 08 Jan 2013 14:01:36 -0500 coleenp 8004728: Add hotspot support for parameter reflection
Tue, 27 Nov 2012 17:03:56 -0500 jiangli 8003848: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod.
Thu, 11 Oct 2012 12:25:42 -0400 kamg 7200776: Implement default methods in interfaces