log src/share/vm/classfile/classFileParser.cpp @ 17998:ae92351815b6

age author description
Fri, 20 Jun 2014 10:48:36 -0400 coleenp 8039150: host_klass invariant fails when verifying newly loaded JSR-292 anonymous classes
Thu, 15 May 2014 09:25:27 -0400 lfoltan 8041918: BootstrapMethods attribute cannot be empty.
Thu, 17 Apr 2014 16:09:07 -0700 amurillo Merge hs25.20-b11
Wed, 16 Apr 2014 18:40:25 -0400 coleenp Merge
Tue, 15 Apr 2014 17:02:20 -0400 coleenp 8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)
Mon, 10 Feb 2014 17:49:17 +0100 ctornqvi 8016644: Improve UnsupportedClassVersionError message
Fri, 14 Mar 2014 22:57:00 -0700 asaha Merge
Tue, 04 Feb 2014 17:12:36 -0800 amurillo Merge
Fri, 24 Jan 2014 08:13:42 -0500 hseigel 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass. hs25.20-b02
Wed, 15 Oct 2014 12:09:28 +0200 Gilles Duboscq Merge with jdk8u11-b12
Thu, 20 Mar 2014 11:36:40 -0700 acorn 8037167: Better method signature resolution jdk8u11-b01
Wed, 19 Mar 2014 14:02:51 -0400 hseigel 8036800: Attribute OOM to correct part of code
Wed, 15 Oct 2014 12:04:20 +0200 Gilles Duboscq Merge with jdk8u5-b13
Thu, 20 Feb 2014 13:30:59 -0500 hseigel 8034926: Attribute classes properly jdk8u5-b12
Wed, 15 Oct 2014 11:59:32 +0200 Gilles Duboscq Merge with jdk8-b132
Thu, 05 Dec 2013 16:37:29 +0400 kizune Merge
Tue, 03 Dec 2013 14:13:06 +0400 kizune Merge
Mon, 21 Oct 2013 14:08:09 +0100 chegar Merge
Thu, 03 Oct 2013 19:13:12 +0100 chegar Merge
Sat, 14 Sep 2013 20:40:34 +0100 chegar Merge
Thu, 09 Oct 2014 11:32:21 -0700 Tom Rodriguez fix privileged check for Stable
Thu, 02 Oct 2014 10:57:03 -0700 Tom Rodriguez Unify parsing of graal and hotspot Stable annotations
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Mon, 10 Feb 2014 17:49:17 +0100 ctornqvi 8016644: Improve UnsupportedClassVersionError message
Fri, 24 Jan 2014 08:13:42 -0500 hseigel 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass.
Wed, 08 Jan 2014 08:34:02 +0100 sla 8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader
Wed, 18 Dec 2013 00:00:24 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Thu, 21 Nov 2013 14:41:13 -0500 hseigel 8028520: JVM should not throw VerifyError when a private method overrides a final method
Wed, 20 Nov 2013 00:10:38 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Wed, 13 Nov 2013 07:31:26 -0800 acorn 8027229: ICCE expected for >=2 maximally specific default methods.
Thu, 17 Oct 2013 14:20:57 -0700 lana Merge
Sun, 13 Oct 2013 21:14:04 +0100 chegar Merge
Sat, 24 Aug 2013 00:14:46 -0700 iklam 8023683: Enhance class file parsing
Fri, 30 Aug 2013 09:50:49 +0100 chegar Merge
Fri, 02 Aug 2013 11:10:39 +0100 chegar Merge
Thu, 11 Jul 2013 12:59:03 -0400 hseigel 8016256: Make finalization final
Mon, 07 Oct 2013 12:20:28 -0400 acorn 8009130: Lambda: Fix access controls, loader constraints.
Fri, 11 Oct 2013 10:38:03 +0200 Gilles Duboscq Merge with hs25-b53
Thu, 03 Oct 2013 16:38:21 +0400 iveresov Merge
Wed, 02 Oct 2013 06:17:10 -0700 vlivanov 8025233: Move sun.invoke.Stable into java.lang.invoke package
Tue, 01 Oct 2013 08:10:42 -0400 acorn 8011311: Private interface methods. Default conflicts:ICCE. no erased_super_default.
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, 13 Sep 2013 10:34:15 -0400 zgu Merge
Mon, 09 Sep 2013 14:44:37 -0400 hseigel 8023167: JVM allows duplicate Runtime[In]VisibleTypeAnnotations attributes in ClassFile/field_info/method_info structures
Tue, 10 Sep 2013 14:51:48 -0700 vlivanov 8001107: @Stable annotation for constant folding of lazily evaluated variables
Mon, 26 Aug 2013 11:35:25 -0400 acorn 8012294: remove generic handling for default methods
Mon, 19 Aug 2013 14:59:54 -0400 jiangli 8021948: Change InstanceKlass::_source_file_name and _generic_signature from Symbol* to constant pool indexes.
Wed, 31 Jul 2013 11:00:54 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Wed, 17 Jul 2013 18:06:29 -0400 jiangli 8020309: Eliminate InstanceKlass::_cached_class_file_len.
Wed, 19 Jun 2013 10:45:56 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Mon, 27 May 2013 12:49:08 -0700 shade 8015270: @Contended: fix multiple issues in the layout code
Wed, 22 May 2013 14:37:49 -0400 coleenp 8003421: NPG: Move oops out of InstanceKlass into mirror
Tue, 21 May 2013 16:17:51 -0700 bharadwaj 8014059: JSR292: Failed to reject invalid class cplmhl00201m28n
Mon, 20 May 2013 23:41:27 +0400 shade 8014878: Clean up class field layout code
Fri, 17 May 2013 11:36:43 -0700 dcubed Merge
Fri, 17 May 2013 01:58:32 +0400 shade 8014509: @Contended: explicit default value behaves differently from the implicit value
Fri, 17 May 2013 01:43:48 +0400 shade 8012939: @Contended doesn't work correctly with inheritance