8005222: Fixed bugs should have tests with bugid in @bug tag

Reviewed-by: jfranck, jjg
This commit is contained in:
Andreas Lundblad 2013-09-10 13:47:51 +02:00 committed by Joel Borggrén-Franck
parent a9e5e17bd2
commit fae7d60062
37 changed files with 72 additions and 53 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2013, 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,6 +23,7 @@
/*
* @test
* @bug 7192246
* @summary check that code attributed for default methods is correctly generated
*/