mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8319323: FFM: Harmonize the @throws tags in the javadocs
Reviewed-by: jvernee
This commit is contained in:
parent
ec79ab4b3c
commit
be01caf30d
10 changed files with 454 additions and 451 deletions
|
@ -221,9 +221,9 @@ public interface SymbolLookup {
|
|||
* @return a new symbol lookup suitable to find symbols in a library with the given name.
|
||||
* @throws IllegalStateException if {@code arena.scope().isAlive() == false}
|
||||
* @throws WrongThreadException if {@code arena} is a confined arena, and this method is called from a
|
||||
* thread {@code T}, other than the arena's owner thread.
|
||||
* @throws IllegalArgumentException if {@code name} does not identify a valid library.
|
||||
* @throws IllegalCallerException If the caller is in a module that does not have native access enabled.
|
||||
* thread {@code T}, other than the arena's owner thread
|
||||
* @throws IllegalArgumentException if {@code name} does not identify a valid library
|
||||
* @throws IllegalCallerException If the caller is in a module that does not have native access enabled
|
||||
*/
|
||||
@CallerSensitive
|
||||
@Restricted
|
||||
|
@ -249,9 +249,9 @@ public interface SymbolLookup {
|
|||
* @return a new symbol lookup suitable to find symbols in a library with the given path.
|
||||
* @throws IllegalStateException if {@code arena.scope().isAlive() == false}
|
||||
* @throws WrongThreadException if {@code arena} is a confined arena, and this method is called from a
|
||||
* thread {@code T}, other than the arena's owner thread.
|
||||
* @throws IllegalArgumentException if {@code path} does not point to a valid library.
|
||||
* @throws IllegalCallerException If the caller is in a module that does not have native access enabled.
|
||||
* thread {@code T}, other than the arena's owner thread
|
||||
* @throws IllegalArgumentException if {@code path} does not point to a valid library
|
||||
* @throws IllegalCallerException If the caller is in a module that does not have native access enabled
|
||||
*/
|
||||
@CallerSensitive
|
||||
@Restricted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue