mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8276889: Improve compatibility discussion in instanceKlass.cpp
Reviewed-by: hseigel
This commit is contained in:
parent
a5c160c711
commit
67c2714ba2
1 changed files with 0 additions and 1 deletions
|
@ -728,7 +728,6 @@ oop InstanceKlass::protection_domain() const {
|
|||
return java_lang_Class::protection_domain(java_mirror());
|
||||
}
|
||||
|
||||
// To remove these from requires an incompatible change and CSR review.
|
||||
objArrayOop InstanceKlass::signers() const {
|
||||
// return the signers from the mirror
|
||||
return java_lang_Class::signers(java_mirror());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue