aboutsummaryrefslogtreecommitdiff
path: root/test/jdk
diff options
context:
space:
mode:
authorsogoel <none@none>2014-01-30 10:58:30 -0800
committersogoel <none@none>2014-01-30 10:58:30 -0800
commit84177c377535512dbb3fcd9e327abd437c7dca09 (patch)
tree782bd91d46ffa2bf34c5c40823e3bc12d8f130ff /test/jdk
parent1b07e109f1f499862a0cc17fc27283dd7b13c7ac (diff)
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
Diffstat (limited to 'test/jdk')
-rw-r--r--test/jdk/lambda/MethodReferenceTestCallerSensitive.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/jdk/lambda/MethodReferenceTestCallerSensitive.java b/test/jdk/lambda/MethodReferenceTestCallerSensitive.java
index 805a6a203..86c22a106 100644
--- a/test/jdk/lambda/MethodReferenceTestCallerSensitive.java
+++ b/test/jdk/lambda/MethodReferenceTestCallerSensitive.java
@@ -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 @@ import java.util.function.Function;
/**
+ * @test
+ * @bug 8020816
* @author Robert Field
*/