We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fea411 commit f362183Copy full SHA for f362183
langtools/test/tools/javac/defaultMethods/Assertions.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -29,6 +29,7 @@
29
30
* @test
31
* @bug 8025141
32
+ * @ignore 8047675 test fails if run with assertions enabled in jtreg
33
* @summary Interfaces must not contain non-public fields, ensure $assertionsDisabled
34
* is not generated into an interface
35
* @compile Assertions.java
0 commit comments