We were already seeing some issues on mac when the test was added, and it was therefor disabled on those platforms. Now we've had reports that this test is causing OOMs on other systems as well.
Rather than outright removing the test, I've detuned it to create less thread/memory churn, more in line with other tests. Since The test has been detuned, it no longer needs to be in it's own test group, and can safely run as part of the regular `jdk_foreign` tests. I've changed the jtreg test groups to reflect this. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Update test groups - Enable on all platforms - Detune TestUpcallStress tests Changes: https://git.openjdk.org/jdk/pull/31216/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31216&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8360595 Stats: 37 lines in 2 files changed: 21 ins; 11 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/31216.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31216/head:pull/31216 PR: https://git.openjdk.org/jdk/pull/31216
