Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 220736] Using Java 1.5 build machine can generate invalid byte code

https://bugs.eclipse.org/bugs/show_bug.cgi?id=220736  
Product/Component: CDT / cdt-releng




--- Comment #6 from Doug Schaefer <doug.schaefer@xxxxxxxxxxxxx>  2008-02-29 09:40:08 -0500 ---
Kim takes care of platform builds, not the build machine itself. They don't
even use this build machine anyway.

You got to watch out for the String classes. They keep adding overloaded
methods that cause problems going from a new JDK to and old one. e.g. String
added append that takes a String, where it used to take an object.

It sounds like something similar here. Does the IBM JRE have an append that
takes a StringBuffer where Sun's JRE does not?


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top