This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: (fyi) SEGV in jc1 for java.util.Date (from jikes bytecode only)
- To: sandro@roads.org
- Subject: Re: (fyi) SEGV in jc1 for java.util.Date (from jikes bytecode only)
- From: Anthony Green <green@cygnus.com>
- Date: Sun, 9 May 1999 08:18:19 -0700
- CC: java-discuss@sourceware.cygnus.com
- References: <199905091213.IAA12067@alcatraz.hawke.org>
Sandro wrote:
> I'd send along the .class file in question, but I'm not sure what kind
> of clean-room proceedures you might be using.
You would be violating Sun's Binary Code License in doing so. Even
so, debugging this...
> java/util/Date.java: In method `clone()':
> java/util/Date.java:281: warning: Some bytecode operations (starting at pc 34) can never be executed
...would require disassembling the class file, which is also in
violation of the Binary Code License.
It's likely that Jikes is doing something we do not expect. A better
solution would be to try to reproduce this problem with Jikes and some
Free code.
AG
--
Anthony Green Cygnus Solutions
Sunnyvale, California