RFR: 8253900: SA: wrong size computation when JVM was built without AOT [v2]
Ziviani
github.com+670087+jrziviani at openjdk.java.net
Thu Oct 1 16:40:06 UTC 2020
On Thu, 1 Oct 2020 15:15:09 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> If these tests are currently passing with Jose's fix, I suggest to comment them out in the problem list with a note
> that we may need to disable them again because of JDK-8230664. This way we can test the functionality Jose is fixing
> until then. And we'll see when the issue comes up again.
Done! Please, check if you're fine with this:
+# The solution to bug JDK-8253900 seems to fix tests TestInstanceKlassSize and
+# TestInstanceKlassSizeForInterface. However, while JDK-8230664 is not resolved,
+# these tests may be disabled again if necessary.
+# serviceability/sa/TestInstanceKlassSize.java 8230664 linux-ppc64le,linux-ppc64
+# serviceability/sa/TestInstanceKlassSizeForInterface.java 8230664 linux-ppc64le,linux-ppc64
Thank you Martin!
-------------
PR: https://git.openjdk.java.net/jdk/pull/358
More information about the hotspot-dev
mailing list