debuginfo/diz files
David Holmes
david.holmes at oracle.com
Wed Aug 29 06:21:31 UTC 2012
As far as I can see the .debuginfo/.diz files don't get kept together
with their native library counterpart. For example only the JDK contains
libsaproc.so and libattach.so but the JRE image contains libsaproc.diz
and libattach.diz.
Is this a known issue? I see it in my build-infra builds but I suspect
build-infra just mirrors what happens in the old build. I don't have an
old build available to check and promoted builds have the diz files
tripped from them.
AFAICS diz files get copied by accident as part of the generic copying
routines, but if a .so is excluded there is no corresponding rule to
exclude the .diz.
David
More information about the build-dev
mailing list