Hi Chris,
It looks good.
No need for another webrev.
Thanks
Serguei
On 6/15/20 13:03, Chris Plummer wrote:
It looks good.
134 if (Assert.ASSERTS_ENABLED) {
135 // The pointer to the HeapBlock that contains this blob is outside of the blob,
136 // but it shouldn't be an error to find a blob based on the pointer to the HeapBlock.
137 // The heap block header is padded out to an 8-byte boundary. See heap.hpp. The
138 // simplest way to compute the header size is just 2 * addressSize.
139 Assert.that(result.blobContains(start) ||
140 result.blobContains(start.addOffsetTo(2 * VM.getVM().getAddressSize())),
141 "found wrong CodeBlob");
142 }
The lines 139-141 have wrong indent.No need for another webrev.
Thanks
Serguei
On 6/15/20 13:03, Chris Plummer wrote:
Hello,
Please help review the following simple fix:
http://cr.openjdk.java.net/~cjplummer/8246369/webrev.00/index.html
https://bugs.openjdk.java.net/browse/JDK-8246369
Details are in the CR description.
thanks,
Chris
