Details
-
Type: Improvement
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
Description
The attached patches to JVM.java and Sun14ReflectionProvider.java enables support for enhanced mode with all recent JRockit versions, while maintaining compatibility with other JVMs. Tested on Windows XP x86 with:
Non-JRokit:
Sun 1.4.2
Sun 1.5.0_06
Sun 1.6.0-b81
IBM J9 5.0
Legacy JRockit:
JRockit 1.4.2_08 (and earlier) - does not work with Enhanced Mode and will fall back on the pure Java mode
JRockit 5.0 R25.0.0 - does not work with Enhanced Mode and will fall back on the pure Java mode
JRockit 5.0 R25.1.0 and JRockit 5.0 25.2.0
Recent JRockit versions:
JRockit 1.4.2 R26.0.0 and later
JRckit 5.0 R26.0.0 and later
(contributed by hstahl at bea dot com)
This is great news, Henrik! We were asked a lot of enhanced mode support for JRockit in the last time. I'll apply it ASAP.