Our customer is seeing the following errors with JDK 1.4 build 92 when
they start the application. The compiler prints these messages out for
several methods and does not attempt to optimize them again are failing.
This behavior is causing very poor performance.
----------------------
BLOCKING FOR ADAPTER COMPILE
789 ....businessServices.orderHandlingService.OrderImpl::getTradedQuantity (17 bytes)
789 COMPILE FAILED
790 sun.reflect.UnsafeLongFieldAccessorImpl::get (13 bytes)
request: java.lang.Character::toString
Contents of MethodQueue
832 java.lang.ThreadLocal$ThreadLocalMap::nextIndex (15 bytes)
833 java.lang.Character::822 COMPILE FAILEDt
oString (16 bytes)
The rest of the compilation output is located in the attachments.
The customer is willing to test with a instrumented JDK to help
characterize this issue.
they start the application. The compiler prints these messages out for
several methods and does not attempt to optimize them again are failing.
This behavior is causing very poor performance.
----------------------
BLOCKING FOR ADAPTER COMPILE
789 ....businessServices.orderHandlingService.OrderImpl::getTradedQuantity (17 bytes)
789 COMPILE FAILED
790 sun.reflect.UnsafeLongFieldAccessorImpl::get (13 bytes)
request: java.lang.Character::toString
Contents of MethodQueue
832 java.lang.ThreadLocal$ThreadLocalMap::nextIndex (15 bytes)
833 java.lang.Character::822 COMPILE FAILEDt
oString (16 bytes)
The rest of the compilation output is located in the attachments.
The customer is willing to test with a instrumented JDK to help
characterize this issue.