8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
authorsogoel
Wed, 29 Jan 2014 14:33:07 -0800
changeset 22613 4492f0cfdd38
parent 22612 92f9ded70a69
child 22614 2e2f77dc2599
child 23276 add6f5c93bc6
8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword Reviewed-by: jjg, ksrini Contributed-by: matherey.nunez@oracle.com
jdk/test/jdk/lambda/MethodReferenceTestCallerSensitive.java
jdk/test/tools/launcher/VersionCheck.java
--- a/jdk/test/jdk/lambda/MethodReferenceTestCallerSensitive.java	Wed Jan 29 17:37:40 2014 +0100
+++ b/jdk/test/jdk/lambda/MethodReferenceTestCallerSensitive.java	Wed Jan 29 14:33:07 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,8 @@
 
 
 /**
+ * @test
+ * @bug 8020816
  * @author Robert Field
  */
 
--- a/jdk/test/tools/launcher/VersionCheck.java	Wed Jan 29 17:37:40 2014 +0100
+++ b/jdk/test/tools/launcher/VersionCheck.java	Wed Jan 29 14:33:07 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
 
 /**
  * @test
- * @bug 6545058 6611182
+ * @bug 6545058 6611182 8016209
  * @summary validate and test -version, -fullversion, and internal, as well as
  *          sanity checks if a tool can be launched.
  * @compile VersionCheck.java