[lilliput-jdk17u:lilliput] Integrated: 8310744: [Lilliput/JDK17] Revert C1_MacroAssembler::initialize_header removal of BiasedLocking path
Aleksey Shipilev
shade at openjdk.org
Fri Jun 23 18:42:31 UTC 2023
On Fri, 23 Jun 2023 13:34:48 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> In x86 C1_MacroAssembler::initialize_header, we accidentally removed the BiasedLocking path that should reach the klass prototype header. This reshapes x86 code to aarch64 code shape, which does the right thing.
>
> This is 17u-specific, as BiasedLocking is removed in later releases.
>
> Additional testing:
> - [x] Linux x86_64 fastdebug `tier1 tier2` (default)
> - [x] Linux x86_64 fastdebug `tier1 tier2` (+UCOH)
This pull request has now been integrated.
Changeset: 15030bf3
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/lilliput-jdk17u/commit/15030bf37c1a38d202b9a9c22064af6743e29de5
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
8310744: [Lilliput/JDK17] Revert C1_MacroAssembler::initialize_header removal of BiasedLocking path
Reviewed-by: rkennke
-------------
PR: https://git.openjdk.org/lilliput-jdk17u/pull/47
More information about the lilliput-dev
mailing list