RFR: 8290065: [JVMCI] only check HotSpotCompiledCode stream is empty if installation succeeds
Doug Simon
dnsimon at openjdk.org
Mon Jul 11 16:50:13 UTC 2022
On Mon, 11 Jul 2022 16:25:51 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Decoding the HotSpotCompiledCode stream (see [JDK-8289094](https://bugs.openjdk.org/browse/JDK-8289094)) can be short circuited if certain limits are encountered such as the code cache being full or `JVMCINMethodSizeLimit` being exceeded.
>> This PR omits the check that the complete stream has been read should be emitted if such a limit is hit.
>
> Good and trivial.
Thanks for the review @vnkozlov .
-------------
PR: https://git.openjdk.org/jdk/pull/9446
More information about the hotspot-compiler-dev
mailing list