JDK-8210736 : jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
Type:Bug
Component:security-libs
Sub-Component:javax.xml.crypto
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2018-09-14
Updated:2019-12-11
Resolved:2018-09-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The bootleneck is at reading from the internal HttpServer. After adding -Dsun.net.httpserver.nodelay=true it's as fast as on other platforms. This might be a Linux kernel configuration issue that the HttpServer impl needs to deal with.