mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
Reviewed-by: kvn
This commit is contained in:
parent
47e357e16f
commit
f103a0e31f
5 changed files with 132 additions and 32 deletions
|
@ -967,7 +967,8 @@
|
|||
// Class vmSymbols
|
||||
|
||||
class vmSymbols: AllStatic {
|
||||
friend class vmIntrinsics;
|
||||
friend class vmIntrinsics;
|
||||
friend class VMStructs;
|
||||
public:
|
||||
// enum for figuring positions and size of array holding Symbol*s
|
||||
enum SID {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue