[Integrated] [lworld] RFR: 8230082: [lworld] Volatile field declaration in inline class fails with ClassFormatError
Srikanth Adayapalam
sadayapalam at openjdk.java.net
Tue May 12 12:14:41 UTC 2020
On Tue, 12 May 2020 04:11:12 GMT, Srikanth Adayapalam <sadayapalam at openjdk.org> wrote:
> Jim, could you please review this small fix ?
>
> Basically while checking that both FINAL and VOLATILE are not simultaneously
> on, we should also check implicitly computed flags.
>
> (Perhaps all calls to disjoint should consider implicit flags - but after
> spending some time, I couldn't construct other problematic scenarios, so
> decided to mind my business and limit it to the case at hand)
This pull request has now been integrated.
Changeset: 46a60aec
Author: Srikanth Adayapalam <sadayapalam at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/46a60aec
Stats: 22 lines in 3 files changed: 0 ins; 21 del; 1 mod
8230082: [lworld] Volatile field declaration in inline class fails with ClassFormatError
-------------
PR: https://git.openjdk.java.net/valhalla/pull/43
More information about the valhalla-dev
mailing list