New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8247299: [lworld] Disable UseBiasedLocking by default #234
Conversation
…ull free same as klass _layout_helper
# Conflicts: # src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp # src/hotspot/cpu/x86/templateTable_x86.cpp # src/hotspot/share/gc/serial/markSweep.inline.hpp # src/hotspot/share/memory/heapShared.cpp # src/hotspot/share/oops/inlineKlass.cpp # src/hotspot/share/opto/graphKit.cpp # test/hotspot/jtreg/runtime/handshake/HandshakeDirectTest.java
|
@MrSimms This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
/issue JDK-8247299 |
@MrSimms This issue is referenced in the PR title - it will now be updated. |
/integrate |
@MrSimms Since your change was applied there have been 2 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 3a7c9fe. |
Comment. It won't work for arrays properly.
Array maybe locked. So is_flatArray should be like this: |
Disabled UseBiasedLocking, and reorganized markWord to serve Valhalla requirements (see also JDK-8247298 for motivation).
Actual UseBiasedLocking code remains simply to avoid future conflicts. Since static constants have changed and UseBiasedLocking is deprecated, Valhalla assumes it will be removed, and it is not only disabled "by default", but now unusable.
Tier1-3 testing clean
Progress
Testing
Failed test tasks
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/valhalla pull/234/head:pull/234
$ git checkout pull/234