JDK-8274331 : [Vector API] Build failure on MacOS after JDK-8273949
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-panama
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2021-09-26
  • Updated: 2021-09-27
  • Resolved: 2021-09-27
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.
Other
repo-panamaFixed
Related Reports
Relates :  
Description
Creating support/demos/image/jfc/J2Ddemo/J2Ddemo.jar
Creating jdk image
/Users/fool/df/panama-vector/build/macosx-x86_64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/MaskQueryOperationsBenchmark_testToLongLong_jmhTest.java:36: error: class MaskQueryOperationsBenchmark_testToLonglong_jmhTest is public, should be declared in a file named MaskQueryOperationsBenchmark_testToLonglong_jmhTest.java
public final class MaskQueryOperationsBenchmark_testToLonglong_jmhTest {
             ^
/Users/fool/df/panama-vector/build/macosx-x86_64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/MaskQueryOperationsBenchmark_testToLonglong_jmhTest.java:36: error: duplicate class: org.openjdk.bench.jdk.incubator.vector.jmh_generated.MaskQueryOperationsBenchmark_testToLonglong_jmhTest
public final class MaskQueryOperationsBenchmark_testToLonglong_jmhTest {
             ^
2 errors
make[3]: *** [/Users/fool/df/panama-vector/build/macosx-x86_64-server-fastdebug/support/test/micro/classes/_the.BUILD_JDK_MICROBENCHMARK_batch] Error 1
make[2]: *** [build-microbenchmark] Error 2
make[2]: *** Waiting for unfinished jobs....
Creating CDS archive for jdk image
Creating CDS-NOCOOPS archive for jdk image

ERROR: Build failed for target 'test' in configuration 'macosx-x86_64-server-fastdebug' (exit code 2)
Stopping sjavac server
Comments
PR: https://github.com/openjdk/panama-vector/pull/133
26-09-2021