JDK-5044876 : Server VM should give error message when trying to generate shared archive
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-05-10
  • Updated: 2012-10-08
  • Resolved: 2004-06-15
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.
Other
5.0 b56Fixed
Related Reports
Relates :  
Description

Name: fh87463			Date: 05/10/2004



Classes file sharing is not supported in server VM.
VM should abort and give error message when customer
try to generate the share archive with "-Xshare:dump".

When try to run "-client -Xshare:dump" on linux-ia64/linux-amd64
platform, it generate server VM share archive without any error message.
( linux-ia64/bin/java -client -Xshare:dump
  linux-amd64/bin/java -client -Xshare:dump )

But windows-amd64/windows-ia64 handle it correctly by
reporting "Error: client VM not supported"

$ windows-amd64/bin/java -client -Xshare:dump
Error: client VM not supported


======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-rc FIXED IN: tiger-rc INTEGRATED IN: tiger-b56 tiger-rc
08-07-2004

WORK AROUND Name: fh87463 Date: 05/10/2004 ======================================================================
08-07-2004

EVALUATION ###@###.### 2004-05-12 This is not significant enough to change for 1.5.0. See comments.
12-05-2004