More hotspot tests and some backported fixes
Volker Simonis
volker.simonis at gmail.com
Tue Sep 30 00:32:50 PDT 2008
Hi,
I think these kind of tests are intersting and usefull but
unfortuantely, there are jus a small handfull of them available under
"hotspot/test/compiler". Does anybody from SUN know if there are more
of these hotspot/compiler kind of test avaialble within SUN which are
just waiting to get open sourced?
I think for porters they would be very interesting and helpfull.
Especially tests which cover corner cases of the HotSpot like for
example:
- Java to Native transitions
- Deoptimzations and OSR in various situations
- above a compiled frame
- above an interpreted frame
- the various adapters (I2C, C2I, I2N,...)
- the various calls (static, virtual, leaf, ...)
- stack overflow situations
- exception handling in various situations
- JIT inlining
- Synchronization (lightweight-, heavyweight-, biased locki
Does anybody know if such kind of tests exist somewhere?
Regards,
Volker
On 9/26/08, Mark Wielaard <mark at klomp.org> wrote:
> Hi,
>
> I noticed openjdk6 and openjdk7 seem to have a mutually exclusive set of
> tests under hotspot/test/compiler. Since I believe having more tests is
> a good thing I merged them in icedtea6. That uncovered two crasher bugs
> in the hotspot form openjdk6 that we use. So I tracked down the fixes
> for those and backported them (patches attached). All 20 tests now PASS.
>
> It is probably a good idea to also merge the tests from 6 to 7. But I
> haven't done that yet.
>
> Note that again I did only backport for the hotspot from openjdk6, not
> the one that zero/shark uses (7b24).
>
> Cheers,
>
>
> Mark
>
>
More information about the hotspot-compiler-dev
mailing list