mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
78339229bb
40 changed files with 626 additions and 318 deletions
|
@ -3157,7 +3157,7 @@ void InstanceKlass::verify_on(outputStream* st) {
|
|||
Array<int>* method_ordering = this->method_ordering();
|
||||
int length = method_ordering->length();
|
||||
if (JvmtiExport::can_maintain_original_method_order() ||
|
||||
(UseSharedSpaces && length != 0)) {
|
||||
((UseSharedSpaces || DumpSharedSpaces) && length != 0)) {
|
||||
guarantee(length == methods()->length(), "invalid method ordering length");
|
||||
jlong sum = 0;
|
||||
for (int j = 0; j < length; j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue