diff test/compiler/whitebox/SetDontInlineMethodTest.java @ 12073:f99558245e5c

8022832: Add WB APIs for OSR compilation Reviewed-by: kvn
author iignatyev
date Wed, 14 Aug 2013 23:50:23 +0400
parents 11237ee74aae
children f9a4b59ae350
line wrap: on
line diff
--- a/test/compiler/whitebox/SetDontInlineMethodTest.java	Fri Aug 16 17:34:37 2013 +0400
+++ b/test/compiler/whitebox/SetDontInlineMethodTest.java	Wed Aug 14 23:50:23 2013 +0400
@@ -23,6 +23,7 @@
 
 /*
  * @test SetDontInlineMethodTest
+ * @bug 8006683 8007288 8022832
  * @library /testlibrary /testlibrary/whitebox
  * @build SetDontInlineMethodTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox