From c6b779545ed1cd24d3b87c2d4532cc77ae513464 Mon Sep 17 00:00:00 2001 From: Kuai Wei Date: Mon, 18 Mar 2019 16:10:21 +0800 Subject: [PATCH] [JWarmUp] fix test error of TestThrowInitializaitonException MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: whitebox library is missing in TestThrowInitializaitonException.java Test Plan: hotspot/test/jwarmup/TestThrowInitializaitonException.java Reviewers: 三红, 传胜 Reviewed By: 三红, 传胜 Subscribers: 麦庶 Differential Revision: https://aone.alibaba-inc.com/code/D855652 --- test/jwarmup/TestThrowInitializaitonException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jwarmup/TestThrowInitializaitonException.java b/test/jwarmup/TestThrowInitializaitonException.java index 5276160ae..26546ff37 100644 --- a/test/jwarmup/TestThrowInitializaitonException.java +++ b/test/jwarmup/TestThrowInitializaitonException.java @@ -30,7 +30,7 @@ import static com.oracle.java.testlibrary.Asserts.*; /* * @test TestThrowInitializaitonException - * @library /testlibrary + * @library /testlibrary /testlibrary/whitebox * @build TestThrowInitializaitonException * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm TestThrowInitializaitonException -- GitLab