# HG changeset patch # User lana # Date 1428104158 25200 # Node ID 85d4f5471a74bcbd2d8ae06383cfe2eb31916ee7 # Parent f40752db7773ca0c737f2ad88371e35c57fdfed7# Parent a0cae57ff045a0fd2d7fe486f374d5ac6c7def5a Merge diff -r f40752db7773 -r 85d4f5471a74 langtools/make/CompileInterim.gmk --- a/langtools/make/CompileInterim.gmk Wed Jul 05 20:26:30 2017 +0200 +++ b/langtools/make/CompileInterim.gmk Fri Apr 03 16:35:58 2015 -0700 @@ -43,7 +43,6 @@ $(LANGTOOLS_TOPDIR)/src/jdk.compiler/share/classes \ $(LANGTOOLS_TOPDIR)/src/jdk.dev/share/classes \ $(LANGTOOLS_TOPDIR)/src/jdk.javadoc/share/classes \ - $(LANGTOOLS_TOPDIR)/src/java.base/share/classes \ $(SUPPORT_OUTPUTDIR)/gensrc/jdk.compiler \ $(SUPPORT_OUTPUTDIR)/gensrc/jdk.dev \ $(SUPPORT_OUTPUTDIR)/gensrc/jdk.javadoc, \ diff -r f40752db7773 -r 85d4f5471a74 langtools/make/Makefile --- a/langtools/make/Makefile Wed Jul 05 20:26:30 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,49 +0,0 @@ -# -# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# This code is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 only, as -# published by the Free Software Foundation. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the LICENSE file that accompanied this code. -# -# This code is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# version 2 for more details (a copy is included in the LICENSE file that -# accompanied this code). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -# -# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA -# or visit www.oracle.com if you need additional information or have any -# questions. -# - -# Locate this Makefile -ifeq ($(filter /%, $(lastword $(MAKEFILE_LIST))), ) - makefile_path := $(CURDIR)/$(lastword $(MAKEFILE_LIST)) -else - makefile_path := $(lastword $(MAKEFILE_LIST)) -endif -repo_dir := $(patsubst %/make/Makefile, %, $(makefile_path)) - -# What is the name of this subsystem (langtools, corba, etc)? -subsystem_name := $(notdir $(repo_dir)) - -# Try to locate top-level makefile -top_level_makefile := $(repo_dir)/../Makefile -ifneq ($(wildcard $(top_level_makefile)), ) - $(info Will run $(subsystem_name) target on top-level Makefile) - $(info WARNING: This is a non-recommended way of building!) - $(info ===================================================) -else - $(info Cannot locate top-level Makefile. Is this repo not checked out as part of a complete forest?) - $(error Build from top-level Makefile instead) -endif - -all: - @$(MAKE) -f $(top_level_makefile) $(subsystem_name) diff -r f40752db7773 -r 85d4f5471a74 langtools/make/build.properties --- a/langtools/make/build.properties Wed Jul 05 20:26:30 2017 +0200 +++ b/langtools/make/build.properties Fri Apr 03 16:35:58 2015 -0700 @@ -47,12 +47,11 @@ boot.javac.target = 8 #configuration of submodules (share by both the bootstrap and normal compilation): -langtools.modules=java.base:java.compiler:jdk.compiler:jdk.dev:jdk.javadoc -java.base.dependencies= -java.compiler.dependencies=java.base -jdk.compiler.dependencies=java.base:java.compiler -jdk.javadoc.dependencies=java.base:java.compiler:jdk.compiler -jdk.dev.dependencies=java.base:java.compiler:jdk.compiler +langtools.modules=java.compiler:jdk.compiler:jdk.dev:jdk.javadoc +java.compiler.dependencies= +jdk.compiler.dependencies=java.compiler +jdk.javadoc.dependencies=java.compiler:jdk.compiler +jdk.dev.dependencies=java.compiler:jdk.compiler javac.resource.includes = \ com/sun/tools/javac/resources/compiler.properties diff -r f40752db7773 -r 85d4f5471a74 langtools/make/build.xml --- a/langtools/make/build.xml Wed Jul 05 20:26:30 2017 +0200 +++ b/langtools/make/build.xml Fri Apr 03 16:35:58 2015 -0700 @@ -254,7 +254,6 @@ warningsProperty="findbugs.all.warnings" jvm="${target.java.home}/bin/java" jvmargs="-Xmx512M"> - @@ -461,7 +460,6 @@ - @@ -522,8 +520,6 @@ - - - diff -r f40752db7773 -r 85d4f5471a74 langtools/make/intellij/workspace.xml --- a/langtools/make/intellij/workspace.xml Wed Jul 05 20:26:30 2017 +0200 +++ b/langtools/make/intellij/workspace.xml Fri Apr 03 16:35:58 2015 -0700 @@ -10,7 +10,7 @@