Integrated: 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 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.
This pull request has now been integrated.
Changeset: 21db9a50
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/21db9a507b441dbf909720b0b394f563e03aafc3
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8290065: [JVMCI] only check HotSpotCompiledCode stream is empty if installation succeeds
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/jdk/pull/9446
More information about the hotspot-compiler-dev
mailing list