JDK-8036003: Add variable not to separate debug information.

Omair Majid omajid at redhat.com
Mon Mar 3 21:49:24 UTC 2014


* David Holmes <david.holmes at oracle.com> [2014-02-28 18:48]:
> There are three pieces to all of this:
> 
> 1. Generating debug symbols in the binaries (via gcc -g or whatever)
> 2. Generating debuginfo files (zipped or not) (FDS)
> 3. Stripping debug symbols from the binaries (strip-policy)
> 
> It may be that we don't have clean separation between them, and if so
> that should be fixed, but I don't see the current proposal as the way
> forward.

Any chance we could clean up the names too? It's not obvious to me why
FDS means 'generating debuginfo files'.

What do folks think of modifying the OPENJDK build to use this as the
settings for the options above by default.

1. Yes
2. No
3. No

> Also there may well be differences between how things are handled on the
> JDK side and hotspot side.

Is there any chance of this becoming consistent between hotspot and JDK?
It would be much nicer if concepts like strip-policy were consistent
between hotspot and the rest of the JDK.

Thanks,
Omair

-- 
PGP Key: 66484681 (http://pgp.mit.edu/)
Fingerprint = F072 555B 0A17 3957 4E95  0056 F286 F14F 6648 4681



More information about the build-dev mailing list