7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed
Reviewed-by: rupashka
--- a/jdk/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java Tue Jun 19 20:34:06 2012 +0400
+++ b/jdk/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java Tue Jul 31 21:01:56 2012 +0400
@@ -26,6 +26,8 @@
* @bug 6380849
* @summary Tests PropertyEditor finder
* @author Sergey Malenkov
+ * @compile -XDignore.symbol.file TestPropertyEditor.java
+ * @run main TestPropertyEditor
*/
import editors.SecondBeanEditor;
--- a/jdk/test/java/beans/PropertyEditor/Test6963811.java Tue Jun 19 20:34:06 2012 +0400
+++ b/jdk/test/java/beans/PropertyEditor/Test6963811.java Tue Jul 31 21:01:56 2012 +0400
@@ -26,6 +26,8 @@
* @bug 6963811
* @summary Tests deadlock in PropertyEditorManager
* @author Sergey Malenkov
+ * @compile -XDignore.symbol.file Test6963811.java
+ * @run main Test6963811
*/
import java.beans.PropertyEditorManager;