[11] RFR(XS): 8206100: Problem list org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics

Tobias Hartmann tobias.hartmann at oracle.com
Fri Jun 29 10:17:44 UTC 2018


Hi Doug,

okay, I'll do that. Will send a new review for 8206093.

Thanks,
Tobias

On 29.06.2018 12:15, Doug Simon wrote:
> 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