langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 45156 001f73134346
parent 44822 2f24758e7ae0
child 45413 75202c6b2c35
child 45682 fc3b228b9e2a
equal deleted inserted replaced
45155:141f584faf59 45156:001f73134346
  3025     module name in {0} option not found: {1}
  3025     module name in {0} option not found: {1}
  3026 
  3026 
  3027 compiler.err.addmods.all.module.path.invalid=\
  3027 compiler.err.addmods.all.module.path.invalid=\
  3028     --add-modules ALL-MODULE-PATH can only be used when compiling the unnamed module
  3028     --add-modules ALL-MODULE-PATH can only be used when compiling the unnamed module
  3029 
  3029 
       
  3030 # 0: symbol
       
  3031 compiler.err.add.exports.with.release=\
       
  3032     exporting a package from system module {0} is not allowed with --release
       
  3033 
       
  3034 # 0: symbol
       
  3035 compiler.err.add.reads.with.release=\
       
  3036     adding read edges for system module {0} is not allowed with --release
       
  3037 
       
  3038 # 0: symbol
       
  3039 compiler.err.patch.module.with.release=\
       
  3040     patching system module {0} is not allowed in combination with --release
       
  3041 
  3030 compiler.warn.addopens.ignored=\
  3042 compiler.warn.addopens.ignored=\
  3031     --add-opens has no effect at compile time
  3043     --add-opens has no effect at compile time
  3032 
  3044 
  3033 compiler.misc.locn.module_source_path=\
  3045 compiler.misc.locn.module_source_path=\
  3034     module source path
  3046     module source path