JDK-8324161 : validate-source fails after JDK-8275338
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io:serialization
  • Affected Version: 23
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2024-01-18
  • Updated: 2024-07-04
  • Resolved: 2024-01-18
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 23
23 b07Fixed
Related Reports
Relates :  
Description
[2024-01-18T17:12:00,791Z] BAD COPYRIGHT LINE: /opt/mach5/mesos/work_dir/slaves/0db9c48f-6638-40d0-9a4b-bd9cc7533eb8-S10203/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b8ad5944-5da5-4c0c-9a47-08d11e88e5a5/runs/fc705140-04ef-4c0b-be89-d332112a02d5/workspace/open/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java
[2024-01-18T17:12:00,791Z] 1 header format error(s).
[2024-01-18T17:12:00,794Z] HandleGplSource.gmk:146: recipe for target '/opt/mach5/mesos/work_dir/slaves/0db9c48f-6638-40d0-9a4b-bd9cc7533eb8-S10203/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b8ad5944-5da5-4c0c-9a47-08d11e88e5a5/runs/fc705140-04ef-4c0b-be89-d332112a02d5/workspace/build/validate-source/support/header_validated/_test_jdk_validated' failed
[2024-01-18T17:12:00,794Z] make[3]: *** [/opt/mach5/mesos/work_dir/slaves/0db9c48f-6638-40d0-9a4b-bd9cc7533eb8-S10203/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b8ad5944-5da5-4c0c-9a47-08d11e88e5a5/runs/fc705140-04ef-4c0b-be89-d332112a02d5/workspace/build/validate-source/support/header_validated/_test_jdk_validated] Error 1
Comments
Changeset: 5c874c19 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2024-01-18 17:42:55 +0000 URL: https://git.openjdk.org/jdk/commit/5c874c19cb08e5c10204a7ad47fb3075f65633db
18-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17490 Date: 2024-01-18 17:39:47 +0000
18-01-2024

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java b/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java index 5036cb7b41c..b630bba6a47 100644 --- a/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java +++ b/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, 2024 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2023, 2024, 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
18-01-2024