mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8297106: Remove the -Xcheck:jni local reference capacity checking
Reviewed-by: dcubed, kevinw
This commit is contained in:
parent
05128c2110
commit
692bedbc1d
8 changed files with 1 additions and 289 deletions
|
@ -816,10 +816,6 @@ A JNI call was made without checking for a pending exception from a
|
|||
previous JNI call, and the current call is not safe when an exception
|
||||
may be pending.
|
||||
.IP \[bu] 2
|
||||
The number of JNI local references existing when a JNI function
|
||||
terminates exceeds the number guaranteed to be available.
|
||||
See the \f[V]EnsureLocalcapacity\f[R] function.
|
||||
.IP \[bu] 2
|
||||
A class descriptor is in decorated format (\f[V]Lname;\f[R]) when it
|
||||
should not be.
|
||||
.IP \[bu] 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue