JDK-6587871 : HotSpot sa.jar build target should build the full sa.jar
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-08-01
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u10Fixed 7Fixed hs11Fixed
Related Reports
Relates :  
Description
From ###@###.###:

Steve: associated with your change to factor out the SA's version check, would you consider putting back this one-line change to agent/make/Makefile to make the sa.jar target work? Or do you have a recommendation on another way to build the full sa.jar? It looks to me like the targets under build/[platform]/makefiles/sa.make only build the subsetted JDI stuff without tools like HSDB.

Comments
EVALUATION Fix per suggested fix.
02-08-2007

SUGGESTED FIX *** /tmp/geta29026 Tue Jul 31 19:01:20 2007 --- agent/make/Makefile Tue Jul 31 19:00:53 2007 *************** *** 254,260 **** mkdir -p $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/* cp $(SRC_DIR)/sun/jvm/hotspot/ui/resources/*.png $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/ ! cd $(OUTPUT_DIR) ; jar cvf ../sa.jar sun clean:: rm -rf filelist --- 254,260 ---- mkdir -p $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/* cp $(SRC_DIR)/sun/jvm/hotspot/ui/resources/*.png $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/ ! cd $(OUTPUT_DIR) ; jar cvf ../sa.jar * clean:: rm -rf filelist
01-08-2007