Skip to content

Commit

Permalink
Fix comment in continuation.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pchilano committed Oct 30, 2024
1 parent 0f3b902 commit 1b695e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/runtime/continuation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void continuations_init();
class javaVFrame;
class JavaThread;

// should match Continuation.toPreemptStatus() in Continuation.java
// should match Continuation.PreemptStatus() in Continuation.java
enum freeze_result {
freeze_ok = 0,
freeze_ok_bottom = 1,
Expand Down

0 comments on commit 1b695e5

Please sign in to comment.