-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b32
-
generic
-
generic
The debug libraries built from the hotspot and j2se workspaces should never be stripped, what's the point of building a debug version if you strip the symbols.
The product libraries should not be stripped until the last minute, perhaps prior to being placed in bundles. The libraries in the default build areas should have all debugging symbols.
Never strip all Elf symbols, we need them for product support and dtrace usage.
Add the product version informantion into the comment section.
###@###.### 2005-03-09 19:35:14 GMT
The product libraries should not be stripped until the last minute, perhaps prior to being placed in bundles. The libraries in the default build areas should have all debugging symbols.
Never strip all Elf symbols, we need them for product support and dtrace usage.
Add the product version informantion into the comment section.
###@###.### 2005-03-09 19:35:14 GMT
- relates to
-
JDK-6223787 Should save Windows .pdb files in the j2sdk-debug-image
-
- Resolved
-