zzambers

Results 110 comments of zzambers

I have done some experiments and it seems that build is broken for given [commit of adoptium jdk repo](https://github.com/adoptium/jdk/commit/8f0d036506571ea37d145ba988fa62a6201119ab): `8f0d036506571ea37d145ba988fa62a6201119ab` Problem has only shwn up for windows/jdk as testing on...

This could be related to [JDK-8283410](https://bugs.openjdk.org/browse/JDK-8283410), but on Adoptium infra it seems to affect linux (not windows?).

@sophia-guo by moving you mean filling the same issue there and closing this one?

Actually, when thinking about this, variations should probably be ignored, when `JVM_OPTIONS` are set, since jvm options set by variations get overwritten anyway. It just does unnecessary extra runs.

> The GHA report several failures: > > 1. macos x64 `runtime/7158988/FieldMonitor.java` fails `VM initialization failed for: j2sdk-image/jre/bin/java -Xshare:off -XX:+PrintGC -Xdebug -Xrunjdwp:transport=dt_socket,address=Mac-1721876641775.local:49199,suspend=y TestPostFieldModification`. This test also fails in [PR551](https://github.com/openjdk/jdk8u-dev/pull/551), I...

> > After #544 has been merged, does the two jbs issue can be cloesd? @zzambers > > https://bugs.openjdk.org/browse/JDK-8337185 > > https://bugs.openjdk.org/browse/JDK-8337183 I have classified problems on MacOS in this...

@jiekang @smlambert I have created summary with status of hotspot VM testbase tests in aqa. I would like to gradually add all of these to aqa.

1 tests is failing on AIX (OOM; tried re-run -> same): `vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java.TestDescription` created issue: https://github.com/adoptium/aqa-tests/issues/6715 excluded on AIX

Yes, duplication is little unfortunate. One way to avoid this would be using other tiered groups. I investigated this a bit, it would look like so: **Compiler:** sanity: `tier1_compiler` extended:...