JDK-8271888 : build error after JDK-8271599
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 18
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-08-04
  • Updated: 2022-02-07
  • Resolved: 2021-08-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18
18 b10Fixed
Related Reports
Relates :  
Description
There's a Tier1 build error:

[2021-08-04T17:25:24,137Z] Compiling 71 files for COMPILE_CREATE_SYMBOLS
[2021-08-04T17:25:26,492Z] Creating ct.sym classes
[2021-08-04T17:25:35,627Z] /opt/mach5/mesos/work_dir/slaves/ff806ead-2cac-495d-9cbc-62116f99bf14-S13987/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/7e6ae08e-87ec-4081-9a79-79659e734888/runs/13d6324e-ecf2-428d-ab50-ffedc079fc71/workspace/open/src/java.base/share/classes/java/lang/Math.java:1386: warning: empty <p> tag
[2021-08-04T17:25:35,627Z]      * <p>
[2021-08-04T17:25:35,627Z]        ^
[2021-08-04T17:25:35,627Z] error: warnings found and -Werror specified
[2021-08-04T17:25:35,627Z] 1 error
[2021-08-04T17:25:35,627Z] 1 warning
[2021-08-04T17:25:35,702Z] CompileJavaModules.gmk:94: recipe for target '/opt/mach5/mesos/work_dir/slaves/ff806ead-2cac-495d-9cbc-62116f99bf14-S13987/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/7e6ae08e-87ec-4081-9a79-79659e734888/runs/13d6324e-ecf2-428d-ab50-ffedc079fc71/workspace/build/linux-x64-open/jdk/modules/java.base/_the.java.base_batch' failed
[2021-08-04T17:25:35,702Z] make[3]: *** [/opt/mach5/mesos/work_dir/slaves/ff806ead-2cac-495d-9cbc-62116f99bf14-S13987/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/7e6ae08e-87ec-4081-9a79-79659e734888/runs/13d6324e-ecf2-428d-ab50-ffedc079fc71/workspace/build/linux-x64-open/jdk/modules/java.base/_the.java.base_batch] Error 1
[2021-08-04T17:25:35,706Z] make[2]: *** [java.base-java] Error 1
[2021-08-04T17:25:35,706Z] make[2]: *** Waiting for unfinished jobs....
[2021-08-04T17:25:35,706Z] make/Main.gmk:193: recipe for target 'java.base-java' failed
[2021-08-04T17:27:48,717Z] 
[2021-08-04T17:27:48,717Z] ERROR: Build failed for target 'default (product-bundles test-bundles static-libs-bundles)' in configuration 'linux-x64-open' (exit code 2) 

after the integration of:

JDK-8271599 Javadoc of floorDiv() and floorMod() families is inaccurate in some places
Comments
Changeset: 91bbe2fc Author: Joe Darcy <darcy@openjdk.org> Date: 2021-08-04 18:48:53 +0000 URL: https://git.openjdk.java.net/jdk/commit/91bbe2fcbda008a9adc8aa77149a4f2156e1b46b
04-08-2021

Fix in progress.
04-08-2021

[~bpb] - Looks like the following fix caused this build error: JDK-8271599 Javadoc of floorDiv() and floorMod() families is inaccurate in some places Please take a look ASAP.
04-08-2021