-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.1
-
None
-
hopper
-
generic
-
generic
Name: dm26566 Date: 03/08/2002
The hotspot build generates two mapfiles:
.../hotspot-i386/tmp/hotspot_compiler2/bin/jvm.map
.../hotspot-i386/tmp/hotspot_compiler2/bin/jvm_g.map
that need to made available to j2se builds for jvm debugging.
The control build should stage these files along with the
other jvm binaries, and the j2se build should copy them into
the jre/bin/client and jre/bin/server directories.
Sanity check should be updated to generate a Warning if the
files are not available, and the build should succeed unless
the PEDANTIC flag is used. Neightly builds MUST use the
PEDANTIC flag, so this should allow casual builders to build
without the files, but nightly builds must contain the files.
During image creation, these files should only appear in the
debug-images directory. If the files are not available, the
build should proceed UNLESS the PEDANTIC flag is set.
======================================================================
The warning printed should be:
Warning: jvm.map and jvm_g.map were not found in the HotSpot client and/or
server directories. These files are used for debugging the Windows
product; their presence is required for Release Engineering builds
but not for engineers' local builds.
###@###.### 2002-03-08
- relates to
-
JDK-4674986 J2RE image got the .map and .pdb files - they should only be in the debug j2sdk
-
- Resolved
-
-
JDK-4667495 stage the hotspot pdb files
-
- Resolved
-