JDK-4216417 : (porting) Need 64-bit version of the JVM for Solaris 7.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.1.6,1.1.7,1.2.0,1.2.2,1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS:
    generic,solaris_2.5.1,solaris_7,windows_nt generic,solaris_2.5.1,solaris_7,windows_nt
  • CPU: generic,x86,sparc
  • Submitted: 1999-03-02
  • Updated: 2001-02-14
  • Resolved: 2001-02-14
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description

Name: dbT83986			Date: 03/02/99


I am developing a 64-bit software and I want to link 64-bit
 java libraries.
(Review ID: 54967)
======================================================================

Name: tb29552			Date: 09/03/99


Recently purchased Solaris 7 (SPARC) from Sun. We are using a large object
cache which requires using more memory than is available with the current JVM's. 

When will a JVM be available which makes use of Solaris 7's 64-bit memory addressing.

Kind Regards,

Manoj.
(Review ID: 94834)
======================================================================

Comments
EVALUATION We plan to provide 64-bit support at least for Solaris in the Merlin release. For this release, 64-bit support means the ability to work with 64-bit applications and libraries, to use > 4 gigabyte heaps, etc. It does not mean modifying the JVM design or other APIs to remove all 32-bit limitations of current designs or libraries. For instance, Merlin plans do not include raising the current 32-bit limitation on array length; that might require disruptive modifications to the JVM. However, if any APIs such as JNI currently have limitations that would prevent their being used in 64-bit environments, those limitations must be addressed in Merlin. timothy.lindholm@Eng 2000-03-09
09-03-2000