RFR(XS): 8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
Igor Veresov
igor.veresov at oracle.com
Thu Dec 19 20:57:22 PST 2013
Looks good.
igor
On Dec 19, 2013, at 2:35 AM, Albert Noll <albert.noll at oracle.com> wrote:
> Hi,
>
> could I get reviews for this small patch?
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8030783
> webrev: http://cr.openjdk.java.net/~anoll/8030783/webrev.00/
>
>
> The patch adds a regression test for: https://bugs.openjdk.java.net/browse/JDK-8030783.
>
> VerifyAdapterSharing fails during VM startup. Consequently, "-version" already triggers the
> bug. I added -Xcomp to make sure compilers are used. -XX:+IgnoreUnrecognizedVMOptions
> makes sure that the test does not fail for builds where VerifyAdapterSharing is not defined
> (e.g., product build).
>
> Many thanks,
> Albert
More information about the hotspot-compiler-dev
mailing list