Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractStringBuilder spec is not OS-neutral #701

Open
atiti opened this issue Mar 15, 2013 · 0 comments
Open

AbstractStringBuilder spec is not OS-neutral #701

atiti opened this issue Mar 15, 2013 · 0 comments

Comments

@atiti
Copy link
Collaborator

atiti commented Mar 15, 2013

On 22 Oct 2010, at 14:36, Vladimir Klebanov wrote:

Hi Joe,

On Tue, Oct 19, 2010 at 2:55 PM, Joseph Kiniry [email protected] wrote:
I just tried this example in my Eclipse and I see no error. Appended is my log. I tried with JDK 1.4 and 1.5 specs.
I am running in Eclipse 3.5 on Apple's Java 1.5 VM. What is your config?

We use openJDK-1.6.0 on Linux and Eclipse 3.6. Is it possible that
Apple has the static final int[] sizeTable; in their version of
AbstractStringBuilder (for whatever reason)?

We also have a different issue concerning CVC3, which I'll send you in
a separate email.

This class has bit us twice before. What a PITA.

https://mobius.ucd.ie/trac/ticket/464
https://mobius.ucd.ie/trac/ticket/690

The Apple VM does indeed have this field:

javap java.lang.AbstractStringBuilder | grep sizeTable
static final int[] sizeTable;

We'll have to revise the specs to eliminate this system bias.

Joe

@ghost ghost assigned kiniry Mar 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants