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

Improve implementation of extended RestrictedSecurity constraints #21238

Open
keithc-ca opened this issue Feb 28, 2025 · 0 comments
Open

Improve implementation of extended RestrictedSecurity constraints #21238

keithc-ca opened this issue Feb 28, 2025 · 0 comments

Comments

@keithc-ca
Copy link
Contributor

ibmruntimes/openj9-openjdk-jdk#935 and back-ports use Thread.currentThread().getStackTrace() which, by design, must answer an array with all stack frames of the calling thread. A better tool for that job is StackWalker (introduced in Java 9). The implementation should be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant