RFR: 8290065: [JVMCI] only check HotSpotCompiledCode stream is empty if installation succeeds

Vladimir Kozlov kvn at openjdk.org
Mon Jul 11 16:27:52 UTC 2022


On Mon, 11 Jul 2022 08:59:20 GMT, Doug Simon <dnsimon 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.

-------------

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9446


More information about the hotspot-compiler-dev mailing list