kevinw [Wed, 26 Sep 2018 06:28:48 -0700] rev 51898
8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
Reviewed-by: dholmes, lfoltan
jlahoda [Thu, 27 Sep 2018 10:24:12 +0200] rev 51897
8211102: Crash with -XDfind=lambda and -source 7
Summary: Disabling analyzers that cannot run in the given source level; lambdas in standalone positions should have erroneous type rather than the recovery type; avoiding crash in Flow for broken code.
Reviewed-by: mcimadamore
mdoerr [Thu, 27 Sep 2018 09:29:52 +0200] rev 51896
8211097: aix: fix build after JDK-8210919
Reviewed-by: shade, mbaesken, erikj
pmuthuswamy [Thu, 27 Sep 2018 10:10:47 +0530] rev 51895
8202628: javadoc generates bad links in TestModules.java
Reviewed-by: jjg
ccheung [Wed, 26 Sep 2018 18:21:26 -0700] rev 51894
8202282: [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed
Summary: removed the unnecessary makeCommandLineForAppCDS() method and its usage
Reviewed-by: iklam, jiangli
jwilhelm [Thu, 27 Sep 2018 01:25:42 +0200] rev 51893
Added tag jdk-12+13 for changeset 511a9946f83e
jjg [Wed, 26 Sep 2018 16:23:31 -0700] rev 51892
8209963: source file mode for JVM should provide a hook to locate the source file
Reviewed-by: darcy
jjg [Wed, 26 Sep 2018 15:14:17 -0700] rev 51891
8210555: create --source --target synonyms for -source -target
Reviewed-by: hannesw
jjg [Wed, 26 Sep 2018 14:54:38 -0700] rev 51890
8211180: SourceLauncherTest.java fails in JDK12 CI on Win*
Reviewed-by: mchung, darcy
epavlova [Wed, 26 Sep 2018 12:47:38 -0700] rev 51889
8199885: [Graal] org.graalvm.compiler.core.test.CountedLoopTest fails with "ControlFlowAnchor should never be cloned in the same graph"
Reviewed-by: kvn
coleenp [Wed, 26 Sep 2018 14:56:10 -0400] rev 51888
Merge
coleenp [Wed, 26 Sep 2018 14:01:48 -0400] rev 51887
8210856: Move InstanceKlass DependencyContext cleaning to SystemDictionary::do_unloading()
Summary: Already walk classes in ClassLoaderData::unload so generalize to also clean nmethod dependencies.
Reviewed-by: eosterlund, dlong, vlivanov