首页 > 解决方案 > application slowness on specific version of jdk

问题描述

My java web application performance drops when i run on JDK 1.8.0_151. I checked with previous versions jdk8 like (141,131,121) it runs without any slowness.

I am calculating the time difference between request received and response sending time as the application processing time.

So i would like to know on what facts this is happening, does it depends upon the third party library that are used, or the application server(resin in my case) not supporting this version of JDK, or any other factors.

Any of your advise on this is appreciated. Thanks!!

标签: javajava-8

解决方案


推荐阅读