mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
Rewrite frame::safe_for_sender and friends to be safe for collector/analyzer Reviewed-by: dcubed, kvn
This commit is contained in:
parent
bfbfdfa428
commit
c89e39d40a
13 changed files with 861 additions and 673 deletions
|
@ -108,7 +108,7 @@ class frame VALUE_OBJ_CLASS_SPEC {
|
|||
bool is_first_frame() const; // oldest frame? (has no sender)
|
||||
bool is_first_java_frame() const; // same for Java frame
|
||||
|
||||
bool is_interpreted_frame_valid() const; // performs sanity checks on interpreted frames.
|
||||
bool is_interpreted_frame_valid(JavaThread* thread) const; // performs sanity checks on interpreted frames.
|
||||
|
||||
// tells whether this frame is marked for deoptimization
|
||||
bool should_be_deoptimized() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue