RFR (XS) 8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
Aleksey Shipilev
shade at redhat.com
Tue Sep 4 10:33:03 UTC 2018
Bug:
https://bugs.openjdk.java.net/browse/JDK-8210357
Seems like VtableStub::pd_code_size_limit is gone, and should be purged from Zero too.
Fix:
diff -r bc76fd44b029 src/hotspot/cpu/zero/vtableStubs_zero.cpp
--- a/src/hotspot/cpu/zero/vtableStubs_zero.cpp Tue Sep 04 12:28:12 2018 +0200
+++ b/src/hotspot/cpu/zero/vtableStubs_zero.cpp Tue Sep 04 12:30:21 2018 +0200
@@ -37,11 +37,6 @@
return NULL;
}
-int VtableStub::pd_code_size_limit(bool is_vtable_stub) {
- ShouldNotCallThis();
- return 0;
-}
-
int VtableStub::pd_code_alignment() {
ShouldNotCallThis();
return 0;
Testing: Linux x86_64 zero build
Thanks,
-Aleksey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20180904/d32e5f76/signature-0001.asc>
More information about the hotspot-compiler-dev
mailing list