This website requires JavaScript.
Explore
Help
Register
Sign In
stan
/
jdk-24
Watch
1
Star
0
Fork
0
You've already forked jdk-24
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9846588b31
jdk-24
/
test
/
jdk
/
java
/
lang
/
StackWalker
/
stackwalk.policy
5 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
8143911: Reintegrate JEP 259: Stack-Walking API Co-authored-by: Brent Christian <brent.christian@oracle.com> Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com> Co-authored-by: Hamlin Li <huaming.li@oracle.com> Reviewed-by: coleenp, dfuchs, bchristi, psandoz, sspitsyn
2015-11-24 23:05:58 +00:00
grant {
8176815: Remove StackFramePermission and use RuntimePermission for stack walking Reviewed-by: alanb, bchristi
2017-03-16 01:08:46 +00:00
permission java.lang.RuntimePermission "getStackWalkerWithClassReference";
8143911: Reintegrate JEP 259: Stack-Walking API Co-authored-by: Brent Christian <brent.christian@oracle.com> Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com> Co-authored-by: Hamlin Li <huaming.li@oracle.com> Reviewed-by: coleenp, dfuchs, bchristi, psandoz, sspitsyn
2015-11-24 23:05:58 +00:00
};
Reference in New Issue
Copy Permalink