diff -r c08f1067ef57 -r b08405cc467a src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties --- a/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Wed Jan 03 15:37:35 2018 +0530 +++ b/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Wed Jan 03 11:10:56 2018 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1999, 2018, 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 @@ -753,6 +753,10 @@ compiler.err.mod.not.allowed.here=\ modifier {0} not allowed here +# 0: name +compiler.err.modifier.not.allowed.here=\ + modifier {0} not allowed here + compiler.err.intf.not.allowed.here=\ interface not allowed here @@ -3131,6 +3135,9 @@ compiler.misc.cant.resolve.modules=\ cannot resolve modules +compiler.misc.bad.requires.flag=\ + bad requires flag: {0} + # 0: string compiler.err.invalid.module.specifier=\ module specifier not allowed: {0}