compile with jdk 1.2.2 and run with 1.3.0

I am having a JVM crash when I run my application in jre 1.3.0. It says "Hot spot VM error". I compiled the application originally with jdk 1.2.2Is this supported? Are there any known problems associated with this?ThanksRavi
[259 byte] By [rpachipala] at [2007-9-26 5:29:12]
# 1
I run stuff all the time compiled for with 1.2.2 and executing in 1.3. But that doesn't mean you haven't uncovered a problem.
bschauwe at 2007-6-29 19:38:39 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
And have you compiled in in 1.3.0 and run it? If it doesn't crash that would tend to suggest a problem in the jvm. If it does crash then it might be a problem with the jvm or with your application.
jschell at 2007-6-29 19:38:39 > top of Java-index,Java HotSpot Virtual Machine,Specifications...