JDK-8284687 : validate-source failure after JDK-8283710
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 19
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-11
  • Updated: 2022-04-14
  • Resolved: 2022-04-11
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 19
19 b18Fixed
Related Reports
Relates :  
Description
[2022-04-11T14:57:45,006Z]   Validating hs-atr-problem-listed.js
[2022-04-11T14:57:47,758Z] BAD COPYRIGHT LINE: /opt/mach5/mesos/work_dir/slaves/779adf21-f3e5-4e6a-a889-8cc0f9bc6fbb-S14660/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/c134da88-879d-4c0e-b873-d26d20a75029/runs/0ebee734-e900-4a94-a425-78da8415534d/workspace/open/src/hotspot/share/jfr/leakprofiler/chains/jfrbitset.hpp
[2022-04-11T14:57:47,758Z] 1 header format error(s).
[2022-04-11T14:57:47,760Z] make[3]: *** [/opt/mach5/mesos/work_dir/slaves/779adf21-f3e5-4e6a-a889-8cc0f9bc6fbb-S14660/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/c134da88-879d-4c0e-b873-d26d20a75029/runs/0ebee734-e900-4a94-a425-78da8415534d/workspace/build/validate-source/support/header_validated/_src_hotspot_validated] Error 1
Comments
Changeset: 470a6684 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-04-11 16:25:44 +0000 URL: https://git.openjdk.java.net/jdk/commit/470a66840cda88d3be07f2b7c4c164c3265603e1
11-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8181 Date: 2022-04-11 16:20:02 +0000
11-04-2022

Verified with: $ do_java_bld -c validate-headers inc INFO: pwd=/work/shared/bug_hunt/XXXXXXX_for_jdk19.git INFO: pwd and pwd -P do not match; pwd might contain symbolic links. INFO: reset pwd=/System/Volumes/Data/work/shared/bug_hunt/XXXXXXX_for_jdk19.git INFO: GNUMAKE=/usr/bin/make INFO: GNUMAKE version is: GNU Make 3.81 INFO: DEVKIT= INFO: BOOT_JDK= Build Type: incremental Build prelim time: 0.00 minutes. Build Config: validate-headers Building objects Building target 'validate-headers' in configuration 'validate-source' Finished building target 'validate-headers' in configuration 'validate-source' Done building Build validate-headers time: 0.91 minutes. Total build time: 0.91 minutes.
11-04-2022

Context diff for the proposed fix: $ git diff diff --git a/src/hotspot/share/jfr/leakprofiler/chains/jfrbitset.hpp b/src/hotspot/share/jfr/leakprofiler/chains/jfrbitset.hpp index af83fa3c3cb..507e31f9e5d 100644 --- a/src/hotspot/share/jfr/leakprofiler/chains/jfrbitset.hpp +++ b/src/hotspot/share/jfr/leakprofiler/chains/jfrbitset.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2022, 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
11-04-2022