changeset 57777 | 90ead0febf56 |
parent 57710 | 05ff6e27de45 |
child 58226 | 408c445d04e8 |
--- a/src/hotspot/share/oops/method.cpp Fri Aug 16 09:18:41 2019 +0200 +++ b/src/hotspot/share/oops/method.cpp Tue Aug 06 10:48:21 2019 +0200 @@ -2067,7 +2067,7 @@ #endif // PRODUCT }; -// Something that can't be mistaken for an address or a markOop +// Something that can't be mistaken for an address or a markWord Method* const JNIMethodBlock::_free_method = (Method*)55; JNIMethodBlockNode::JNIMethodBlockNode(int num_methods) : _top(0), _next(NULL) {