This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcj/9608: compiled VS gij virtual machine


>Number:         9608
>Category:       libgcj
>Synopsis:       compiled  VS gij virtual machine
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 07 01:06:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Doug Parsons
>Release:        gcc 3.2.2 debian unstable package
>Organization:
>Environment:
Linux Debian Potato 2.2 i586 200 mmx
>Description:
What would cause the failure of a static compiled java program that runs without errors in the gij virtual machine or when compiled dynamic? 

The compile process produces no errors and only warnings with -Wall. Two areas that are currently affecting the runtime are:

Exception in thread "main" java.lang.RuntimeException: The SHA algorithm was not found to use in computing the Serial Version UID for class Pyramid.Settings

When trying to write to disk.  And:

Exception in thread "main" class java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Bundle gnu.java.locale.Calendar not found

This package does not seem to be in the gnu library. But why does it not fail in the VM but does when compiled static?

I ask this in a general manner because this is new to me and to give further details it would help to know what to look for if hunting a possible bug.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]