zzambers

Results 32 issues of zzambers

On jdk11+ many categories of hotspot tests are either not ran at all, or just in very limited subset. (runtime, gc, servicability, ...) Current set does not even cover `tier1`...

This backport fixes [failures](https://github.com/zzambers/jdk8u-dev/actions/runs/9858657012/job/27221579883) (segfaults) in following tests which appeared after [macos update](https://github.com/openjdk/jdk8u-dev/pull/544): ``` sun/misc/CopyMemory.java compiler/unsafe/OpaqueAccesses.java ``` Backport differs from original changeset, because there were significant changes/refactoring in unsafe. **Notes:**...

rfr
backport

`TestNoEagerReclaimOfHumongousRegions.java` is placed (as the only test) in `gc_implementation/g1` directory instead of `gc/g1`, where similar tests are placed. As a result test is not part of any test group and...

rfr
approval

Backport fixing problem, where some bundles may not get removed in GHA. GHA testing: OK (no leftover bundles, MacOS failures are unrelated) --------- ### Progress - [ ] [JDK-8338402](https://bugs.openjdk.org/browse/JDK-8338402) needs...

backport
rfr
clean
approval

Turns out there is still one failing jdi test on MacOS (after DNS issue with macos-13 image was fixed): `com/sun/jdi/PrivateTransportTest.sh` **Error:** ``` STDOUT: JDK under test is: /Users/runner/jdk-macos-x64/jdk-1.8.0-internal+0_osx-x64_bin/j2sdk-image Setup private...

rfr

I would like to add some option, which would allow to ignore variations in playlist.xml. So that target would be ran as if there was just single variation NoOptions. This...

Seems like testimage is being built without gtest, causing [failures](https://github.com/adoptium/aqa-tests/pull/5648) of gtest hotspot tests. **Error:** ``` java.lang.Error: TESTBUG: the library has not been found in /home/jenkins/workspace/Grinder/jdkbinary/openjdk-test-image/hotspot/jtreg/native. Did you forget to...

jenkins
testing

Some hotspot test failures were [discovered](https://github.com/adoptium/aqa-tests/pull/5624#issuecomment-2374007894). All of them seem to be caused by [missing jsa archive on mac builds](https://github.com/adoptium/adoptium-support/issues/937). **jdk21 / x86-64_mac** hotspot_gc: [OK](https://ci.adoptium.net/job/Grinder/10979/) hotspot_runtime: [5 FAILURES](https://ci.adoptium.net/job/Grinder/10980/) ``` runtime/cds/CheckDefaultArchiveFile.java.CheckDefaultArchiveFile...

When considered stable, new langtools target (see: https://github.com/adoptium/aqa-tests/pull/5353) and hotspot targets (see: https://github.com/adoptium/aqa-tests/pull/5367) should be promoted from dev level to level where they are regularly ran. (e.g. sanity, extended).

I can see, that this test hangs on adoptium infra, being killed on timeout (seems reliable): `serviceability/sa/ClhsdbCDSCore.java` I can see this both in [dev.openjdk](https://ci.adoptium.net/view/Test_openjdk/job/Test_openjdk11_hs_dev.openjdk_x86-64_linux/23/testReport/) run and when ran in [grinder](https://ci.adoptium.net/view/Test_grinder/job/Grinder/10916/testReport/junit/serviceability_sa_ClhsdbCDSCore/java/ClhsdbCDSCore/)....

arch:x64
testFail
NeedsClosure