Integrated: JDK-8258469: Cleanup remaining safefetch test coding

Thomas Stuefe stuefe at openjdk.java.net
Fri Dec 18 08:15:57 UTC 2020


On Wed, 16 Dec 2020 09:20:14 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> JDK-8257828 fixed SafeFetch for non-java-thread situations on all platforms. It also introduced gtests.
> JDK-8185734 fixed the problem that gtests were running without SEH catcher on Windows, preventing us from testing Windows x86 at least.
> 
> Since we have now gtests to test SafeFetch, and since all these issues are fixed, we can remove the related test coding in stubRoutines.cpp.
> 
> Testing: manual gtests and GH actions (the Linux x86 error can be ignored, see https://bugs.openjdk.java.net/browse/JDK-8258481).

This pull request has now been integrated.

Changeset: 853c0471
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/853c0471
Stats:     70 lines in 4 files changed: 8 ins; 55 del; 7 mod

8258469: Cleanup remaining safefetch test coding

Reviewed-by: coleenp, dholmes

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

PR: https://git.openjdk.java.net/jdk/pull/1799


More information about the hotspot-dev mailing list