# HG changeset patch # User phh # Date 1593713396 0 # Node ID 1f0cffcf648a2ae50df12ed9eaa0b2209f1dfc42 # Parent 8a8f679915aa1b0716db75f6919183ea172a5f0a 8006205: [TESTBUG] NEED_TEST: please JTREGIFY test/compiler/7177917/Test7177917.java Summary: Update header comment to run with jtreg Reviewed-by: phh, sgehwolf Contributed-by: tianshi@amazon.com diff -r 8a8f679915aa -r 1f0cffcf648a test/compiler/7177917/Test7177917.java --- a/test/compiler/7177917/Test7177917.java Mon Oct 10 17:04:42 2016 +0200 +++ b/test/compiler/7177917/Test7177917.java Thu Jul 02 18:09:56 2020 +0000 @@ -22,8 +22,12 @@ * */ -/* - * Micro-benchmark for Math.pow() and Math.exp() +/** + * @test + * @bug 7177917 + * @summary Micro-benchmark for Math.pow() and Math.exp() + * + * @run main Test7177917 */ import java.util.*;