Lana Steuck
f0bbed0c96
Merge
2017-01-20 19:10:00 +00:00
Robert Field
bba1175418
8173073: jshell tool: blank lines removed from multi-line snippets
...
Reviewed-by: jlahoda
2017-01-20 11:05:48 -08:00
Vicente Romero
6e24cb584c
8170692: inconsistent check of module-related options against target version
...
Reviewed-by: jjg
2017-01-20 08:29:59 -08:00
Jan Lahoda
721001933d
8173117: Compilation significantly slower after JDK-8169197
...
Only using recovery search when an error is inevitable.
Reviewed-by: jjg, mcimadamore
2017-01-20 15:32:07 +01:00
Jan Lahoda
3e7e4c275b
8172809: Error compiling javafx modules after fix for JDK-8169197
...
Properly stripping broken requires from ModuleSymbols.
Reviewed-by: jjg, mcimadamore
2017-01-20 15:32:03 +01:00
Jan Lahoda
b6e7bcbc6a
8171177: Compiler should issue a warning for incubating modules that are resolved
...
Javac needs to follow ModuleResolution.DO_NOT_RESOLVE_BY_DEFAULT and ModuleResolution.WARN_INCUBATING
Reviewed-by: jjg
2017-01-20 13:20:42 +01:00
Jan Lahoda
ec3981561d
8171098: NPE when --add-modules java.corba is used
...
Block annotations queue until enter is done, to avoid flushing annotations during module resolution.
Reviewed-by: jjg
2017-01-20 09:26:49 +01:00
Jonathan Gibbons
04405c6abc
8147414: java.nio.file.ClosedFileSystemException in javadoc
...
Reviewed-by: vromero
2017-01-19 19:14:51 -08:00
Jonathan Gibbons
16d379dad4
8165102: incorrect message from javac
...
Reviewed-by: vromero
2017-01-19 15:12:59 -08:00
Jonathan Gibbons
f54232896c
8172753: Improve style of left-side index pages
...
Reviewed-by: bpatel
2017-01-19 14:35:16 -08:00
Lana Steuck
eb1242d56a
Added tag jdk-9+153 for changeset 047a57b0839a
2017-01-19 22:31:09 +00:00
Kumar Srinivasan
8045fb0059
8169608: Compiler Tree API's Doctrees.getDocTreePath needs to accept a PackageElement
...
8157611: field visiblePackages is null for the unnamed module producing NPE when accessed
Reviewed-by: jjg, jlahoda
2017-01-19 13:16:19 -08:00
Robert Field
362b794a82
8171130: jshell tool: /edit adds empty statement to brace terminated snippet
...
8173007: JShell Tests: ToolFormatTest takes too long
Reviewed-by: jlahoda
2017-01-19 11:17:11 -08:00
Robert Field
99e3bceb60
8172179: jshell tool: builtin startup settings should be by reference not content
...
Reviewed-by: jlahoda
2017-01-19 11:12:02 -08:00
Henry Jen
9e40eebc93
Merge
2017-01-19 07:02:34 -08:00
Joe Darcy
5fe31c310c
8172910: Use default methods as appropriate for language model visitors
...
Reviewed-by: jjg
2017-01-18 19:39:06 -08:00
Andrey Nazarov
408d7e99f7
8170250: update/improve testing of classfile module attribute
...
Reviewed-by: jjg, jlahoda
2017-01-18 21:09:19 +03:00
Chris Hegarty
a0dee349e1
8171380: Remove all exports from jdk.jlink
...
Reviewed-by: alanb, mchung, sundar
2017-01-18 09:35:23 +00:00
Joe Darcy
4873a69abe
8172686: Use less aggressive deprecation of utility visitors
...
Reviewed-by: jjg, smarks
2017-01-17 09:40:23 -08:00
Jan Lahoda
53792b463e
8172262: packages missing from docs build
...
Do not return packages without members from Elements.getPackageElement(String), to avoid ambiguities among such packages in multiple modules.
Reviewed-by: jjg
2017-01-17 07:41:04 +01:00
Srikanth Adayapalam
f1eb002e95
8171993: AssertionError when compiling method reference with generic code and varargs
...
Reviewed-by: mcimadamore
2017-01-17 09:17:10 +05:30
Joe Darcy
c96f02f2e8
8172531: Correct misstatements in javax.lang.model visitor documentation
...
Reviewed-by: jjg
2017-01-13 19:29:55 -08:00
Robert Field
cde454bda3
8172678: JShell Tests: Disable CompletionSuggestionTest.testBrokenClassFile2()
...
Reviewed-by: jlahoda
2017-01-13 18:29:21 -08:00
Jonathan Gibbons
ee0491d210
8172474: javac should enable doclint checking for HTML 5
...
Reviewed-by: jlahoda
2017-01-13 15:48:12 -08:00
Lana Steuck
071f4e022d
Merge
2017-01-13 01:35:30 +00:00
Vicente Romero
5fc51d4ecd
8171528: Crash in Annotate with duplicate package-info declarations
...
Reviewed-by: jjg
2017-01-12 15:59:28 -08:00
Lana Steuck
6cabc219e0
Added tag jdk-9+152 for changeset 7b8b8750a78e
2017-01-12 23:41:19 +00:00
Vicente Romero
a709f5c3ef
8172213: Remove unused and partially implemented JavacElements#getSourcePosition methods
...
Reviewed-by: jjg
2017-01-12 09:04:16 -08:00
Jan Lahoda
abddf32a62
8172668: NPE in jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.importNamed(
...
Guarding against noType returned from ErrorType.getOriginalType.
Reviewed-by: mcimadamore
2017-01-12 15:37:46 +01:00
Robert Field
96c8382650
8172530: JShell: TypeProjection .stream().map(...).collect(...) must be replaced with .map(...)
...
Reviewed-by: mcimadamore
2017-01-11 11:09:04 -08:00
Vicente Romero
a9a05f2aff
8171325: NPE in Check.clearLocalClassNameIndexes
...
Reviewed-by: mcimadamore
2017-01-11 10:29:24 -08:00
Jan Lahoda
c2d9172419
8169197: Improve error reporting for compiling against unexported package
...
When a type cannot be found, look into other modules, search for possible viable types, and report them conveniently to the user.
Reviewed-by: mcimadamore, jjg
2017-01-11 10:59:57 +01:00
Vicente Romero
6c4a689750
8171332: NPE in MembersPhase.finishClass
...
Reviewed-by: mcimadamore
2017-01-10 11:31:59 -08:00
Jan Lahoda
b8bdb56985
8172414: jshell not working in exploded JDK build
...
Using Class.getResourceAsStream instead of a direct reference to JRT.
Reviewed-by: rfield, sundar
2017-01-10 13:53:44 +01:00
Jan Lahoda
fd12ea2d58
8171385: jshell tool: unresponsive to ctrl-C in input wait on Windows
...
Ensuring stop is sent using the proper channel depending on the current state of the StopDetectingInputStream.
Reviewed-by: rfield
2017-01-10 10:17:47 +01:00
Robert Field
cea33151ed
8171981: JShell: Fails compilation: new Object().getClass().getSuperclass()
...
Reviewed-by: mcimadamore
2017-01-09 18:04:16 -08:00
Joe Darcy
bee65032d4
8172458: Make javax.lang.model javadoc HTML 5 compliant
...
Reviewed-by: jjg
2017-01-09 16:20:48 -08:00
Robert Field
f9b57bfbed
8172255: JShell API: ExecutionControl/LoaderDelegate: Remove unused/unimplemented setClassPath
...
Reviewed-by: jlahoda
2017-01-09 13:50:45 -08:00
Jan Lahoda
869f5bbd91
8172411: -XDnoModules must be removed
...
Reviewed-by: jjg
2017-01-09 16:44:45 +01:00
Robert Field
6f796f5684
8165405: jshell tool: /classpath is inconsistent
...
8172103: JShell: crash in TaskFactory$WrapSourceHandler.diag
Reviewed-by: jlahoda
2017-01-06 10:31:25 -08:00
Jan Lahoda
4ec30a933a
8172158: Annotation processor not run with -source <= 8
...
Avoiding use of module prefix to map annotations to processors when running without modules.
Reviewed-by: darcy, jjg
2017-01-06 14:16:45 +01:00
Jonathan Gibbons
61175156de
8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
...
Reviewed-by: vromero
2017-01-05 15:39:57 -08:00
Lana Steuck
21aaeeffff
Merge
2017-01-05 19:47:14 +00:00
Vicente Romero
cedf0baa46
8026699: test test/tools/javac/lambda/T8024947/PotentiallyAmbiguousWarningTest.java has an extra @compile attribute that should be removed
...
Reviewed-by: mcimadamore
2017-01-05 11:20:56 -08:00
Bernard Blaser
37f7ab915c
8148100: Convert lambda most specific positive tests to check runtime behavior
...
Reviewed-by: mcimadamore
2017-01-05 11:16:39 -08:00
Maurizio Cimadamore
01fc0b7771
8172287: improve intellij logging to cover javac internal errors
...
Add new message kind to custom intellij ant logger
Reviewed-by: jjg
2017-01-05 19:10:24 +00:00
Joe Darcy
42a9464947
8172220: Mark UserInputTest.java as intermittently failing and problem list it
...
Reviewed-by: jlahoda
2017-01-05 11:02:35 -08:00
Liam Miller-Cushon
d3f27dfe9c
8065800: javac, fix diagnostic position for statement-bodied lambdas
...
Reviewed-by: mcimadamore
2017-01-05 10:04:40 -08:00
Lana Steuck
bb1aca9034
Added tag jdk-9+151 for changeset ae7decb33b43
2017-01-05 17:51:12 +00:00
Jonathan Gibbons
6fa9fb405d
8172260: remove tests from ProblemList
...
Reviewed-by: rfield
2017-01-04 18:33:20 -08:00