-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b40
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082007 | emb-9 | Roger Riggs | P3 | Resolved | Fixed | b40 |
The top level make/CompileJavaModules.gmk includes a custom extension
but for some modules overwrites the variables set in the custom CompileJavaModules.
These variables are := assigned after the call to IncludeCustomExtension:
jdk.jdi_EXCLUDES :=
java.corba_EXCLUDES :=
java.management_EXCLUDES :=
The variables for _EXCLUDE_FILES have the same issue.
but for some modules overwrites the variables set in the custom CompileJavaModules.
These variables are := assigned after the call to IncludeCustomExtension:
jdk.jdi_EXCLUDES :=
java.corba_EXCLUDES :=
java.management_EXCLUDES :=
The variables for _EXCLUDE_FILES have the same issue.
- backported by
-
JDK-8082007 CompileJavaModules overwrites settings from custom
-
- Resolved
-