From 8e0ca8e05c0dcf201b2ede87620c6cde79e7d550 Mon Sep 17 00:00:00 2001 From: Daohan Qu Date: Mon, 3 Jul 2023 08:59:35 +0000 Subject: [PATCH] 8310331: JitTester: Exclude java.lang.Math.random Reviewed-by: thartmann, chagedorn --- .../hotspot/jtreg/testlibrary/jittester/conf/exclude.methods.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/testlibrary/jittester/conf/exclude.methods.lst b/test/hotspot/jtreg/testlibrary/jittester/conf/exclude.methods.lst index 8055241380d..befd0ed66db 100644 --- a/test/hotspot/jtreg/testlibrary/jittester/conf/exclude.methods.lst +++ b/test/hotspot/jtreg/testlibrary/jittester/conf/exclude.methods.lst @@ -1,4 +1,5 @@ java/lang/EnumConstantNotPresentException::EnumConstantNotPresentException(Ljava/lang/Class;Ljava/lang/String;) +java/lang/Math::random() java/lang/Object::notify() java/lang/Object::notifyAll() java/lang/Object::toString()