mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
51a9303c03
90 changed files with 1998 additions and 890 deletions
|
@ -793,7 +793,7 @@ void DefaultMethods::generate_default_methods(
|
|||
|
||||
|
||||
|
||||
#ifndef PRODUCT
|
||||
#ifdef ASSERT
|
||||
// Return true is broad type is a covariant return of narrow type
|
||||
static bool covariant_return_type(BasicType narrow, BasicType broad) {
|
||||
if (narrow == broad) {
|
||||
|
@ -804,7 +804,7 @@ static bool covariant_return_type(BasicType narrow, BasicType broad) {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
#endif // ndef PRODUCT
|
||||
#endif
|
||||
|
||||
static int assemble_redirect(
|
||||
BytecodeConstantPool* cp, BytecodeBuffer* buffer,
|
||||
|
@ -1095,4 +1095,3 @@ static void merge_in_new_methods(InstanceKlass* klass,
|
|||
MetadataFactory::free_array(cld, original_ordering);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue