Java should be backwards compatible, i.e., the programs you've compiled with 1.1.8 should run in a JVM 1.3. To avoid "bad surprises", you should define a "Test Suite" for your Java Stored Procedures (with JUnit, for example), so that you can check your system everytime you change something.
HTH,