8164319: CLHSDB dumpcodecache throws StackOverflowError
Reviewed-by: dholmes, dsamersoff
This commit is contained in:
parent
bc0d3d976b
commit
7c11898ffe
@ -32,6 +32,7 @@ import sun.jvm.hotspot.types.CIntegerField;
|
||||
import sun.jvm.hotspot.types.Type;
|
||||
import sun.jvm.hotspot.types.TypeDataBase;
|
||||
import sun.jvm.hotspot.utilities.Assert;
|
||||
import sun.jvm.hotspot.utilities.CStringUtilities;
|
||||
|
||||
import java.io.PrintStream;
|
||||
import java.util.Observable;
|
||||
@ -115,7 +116,7 @@ public class CodeBlob extends VMObject {
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return getName();
|
||||
return CStringUtilities.getString(nameField.getValue(addr));
|
||||
}
|
||||
|
||||
/** OopMap for frame; can return null if none available */
|
||||
|
Loading…
x
Reference in New Issue
Block a user