Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-61151] Trim internal JFR stacktraces to match OpenJDK #10385

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/Su…
…bstrateOptions.java

Co-authored-by: Fabio Niephaus <code@fniephaus.com>
  • Loading branch information
roberttoyonaga and fniephaus authored Jan 6, 2025
commit a8101b2a27ce68a6bd4cb7edc165a57cca309658
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ public Boolean getValue(OptionValues values) {
@Option(help = "file:doc-files/StartFlightRecordingHelp.txt")//
public static final RuntimeOptionKey<String> StartFlightRecording = new RuntimeOptionKey<>("", Immutable);

@Option(help = "file:doc-files/JfrTrimInternalStackTraces.txt")//
@Option(help = "Determine whether to trim internal frames from JFR stacktraces (defaults to true).")//
public static final RuntimeOptionKey<Boolean> JfrTrimInternalStackTraces = new RuntimeOptionKey<>(true);

@Option(help = "file:doc-files/FlightRecorderLoggingHelp.txt")//
Expand Down