jdk/hotspot/src/share/vm/oops
Ioi Lam 522051490c 8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle
Need to refetch each method from InstanceKlass after all safepoints.  Removed leaky PreviousVersionInfo code.

Reviewed-by: coleenp, sspitsyn
2013-09-23 08:56:19 -07:00
..
annotations.cpp 8014912: Restore PrintSharedSpaces functionality after NPG 2013-05-28 16:36:19 -07:00
annotations.hpp 8007320: NPG: move method annotations 2013-02-11 14:06:22 -05:00
arrayKlass.cpp 7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful 2013-07-03 17:26:59 -04:00
arrayKlass.hpp 7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful 2013-07-03 17:26:59 -04:00
arrayOop.cpp 7013347: allow crypto functions to be called inline to enhance performance 2012-02-01 16:57:08 -08:00
arrayOop.hpp 8015107: NPG: Use consistent naming for metaspace concepts 2013-08-12 17:37:02 +02:00
compiledICHolder.cpp 8016325: JVM hangs verifying system dictionary 2013-06-24 18:55:46 -04:00
compiledICHolder.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
constantPool.cpp 8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle 2013-09-23 08:56:19 -07:00
constantPool.hpp 8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle 2013-09-23 08:56:19 -07:00
constMethod.cpp 8016325: JVM hangs verifying system dictionary 2013-06-24 18:55:46 -04:00
constMethod.hpp 8009531: Crash when redefining class with annotated method 2013-03-27 08:19:50 -04:00
cpCache.cpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
cpCache.hpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
fieldInfo.hpp 8001107: @Stable annotation for constant folding of lazily evaluated variables 2013-09-10 14:51:48 -07:00
fieldStreams.hpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
generateOopMap.cpp 8009022: [parfait] Null pointer deference in hotspot/src/share/vm/oops/generateOopMap.cpp 2013-03-19 11:49:36 -07:00
generateOopMap.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
instanceClassLoaderKlass.cpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
instanceClassLoaderKlass.hpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
instanceKlass.cpp Merge 2013-09-20 12:58:35 -07:00
instanceKlass.hpp Merge 2013-09-20 12:58:35 -07:00
instanceMirrorKlass.cpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
instanceMirrorKlass.hpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
instanceOop.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
instanceOop.hpp 8015107: NPG: Use consistent naming for metaspace concepts 2013-08-12 17:37:02 +02:00
instanceRefKlass.cpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
instanceRefKlass.hpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
klass.cpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
klass.hpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
klass.inline.hpp 8003424: Enable Class Data Sharing for CompressedOops 2013-08-15 20:04:10 -04:00
klassPS.hpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
klassVtable.cpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
klassVtable.hpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
markOop.cpp 8003935: Simplify the needed includes for using Thread::current() 2012-11-27 14:20:21 +01:00
markOop.hpp 8000351: Tenuring threshold should be unsigned 2012-10-03 20:31:41 +02:00
markOop.inline.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
metadata.cpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
metadata.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
method.cpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
method.hpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
methodCounters.cpp 8014912: Restore PrintSharedSpaces functionality after NPG 2013-05-28 16:36:19 -07:00
methodCounters.hpp 8010862: The Method counter fields used for profiling can be allocated lazily 2013-04-09 17:17:41 -04:00
methodData.cpp 8014912: Restore PrintSharedSpaces functionality after NPG 2013-05-28 16:36:19 -07:00
methodData.hpp 8024760: add more types, fields and constants to VMStructs 2013-09-13 16:55:44 -07:00
objArrayKlass.cpp 8016325: JVM hangs verifying system dictionary 2013-06-24 18:55:46 -04:00
objArrayKlass.hpp 8016325: JVM hangs verifying system dictionary 2013-06-24 18:55:46 -04:00
objArrayKlass.inline.hpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
objArrayOop.cpp 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass 2012-09-29 06:40:00 -04:00
objArrayOop.hpp 7197424: update copyright year to match last edit in jdk8 hotspot repository 2012-10-09 10:09:34 -07:00
oop.cpp 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap" 2013-04-30 11:56:52 -07:00
oop.hpp 8003424: Enable Class Data Sharing for CompressedOops 2013-08-15 20:04:10 -04:00
oop.inline.hpp 8003424: Enable Class Data Sharing for CompressedOops 2013-08-15 20:04:10 -04:00
oop.inline2.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
oop.pcgc.inline.hpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
oop.psgc.inline.hpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
oopsHierarchy.cpp 8003935: Simplify the needed includes for using Thread::current() 2012-11-27 14:20:21 +01:00
oopsHierarchy.hpp 8003424: Enable Class Data Sharing for CompressedOops 2013-08-15 20:04:10 -04:00
symbol.cpp 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced 2013-08-29 18:56:29 -04:00
symbol.hpp 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation 2013-09-13 22:38:02 -04:00
typeArrayKlass.cpp 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS 2013-01-23 13:02:39 -05:00
typeArrayKlass.hpp 8003421: NPG: Move oops out of InstanceKlass into mirror 2013-05-22 14:37:49 -04:00
typeArrayOop.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
typeArrayOop.hpp 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass 2012-09-29 06:40:00 -04:00