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
Merge branch 'master' of github.com:oracle/graal into trim-stacktraces
  • Loading branch information
roberttoyonaga committed Jan 6, 2025
commit aaf3ac4bb0a8e6f859e2daa39febf1f08b0402e8
4 changes: 2 additions & 2 deletions substratevm/mx.substratevm/mx_substratevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ def native_unittests_task(extra_build_args=None):

additional_build_args = svm_experimental_options([
'-H:-JfrTrimInternalStackTraces',
'-H:AdditionalSecurityProviders=com.oracle.svm.test.SecurityServiceTest$NoOpProvider',
'-H:AdditionalSecurityServiceTypes=com.oracle.svm.test.SecurityServiceTest$JCACompliantNoOpService',
'-H:AdditionalSecurityProviders=com.oracle.svm.test.services.SecurityServiceTest$NoOpProvider',
'-H:AdditionalSecurityServiceTypes=com.oracle.svm.test.services.SecurityServiceTest$JCACompliantNoOpService',
'-cp', cp_entry_name
])
if extra_build_args is not None:
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.