jdk/hotspot/src/share/vm/classfile
2014-10-01 15:24:34 -07:00
..
altHashing.cpp 8033792: AltHashing used jint for imprecise bit shifting 2014-02-10 21:29:14 -08:00
altHashing.hpp 8033792: AltHashing used jint for imprecise bit shifting 2014-02-10 21:29:14 -08:00
bytecodeAssembler.cpp 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories 2014-07-04 11:46:01 +02:00
bytecodeAssembler.hpp 7200776: Implement default methods in interfaces 2012-10-11 12:25:42 -04:00
classFileError.cpp 8037816: Fix for 8036122 breaks build with Xcode5/clang 2014-05-09 16:50:54 -04:00
classFileParser.cpp 8046070: Class Data Sharing clean up and refactoring 2014-08-12 17:29:00 -07:00
classFileParser.hpp 8037167: Better method signature resolution 2014-07-14 13:15:06 +04:00
classFileStream.cpp 8056971: Minor class loading clean-up 2014-09-02 09:51:24 -07:00
classFileStream.hpp 8056971: Minor class loading clean-up 2014-09-02 09:51:24 -07:00
classLoader.cpp Merge 2014-09-09 16:14:40 +02:00
classLoader.hpp 8056971: Minor class loading clean-up 2014-09-02 09:51:24 -07:00
classLoaderData.cpp Merge 2014-09-05 15:53:02 -07:00
classLoaderData.hpp Merge 2014-07-10 13:39:18 -07:00
classLoaderData.inline.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
classLoaderExt.hpp 8056971: Minor class loading clean-up 2014-09-02 09:51:24 -07:00
classLoaderStats.cpp 8044107: Add Diagnostic Command to list all ClassLoaders 2014-06-04 11:05:30 +02:00
classLoaderStats.hpp 8044107: Add Diagnostic Command to list all ClassLoaders 2014-06-04 11:05:30 +02:00
defaultMethods.cpp 8037816: Fix for 8036122 breaks build with Xcode5/clang 2014-05-09 16:50:54 -04:00
defaultMethods.hpp 8011311: Private interface methods. Default conflicts:ICCE. no erased_super_default 2013-10-01 08:10:42 -04:00
dictionary.cpp Merge 2014-08-21 20:24:41 +02:00
dictionary.hpp Merge 2014-08-21 20:24:41 +02:00
javaAssertions.cpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
javaAssertions.hpp 7197424: update copyright year to match last edit in jdk8 hotspot repository 2012-10-09 10:09:34 -07:00
javaClasses.cpp 8058927: ATG throws ClassNotFoundException 2014-09-26 12:50:30 -04:00
javaClasses.hpp 8049105: Move array component mirror to instance of java/lang/Class (hotspot part 2) 2014-08-28 11:29:09 -04:00
loaderConstraints.cpp 8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap 2012-11-29 16:50:29 -05:00
loaderConstraints.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
metadataOnStackMark.cpp 8055008: Clean up code that saves the previous versions of redefined classes 2014-09-03 19:13:18 -04:00
metadataOnStackMark.hpp 8055008: Clean up code that saves the previous versions of redefined classes 2014-09-03 19:13:18 -04:00
placeholders.cpp 7199207: NPG: Crash in PlaceholderTable::verify after StackOverflow 2013-01-10 17:38:20 -05:00
placeholders.hpp 7199207: NPG: Crash in PlaceholderTable::verify after StackOverflow 2013-01-10 17:38:20 -05:00
resolutionErrors.cpp 8023697: failed class resolution reports different class name in detail message for the first and subsequent times 2014-05-05 19:53:00 -04:00
resolutionErrors.hpp 8023697: failed class resolution reports different class name in detail message for the first and subsequent times 2014-05-05 19:53:00 -04:00
sharedClassUtil.hpp 8046070: Class Data Sharing clean up and refactoring 2014-08-12 17:29:00 -07:00
sharedPathsMiscInfo.cpp 8056971: Minor class loading clean-up 2014-09-02 09:51:24 -07:00
sharedPathsMiscInfo.hpp 8056971: Minor class loading clean-up 2014-09-02 09:51:24 -07:00
stackMapFrame.cpp 8046233: VerifyError on backward branch 2014-08-05 09:11:35 -04:00
stackMapFrame.hpp 8046233: VerifyError on backward branch 2014-08-05 09:11:35 -04:00
stackMapTable.cpp 8046233: VerifyError on backward branch 2014-08-05 09:11:35 -04:00
stackMapTable.hpp 8046233: VerifyError on backward branch 2014-08-05 09:11:35 -04:00
stackMapTableFormat.hpp 7116786: RFE: Detailed information on VerifyErrors 2012-08-06 15:54:45 -04:00
stringTable.cpp 8056084: Refactor Hashtable to allow implementations without rehashing support 2014-08-29 13:08:01 +02:00
stringTable.hpp 8056084: Refactor Hashtable to allow implementations without rehashing support 2014-08-29 13:08:01 +02:00
symbolTable.cpp 8057925: PrintSymbolTableSizeHistogram prints misleading output 2014-09-22 18:34:35 +04:00
symbolTable.hpp 8056084: Refactor Hashtable to allow implementations without rehashing support 2014-08-29 13:08:01 +02:00
systemDictionary.cpp 8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic 2014-09-26 20:09:02 -07:00
systemDictionary.hpp 8046070: Class Data Sharing clean up and refactoring 2014-08-12 17:29:00 -07:00
systemDictionaryShared.hpp 8046070: Class Data Sharing clean up and refactoring 2014-08-12 17:29:00 -07:00
verificationType.cpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
verificationType.hpp 8038076: constraint on multianewarray instruction is not checked since class version 50 2014-04-14 10:13:03 -04:00
verifier.cpp 8057845: ClassVerifier::verify_exception_handler_targets reconstructs the ExceptionTable in a loop 2014-09-19 08:19:04 -04:00
verifier.hpp 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot 2014-09-26 17:11:27 -04:00
vmSymbols.cpp 8037816: Fix for 8036122 breaks build with Xcode5/clang 2014-05-09 16:50:54 -04:00
vmSymbols.hpp Merge 2014-09-04 22:59:17 -07:00