HotSpot Server JVM causes misbehavior of Arrays.sort(long...) during inline compilation -- subsequent invocations of to Arrays.sort() work fine.
Problem occurs with Java 1.4.1_05 server VM on Solaris. The test is
The problem occurs only with a specifc, very large data set. The problem is not reproducible in the 1.4.2_01 server VM, but the user wants confirmation that this is not just a shortcoming of his test case, and wants to know that the in-line compiler has been fixed.
Problem occurs with Java 1.4.1_05 server VM on Solaris. The test is
The problem occurs only with a specifc, very large data set. The problem is not reproducible in the 1.4.2_01 server VM, but the user wants confirmation that this is not just a shortcoming of his test case, and wants to know that the in-line compiler has been fixed.
- duplicates
-
JDK-4770505 server VM in 1.4.1 on Solaris fails for code that works w/ client VM
- Resolved