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

Fix JDK18+ SecurityManager build failures (and maybe other failures on some older JDKs) #6245

Closed
cpovirk opened this issue Nov 16, 2022 · 2 comments · Fixed by #7102
Closed
Labels
P3 package=general type=defect Bug, not working as expected

Comments

@cpovirk
Copy link
Member

cpovirk commented Nov 16, 2022

See #6243.

@cpovirk cpovirk added type=defect Bug, not working as expected package=general P3 labels Nov 16, 2022
@cpovirk
Copy link
Member Author

cpovirk commented Dec 5, 2022

Also, JDK20 will make Thread.suspend throw, breaking AbstractFutureTest.testToString_delayedTimeout.

@cpovirk
Copy link
Member Author

cpovirk commented Dec 5, 2022

I just happened to see a reminder that we have some tests that we automatically skip under JDK9 and JDK10:

* These tests fail in JDK 9 and JDK 10 for an unknown reason. It might be the test; it might be

Apparently they work fine under JDK11+, unless I'm missing something.

copybara-service bot pushed a commit that referenced this issue Dec 5, 2022
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions.

(more work toward #6245)

PiperOrigin-RevId: 493001256
copybara-service bot pushed a commit that referenced this issue Dec 5, 2022
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions.

(more work toward #6245)

PiperOrigin-RevId: 493001256
copybara-service bot pushed a commit that referenced this issue Dec 5, 2022
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions.

(more work toward #6245)

PiperOrigin-RevId: 493001256
copybara-service bot pushed a commit that referenced this issue Dec 5, 2022
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions.

(more work toward #6245)

PiperOrigin-RevId: 493001256
Athish9090 referenced this issue Dec 5, 2022
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.9.1...0.10.0)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Closes #6092

RELNOTES=n/a
PiperOrigin-RevId: 460776493
copybara-service bot pushed a commit that referenced this issue Dec 5, 2022
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions.

(more work toward #6245)

PiperOrigin-RevId: 493077898
copybara-service bot pushed a commit that referenced this issue Mar 12, 2024
The main changes is that tests need `-Djava.security.manager=allow`.

Fixes and closes #7065

Helps with #6790

Fixes #6245 (at least the remaining parts that we actually care about)

Fixes #7087

Signed-off-by: Sam Gammon <sam@elide.ventures>
RELNOTES=n/a
PiperOrigin-RevId: 614671411
copybara-service bot pushed a commit that referenced this issue Mar 12, 2024
The main changes is that tests need `-Djava.security.manager=allow`.

Fixes and closes #7065

Helps with #6790

Fixes #6245 (at least the remaining parts that we actually care about)

Fixes #7087

Signed-off-by: Sam Gammon <sam@elide.ventures>
RELNOTES=n/a
PiperOrigin-RevId: 614671411
copybara-service bot pushed a commit that referenced this issue Mar 12, 2024
The main changes is that tests need `-Djava.security.manager=allow`.

Fixes and closes #7065

Helps with #6790

Fixes #6245 (at least the remaining parts that we actually care about)

Fixes #7087

Signed-off-by: Sam Gammon <sam@elide.ventures>
RELNOTES=n/a
PiperOrigin-RevId: 614671411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 package=general type=defect Bug, not working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant