< prev index next >

test/langtools/tools/javac/diags/examples.not-yet.txt

Print this page
*** 57,10 ***
--- 57,11 ---
  compiler.misc.bad.enclosing.method                      # bad class file
  compiler.warn.runtime.invisible.parameter.annotations   # bad class file
  compiler.warn.runtime.visible.invisible.param.annotations.mismatch   # bad class file
  compiler.misc.bad.signature                             # bad class file
  compiler.misc.bad.requires.flag                         # bad class file
+ compiler.misc.bad.access.flags                          # bad class file
  compiler.misc.bad.utf8.byte.sequence.at                 # bad class file
  compiler.misc.bad.type.annotation.value
  compiler.misc.class.file.not.found                      # ClassReader
  compiler.misc.class.file.wrong.class
  compiler.misc.exception.message                         # uncommon completion failure based on a string

*** 141,11 ***
  compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
  compiler.warn.invalid.path                              # this warning is generated only in Windows systems
  compiler.err.invalid.path                               # this error is generated only in Windows systems
  compiler.note.multiple.elements                         # needs user code
  compiler.err.preview.feature.disabled.classfile         # preview feature support: needs compilation against classfile
- compiler.warn.preview.feature.use.classfile             # preview feature support: needs compilation against classfile
  compiler.note.preview.plural.additional                 # preview feature support: diag test causes intermittent failures (see JDK-8201498)
  compiler.warn.declared.using.preview                    # after making sealed classes a final feature there is no other
                                                          # preview feature but we should keep this key for future use just
                                                          # in case
  
--- 142,10 ---

*** 208,16 ***
--- 208,19 ---
  compiler.warn.profile.target.conflict
  compiler.err.source.target.conflict
  compiler.err.target.default.source.conflict
  compiler.err.preview.not.latest
  compiler.err.preview.without.source.or.release
+ 
  compiler.misc.illegal.signature                               # the compiler can now detect more non-denotable types before class writing
  
  # this one needs a forged class file to be reproduced
  compiler.err.annotation.unrecognized.attribute.name
  
  # this one is transitional (waiting for FFM API to exit preview)
  compiler.warn.restricted.method
+ # Value Objects
+ compiler.misc.feature.value.classes
  
  # Pending removal
  compiler.note.implicit.annotation.processing
  compiler.warn.proc.use.proc.or.implicit
< prev index next >