log src/share/vm/classfile/classFileParser.cpp @ 21526:1da7aef31a08

age author description
Tue, 19 May 2015 23:16:07 +0200 Doug Simon created com.oracle.graal.hotspot.jvmci package and moved classes destined for future JVMCI module into it (JBS:GRAAL-53)
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Thu, 11 Dec 2014 11:13:13 +0100 stefank 8065634: Crash in InstanceKlass::clean_method_data when _method is NULL
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