Bug 178544 - Compliance_1_5#test100 fail with JRockit as vm
Summary: Compliance_1_5#test100 fail with JRockit as vm
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-21 10:08 EDT by David Audel CLA
Modified: 2007-03-21 10:56 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Audel CLA 2007-03-21 10:08:23 EDT
Compliance_1_5#test100 fail with JRockit as vm.

build:
I20070321-0010

failure:
junit.framework.AssertionFailedError: Unexpected target error running resulting class file for X.java:
java.lang.ClassFormatError: X : illegal field name: ??????
at java.lang.ClassLoader.defineClass(Ljava.lang.String;[BIILjava.security.ProtectionDomain;)Ljava.lang.Class;(Unknown Source)
at java.lang.ClassLoader.defineClass(Ljava.lang.String;[BII)Ljava.lang.Class;(Unknown Source)
at
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runConformTest(AbstractRegressionTest.java:657)
at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runConformTest(AbstractRegressionTest.java:503)
at org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5.test100(Compliance_1_5.java:3284)
Comment 1 Olivier Thomann CLA 2007-03-21 10:11:29 EDT
VM used:

java version "1.5.0_06"Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)BEA JRockit(R) (build R26.3.0-32-58710-1.5.0_06-20060308-2022-win-ia32, )
Comment 2 Olivier Thomann CLA 2007-03-21 10:37:19 EDT
The test passes with this VM.
ava version "1.5.0_08"Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)BEA JRockit(R) (build R27.1.0-109-73164-1.5.0_08-20061129-1428-windows-ia32, compiled mode)

Waiting for David to confirm this is the same for him once he upgraded to this VM.
Comment 3 David Audel CLA 2007-03-21 10:54:40 EDT
The test doesn't fail with this VM
Comment 4 Olivier Thomann CLA 2007-03-21 10:56:14 EDT
Closing as INVALID.