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

8235211: serviceability/attach/RemovingUnixDomainSocketTest.java fails with AttachNotSupportedException: Unable to open socket file #32

Closed
wants to merge 4 commits into from

Commits on Apr 5, 2022

  1. 8235211: serviceability/attach/RemovingUnixDomainSocketTest.java fail…

    …s with AttachNotSupportedException: Unable to open socket file
    Xin Liu committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    0e5a55d View commit details
    Browse the repository at this point in the history
  2. 8244973: serviceability/attach/RemovingUnixDomainSocketTest.java fail…

    …s "stderr was not empty"
    Xin Liu committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    84d4217 View commit details
    Browse the repository at this point in the history
  3. adjust alignment. use original patch's style.

    Xin Liu committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    c9df082 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. fix typo when we manually edited the two test files.

    Currently, RemovingUnixDomainSocketTest.java isn't running because @test
    is taken away when we backport JDK-8225690. we try to keep the patch
    intact in case we enable it in the future.
    Xin Liu committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    6f86e09 View commit details
    Browse the repository at this point in the history