[jdk11u-dev] RFR: 8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java [v2]
Sergey Bylokhov
serb at openjdk.org
Mon Feb 12 17:59:09 UTC 2024
On Mon, 12 Feb 2024 17:49:14 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Hi all,
>>
>> This pull request contains a backport of commit [6c7029ff](https://github.com/openjdk/jdk/commit/6c7029ffd48186353fc1d2a03915386b5f386ae2) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>>
>> The commit being backported was authored by Sergey Bylokhov on 10 Feb 2024 and was reviewed by Alexey Ivanov and Aleksey Shipilev.
>>
>> Thanks!
>
> Sergey Bylokhov has updated the pull request incrementally with one additional commit since the last revision:
>
> Update ClipShapeTest.java
The patch for jdk11u is not clean, because it has 8 subtests. 4 tests were removed in jdk17u by the [JDK-8259681](https://bugs.openjdk.org/browse/JDK-8259681) which is not backported to the jdk11u.
Since the number of subtests is different the result is even better than in jdk17+, all headless tests from jdk_desktop group(1,659 tests):
BASE:
real 10m55.451s
user 114m0.921s
sys 7m20.256s
FIX:
real 4m5.265s
user 116m14.452s
sys 7m17.951s
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2522#issuecomment-1939247356
More information about the jdk-updates-dev
mailing list