Skip to content

8309329: com/sun/jdi/DeferredStepTest.java fails with virtual threads due to not waiting for threads to exit #14275

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

Closed
wants to merge 2 commits into from

Conversation

plummercj
Copy link
Contributor

@plummercj plummercj commented Jun 1, 2023

Virtual threads are always daemon threads, so tests that previously did not explicitly wait for test threads to exit sometimes fail with virtual threads due to the test exiting before the test threads have exited. A join() for each test thread is needed to fix this issue.

com/sun/jdi/DeferredStepTest.java is one such tests. I looked at the other com/sun/jdi failures listed in JDK-8285422 and didn't see any others that might be failing for this same reason.

I tested locally with JTREG_TEST_THREAD_FACTORY=Virtual. I'll also run the appropriate mach5 tier that tests com/sun/jdi with virtual threads.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8309329: com/sun/jdi/DeferredStepTest.java fails with virtual threads due to not waiting for threads to exit

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/14275/head:pull/14275
$ git checkout pull/14275

Update a local copy of the PR:
$ git checkout pull/14275
$ git pull https://git.openjdk.org/jdk.git pull/14275/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 14275

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/14275.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Jun 1, 2023

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

@openjdk openjdk bot changed the title 8309329 8309329: com/sun/jdi/DeferredStepTest.java fails with virtual threads due to not waiting for threads to exit Jun 1, 2023
@openjdk openjdk bot added the rfr Pull request is ready for review label Jun 1, 2023
@openjdk
Copy link

openjdk bot commented Jun 1, 2023

@plummercj The following label will be automatically applied to this pull request:

  • serviceability

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the serviceability serviceability-dev@openjdk.org label Jun 1, 2023
@mlbridge
Copy link

mlbridge bot commented Jun 1, 2023

Webrevs

Comment on lines 79 to 80
jj1.start();
jj2.start();
Copy link

@alexmenkov alexmenkov Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks strange that there are no errors about conflict between variable names and class names.
Anyway I think it would be better to rename the variables

Copy link
Contributor

@sspitsyn sspitsyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good modulo the comment from Alex about renaming.
Thanks,
Serguei

@openjdk
Copy link

openjdk bot commented Jun 2, 2023

@plummercj 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:

8309329: com/sun/jdi/DeferredStepTest.java fails with virtual threads due to not waiting for threads to exit

Reviewed-by: sspitsyn, lmesnik, amenkov

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 17 new commits pushed to the master branch:

  • a23bbea: 8309241: ClassForNameLeak fails intermittently as the class loader hasn't been unloaded
  • 931913f: 8309200: java/net/httpclient/ExecutorShutdown fails intermittently, if connection closed during upgrade
  • dc21e8a: 8296411: AArch64: Accelerated Poly1305 intrinsics
  • 59d9d9f: 8303215: Make thread stacks not use huge pages
  • cb1e5e3: 8309286: G1: Remove unused G1HeapRegionAttr::is_valid_gen
  • e8268d9: 8309210: Extend VM Operations hs_err logging
  • 7dbdad5: 8308892: Bad graph detected in build_loop_late after JDK-8305635
  • dc8bc6c: 8308090: Add container tests for on-the-fly resource quota updates
  • 73e7af9: 8309287: Add fontconfig requirement to building.md for Debian
  • aeb53e6: 8308711: Develop additional Tests for KEM implementation
  • ... and 7 more: https://git.openjdk.org/jdk/compare/101bf2290da5735fd9624ab647a8183c2c21f22d...master

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.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Jun 2, 2023
@plummercj
Copy link
Contributor Author

Thanks for the reviews Alex, Serguei, and Leonid.

/integrate

@openjdk
Copy link

openjdk bot commented Jun 2, 2023

Going to push as commit 1bb037b.
Since your change was applied there have been 17 commits pushed to the master branch:

  • a23bbea: 8309241: ClassForNameLeak fails intermittently as the class loader hasn't been unloaded
  • 931913f: 8309200: java/net/httpclient/ExecutorShutdown fails intermittently, if connection closed during upgrade
  • dc21e8a: 8296411: AArch64: Accelerated Poly1305 intrinsics
  • 59d9d9f: 8303215: Make thread stacks not use huge pages
  • cb1e5e3: 8309286: G1: Remove unused G1HeapRegionAttr::is_valid_gen
  • e8268d9: 8309210: Extend VM Operations hs_err logging
  • 7dbdad5: 8308892: Bad graph detected in build_loop_late after JDK-8305635
  • dc8bc6c: 8308090: Add container tests for on-the-fly resource quota updates
  • 73e7af9: 8309287: Add fontconfig requirement to building.md for Debian
  • aeb53e6: 8308711: Develop additional Tests for KEM implementation
  • ... and 7 more: https://git.openjdk.org/jdk/compare/101bf2290da5735fd9624ab647a8183c2c21f22d...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Jun 2, 2023
@openjdk openjdk bot closed this Jun 2, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Jun 2, 2023
@openjdk
Copy link

openjdk bot commented Jun 2, 2023

@plummercj Pushed as commit 1bb037b.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrated Pull request has been integrated serviceability serviceability-dev@openjdk.org
Development

Successfully merging this pull request may close these issues.

4 participants