-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
8u172, openjdk8u242, openjdk8u272
-
generic
-
linux
ADDITIONAL SYSTEM INFORMATION :
RedHat 7.3 / jre1.8.0_172-amd64 / Spring stack
A DESCRIPTION OF THE PROBLEM :
For one week now we have the C2 compiler thread stuck on C2Compiler::compile_method for org.springframework.core.ResolvableType#forMethodParameter.
We had analyze this problem like here https://medium.com/@vladimirsitniko/analyzing-a-stuck-hotspot-c2-compilation-85e0ca230744 and had the same behavior, same thread stack, same method with is been compiled, ....
Maybe it's resolved on earlier version of the jre but we can't find any references in release notes.
FREQUENCY : rarely
RedHat 7.3 / jre1.8.0_172-amd64 / Spring stack
A DESCRIPTION OF THE PROBLEM :
For one week now we have the C2 compiler thread stuck on C2Compiler::compile_method for org.springframework.core.ResolvableType#forMethodParameter.
We had analyze this problem like here https://medium.com/@vladimirsitniko/analyzing-a-stuck-hotspot-c2-compilation-85e0ca230744 and had the same behavior, same thread stack, same method with is been compiled, ....
Maybe it's resolved on earlier version of the jre but we can't find any references in release notes.
FREQUENCY : rarely
- relates to
-
JDK-8214939 C2 Compiler process is stuck in MemNode::can_see_stored_value()
- Closed