Hello Yasumasa,
The mail server removes attachments. You will need to either upload the
patch to a public location and link it or, if it's short, paste it
inline in the mail.
It looks like you made the patch against the build-infra forest. That's
a workspace for the build-infra project and probably not a good place
for this patch. It's better if you make the diff against jdk9/dev, which
is where active development is currently happening.
/Erik
On 2014-02-27 13:40, Yasumasa Suenaga wrote:
Hi all,
I tried to build JDK8 with configure option:
"--disable-debuginfo-files", however I got error
mesasges as following:
-----------------
## Starting hotspot
Generating source files
Building adlc
Building libjvm.so
Building libjsig.so
Building libsaproc.so
gmake[2]: *** No rule to make target
`/usr/src/OpenJDK/jdk8/build/linux-x86_64-normal-server-release/hotspot/libjvm/libjvm.diz',
needed by
`/usr/src/OpenJDK/jdk8/build/linux-x86_64-normal-server-release/hotspot/dist/jre/lib/amd64/server/libjvm.diz'.
Stop.
gmake[2]: *** Waiting for unfinished jobs....
Copying files to dist directory
gmake[1]: *** [dist-only] Error 2
make: *** [hotspot-only] Error 2
-----------------
I guess this error is caused by:
Various improvements. Add dist implementation.
http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5dadd2bb22c0
If we give --disable-zip-debuginfo-files to configure, Makefile and
related files should regard it.
I've made patche which is attached in this email, it works fine.
I am just an Author. So I need a sponsor.
Could you help me?
Please cooperate.
Thanks,
Yasumasa