Skip to content
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

ForceYield using suspension #44

Closed
wants to merge 4 commits into from
Closed

Conversation

coleenp
Copy link
Collaborator

@coleenp coleenp commented May 17, 2021

This uses thread suspend to freeze the stack of the target thread, so that the allocation can be done by the requestor who can do this safely because it's not in a handshake.
Tested with jdk/java/lang/Continuation (added -UseTLAB case)
and serviceability/jvmti/vthread
and loom-tier1, loom-tier2.
Also tested vmTestbase/nsk/jvmti,jdi,jdwp,monitoring tests.


Progress

  • Change must not contain extraneous whitespace

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/loom pull/44/head:pull/44
$ git checkout pull/44

Update a local copy of the PR:
$ git checkout pull/44
$ git pull https://git.openjdk.java.net/loom pull/44/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 44

View PR using the GUI difftool:
$ git pr show -t 44

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/loom/pull/44.diff

Sorry, something went wrong.

@bridgekeeper
Copy link

bridgekeeper bot commented May 17, 2021

👋 Welcome back coleenp! A progress list of the required criteria for merging this PR into fibers will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented May 18, 2021

@coleenp This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

ForceYield using suspension

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 98 new commits pushed to the fibers branch:

  • 9133bef: Merge
  • fdd0352: 8267338: [JVMCI] revive JVMCI API removed by JDK-8243287
  • 0b49f5a: 8267257: Shenandoah: Always deduplicate strings when it is enabled during full gc
  • 12050f0: 8266651: Convert Table method parameters from String to Content
  • e749f75: 8267304: Bump global JTReg memory limit to 768m
  • e858dd6: 8267361: JavaTokenizer reads octal numbers mistakenly
  • 1b93b81: 8267133: jdk/jfr/event/gc/collection/TestG1ParallelPhases.java fails with Not expected phases: RestorePreservedMarks, RemoveSelfForwardingPtr: expected true, was false
  • 88b1142: 8267357: build breaks with -Werror option on micro benchmark added for JDK-8256973
  • 6ef46ce: 8231672: Simplify the reference processing parallelization framework
  • 392f962: 8267151: C2: Don't create dummy Opaque1Node for outmost unswitched IfNode
  • ... and 88 more: https://git.openjdk.java.net/loom/compare/f1416ebb28ac0ddbb43c80e5f16b956a068b7f20...fibers

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the ready Ready to be integrated label May 18, 2021
@coleenp coleenp marked this pull request as ready for review May 20, 2021 22:04
@openjdk openjdk bot added the rfr Ready for review label May 20, 2021
@mlbridge
Copy link

mlbridge bot commented May 20, 2021

Webrevs

@coleenp coleenp changed the title ForceYield using suspension. Seems to pass. ForceYield using suspension May 21, 2021
@coleenp coleenp marked this pull request as draft May 24, 2021 14:45
@openjdk openjdk bot removed the rfr Ready for review label May 24, 2021
@coleenp coleenp closed this Aug 4, 2021
@coleenp coleenp deleted the loom-preempt2 branch August 4, 2021 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready to be integrated
Development

Successfully merging this pull request may close these issues.

None yet

1 participant