From 1a56dfb378ac86c39d9ed6ccf5d7ce6926840fb0 Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Thu, 28 Aug 2014 11:29:34 -0700 Subject: [PATCH] Backport d66c4567eea47bd74037b49acbd85d71a2cf239a --- langtools/test/tools/javac/defaultMethods/Assertions.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/langtools/test/tools/javac/defaultMethods/Assertions.java b/langtools/test/tools/javac/defaultMethods/Assertions.java index 61882bacebc..7e4649d3a5b 100644 --- a/langtools/test/tools/javac/defaultMethods/Assertions.java +++ b/langtools/test/tools/javac/defaultMethods/Assertions.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 @@ -29,6 +29,7 @@ /* * @test * @bug 8025141 + * @ignore 8047675 test fails if run with assertions enabled in jtreg * @summary Interfaces must not contain non-public fields, ensure $assertionsDisabled * is not generated into an interface * @compile Assertions.java