mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8228460: bootstrap class path not set in conjunction with -source 11
Ensuring implicit system module path is checked for the no-bootclasspath warning for -source >= 9. Reviewed-by: vromero
This commit is contained in:
parent
b9e177677c
commit
a51a8527e7
7 changed files with 267 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
- compiler.warn.source.no.bootclasspath: 10
|
||||
- compiler.warn.source.no.system.modules.path: 10
|
||||
VarInImplicitLambdaNegTest01.java:12:36: compiler.err.feature.not.supported.in.source.plural: (compiler.misc.feature.var.syntax.in.implicit.lambda), 10, 11
|
||||
VarInImplicitLambdaNegTest01.java:15:28: compiler.err.invalid.lambda.parameter.declaration: (compiler.misc.implicit.and.explicit.not.allowed)
|
||||
VarInImplicitLambdaNegTest01.java:17:52: compiler.err.restricted.type.not.allowed.here: var
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue