Roman Kennke
Roman Kennke
@robehn or @dholmes-ora I believe one of you mentioned somewhere (can't find the comment, though) that we might need to support the bytecode sequence monitorenter A; monitorenter B; monitorexit A;...
> > @robehn or @dholmes-ora I believe one of you mentioned somewhere (can't find the comment, though) that we might need to support the bytecode sequence monitorenter A; monitorenter B;...
> > Strictly speaking, I believe the conditions check for the (weaker) balanced property, but not for the (stronger) structured property. > > I know but the text says: >...
/cc hotspot-compiler
> @vnkozlov @rkennke RTM feature is available on Intel ICX as well as upcoming Xeon platforms. Ok, interesting. I did not know that. Is our RTM locking implementation still useful,...
Is there interest in getting rid of RTM locking, or should I close this PR as won't-fix at this point?
Closing, will keep RTM locking for the time being.
/contributor add shipilev
/contributor add shade
> On aarch64 (linux and mac) I see these variations of crashes in random tests: (asserts in debug, crash in release it looks like) > > ``` > # Internal...