[jdk17u-dev] RFR: 8277346: ProblemList 7 serviceability/sa tests on macosx-x64

Xin Liu xliu at openjdk.org
Thu Oct 13 21:07:56 UTC 2022


On Thu, 13 Oct 2022 17:38:32 GMT, Xin Liu <xliu at openjdk.org> wrote:

> Backport JDK-8277346 to jdk17u.
> 
> This patch can not apply to jdk17u-dev cleanly. There are 2 changes:
> 1. drop 'runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java' because it doesn't exist in jdk17u
> 2. rename tag ids. 
> 
> Since jdk17u misses JDK-8273928, I have to reference individual tests using default test ids, starting with 0. eg.
> 'ClhsdbPmap.java#core' maps to 'ClhsdbPmap.java#id1' because it is the second tests.

hi, Paul, 

I tried that. It turns out that [JDK-8273928](https://github.com/openjdk/jdk/commit/c60bcd09b73f6ad176bbd73fe3c1a09545609353#diff-d89b65b983c0d4c3ed5b968479324a2af13d253f359ffe1606ddf373960222b2) isn't a trivial backport either. We need to backport other patches recursively. Some of them are for ZGC.

thanks,
--lx

-------------

PR: https://git.openjdk.org/jdk17u-dev/pull/790


More information about the jdk-updates-dev mailing list