mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8185925: StackFrameInfo::walker field can be replaced with bitmap to save footprint
8153682: StackFrameInfo.declaringClass could be removed Reviewed-by: coleenp, mchung
This commit is contained in:
parent
09c2ca5809
commit
ac52bdcdd1
8 changed files with 42 additions and 43 deletions
|
@ -1370,7 +1370,6 @@ class Backtrace: AllStatic {
|
|||
|
||||
class java_lang_StackFrameInfo: AllStatic {
|
||||
private:
|
||||
static int _declaringClass_offset;
|
||||
static int _memberName_offset;
|
||||
static int _bci_offset;
|
||||
static int _version_offset;
|
||||
|
@ -1379,7 +1378,6 @@ private:
|
|||
|
||||
public:
|
||||
// Setters
|
||||
static void set_declaringClass(oop info, oop value);
|
||||
static void set_method_and_bci(Handle stackFrame, const methodHandle& method, int bci, TRAPS);
|
||||
static void set_bci(oop info, int value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue