mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
Initial load
This commit is contained in:
parent
686d76f772
commit
f57b87e8f6
2973 changed files with 295817 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* @test /nodynamiccopyright/
|
||||
* @bug 4153038 4785453
|
||||
* @summary strictfp may not be used with constructors
|
||||
* @author David Stoutamire (dps)
|
||||
*
|
||||
* @run shell BadConstructorModifiers.sh
|
||||
*/
|
||||
|
||||
public class BadConstructorModifiers {
|
||||
|
||||
strictfp BadConstructorModifiers (double abra) { }
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue