Getting Error while trying to build jdk 11.0.18 on solaris-x86-64 machine with solaris studio 12.6
Hi,
We are trying to build jdk 11.0.18 on solaris-x86-64 machine using this source code https://github.com/openjdk/jdk11u/tree/jdk-11.0.18-ga
we are using Solaris-x86-64 11.4 version with solaris studio 12.6 and after triggering gmake images we are getting the below Error :
root@solaris114-x86-64-rops-2149:/home/tnachan/jdk11u# gmake images
Building target 'images' in configuration 'solaris-x86_64-normal-server-release'
Compiling 8 files for BUILD_TOOLS_LANGTOOLS
Creating hotspot/variant-server/tools/adlc/adlc from 13 file(s)
Compiling 2 files for BUILD_JVMTI_TOOLS
Compiling 1 files for BUILD_JFR_TOOLS
Creating hotspot/variant-server/tools/dtrace-gen-offsets/dtraceGenOffsets from 1 file(s)
"./src/hotspot/share/adlc/arena.cpp", line 60: Warning: Placement operator new refers to non-placement operator delete.