[11] RFR(XS): 8206100: Problem list org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics
Doug Simon
doug.simon at oracle.com
Fri Jun 29 10:15:39 UTC 2018
I would recommend just spot fixing CheckGraalIntrinsics instead:
@@ -371,6 +371,7 @@ public class CheckGraalIntrinsics extends GraalTest {
if (isJDK11OrHigher()) {
// Relevant for Java flight recorder
add(toBeInvestigated,
+ "java/util/Base64$Encoder.encodeBlock([BII[BIZ)V",
"jdk/jfr/internal/JVM.getEventWriter()Ljava/lang/Object;");
}
-Doug
> On 29 Jun 2018, at 11:01, Tobias Hartmann <tobias.hartmann at oracle.com> wrote:
>
> Hi,
>
> please review the following patch that problem lists CheckGraalIntrinsics until 8206093 is fixed:
> https://bugs.openjdk.java.net/browse/JDK-8206100
> http://cr.openjdk.java.net/~thartmann/8206100/webrev.00/
>
> Thanks,
> Tobias
More information about the hotspot-compiler-dev
mailing list