log src/share/vm/classfile/classFileParser.cpp @ 20576:90257dfad6e3

age author description
Fri, 24 Oct 2014 12:29:08 -0700 acorn 8043275: 8u40 backport: Fix interface initialization for default methods.
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
Tue, 16 Sep 2014 13:55:38 -0700 asaha Merge
Mon, 15 Sep 2014 16:39:00 -0400 jiangli Merge
Fri, 05 Sep 2014 16:01:29 -0400 coleenp 6642881: Improve performance of Class.getClassLoader()
Thu, 21 Aug 2014 13:57:51 -0700 iklam 8046070: Class Data Sharing clean up and refactoring
Mon, 25 Aug 2014 15:57:10 -0400 lfoltan 8051002: Incorrectly merged share/vm/classfile/classFileParser.cpp was pushed to 8u20.
Tue, 17 Feb 2015 20:43:03 +0100 Doug Simon put the code for printing a stack trace as part of -verbose:class behind the WizardMode flag
Tue, 17 Feb 2015 14:07:13 +0100 Doug Simon added (commented out) code for printing a stack trace as part of -verbose:class that can be used when investigating why classes are loaded
Thu, 16 Oct 2014 11:57:39 +0200 Gilles Duboscq Merge with jdk8u25-b17
Thu, 10 Jul 2014 16:01:11 -0700 asaha Merge
Mon, 09 Jun 2014 22:21:12 -0700 asaha 8046213: Test test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java Fails
Tue, 03 Jun 2014 21:36:53 -0700 asaha Merge
Fri, 30 May 2014 13:32:43 -0400 hseigel 8041717: Issue with class file parser
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Tue, 08 Jul 2014 13:25:13 -0700 asaha Merge
Thu, 29 May 2014 09:56:06 -0700 asaha Merge
Thu, 22 May 2014 11:09:06 -0700 asaha Merge
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