-
Bug
-
Resolution: Duplicate
-
P4
-
8, 9, 10
-XX:+VerifyLoopOptimizations has been broken since JDK-7017240 (2011). A ResourceMark was added to build_and_optimize that will free everything allocated inside the PhaseIdealLoop.
In one place - "void PhaseIdealLoop::verify()" we access nodes and other structures after the resourcemark has already reclaimed data.
In one place - "void PhaseIdealLoop::verify()" we access nodes and other structures after the resourcemark has already reclaimed data.
- duplicates
-
JDK-8173709 Fix VerifyLoopOptimizations - step 1 - minimal infrastructure
-
- Resolved
-
- relates to
-
JDK-7017240 C2: native memory leak in nsk/regression/b4675027 on windows-x86 in comp mode with G1
-
- Closed
-