[foreign-memaccess+abi] RFR: 8263459: Add better support for restricted methods

Athijegannathan Sundararajan sundar at openjdk.java.net
Fri Mar 19 11:45:51 UTC 2021


--enable-native-access command line option

-------------

Commit messages:
 - Only methods can be annotated as RestrictedNative.
 - Avoid using RestrictedNative annotation to check. Use hotspot managed internal flag.
 - test coverage improvement
 - simplified native access check from linkResolver.cpp
 - changed the restricted method finder javac plugin name to be RestrictedMethodsFinder.
 - removed unused import in Module.java. removed unused test changes.
 - comma separated modules with enable native access option
 - removed left over restricted JNI stuff.
 - remove unwanted hotspot, jdk changes. proper test summary description. deleted unused test.
 - 8263459: Add better support for restricted methods

Changes: https://git.openjdk.java.net/panama-foreign/pull/471/files
 Webrev: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=471&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8263459
  Stats: 1503 lines in 95 files changed: 1369 ins; 74 del; 60 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/471.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/471/head:pull/471

PR: https://git.openjdk.java.net/panama-foreign/pull/471


More information about the panama-dev mailing list