8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556
authorbpb
Fri, 31 Jul 2015 07:48:34 -0700
changeset 32009 46e8a5a66c83
parent 32008 55efc6c88c68
child 32010 d9955e832a3f
child 32026 ed08afc96651
8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556 Summary: Add 8065556 to list of IDs in the @bug tag list. Reviewed-by: alanb
jdk/test/java/nio/Buffer/Basic.java
--- a/jdk/test/java/nio/Buffer/Basic.java	Fri Jul 31 07:15:59 2015 -0700
+++ b/jdk/test/java/nio/Buffer/Basic.java	Fri Jul 31 07:48:34 2015 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015, 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
@@ -25,7 +25,7 @@
  * @summary Unit test for buffers
  * @bug 4413135 4414911 4416536 4416562 4418782 4471053 4472779 4490253 4523725
  *      4526177 4463011 4660660 4661219 4663521 4782970 4804304 4938424 6231529
- *      6221101 6234263 6535542 6591971 6593946 6795561 7190219 7199551
+ *      6221101 6234263 6535542 6591971 6593946 6795561 7190219 7199551 8065556
  * @author Mark Reinhold
  */