JDK-8138806 : improve tests for CompilerToVM::hasBalancedMonitors
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P2
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2015-10-02
  • Updated: 2015-11-11
  • Resolved: 2015-11-11
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.

To download the current JDK release, click here.
JDK 9
9Resolved
Description
	1. enter(a)
	2. enter(a), exit(b)
	3. enter(a), enter(b), exit(a), exit(b)
	4. exit(a)
	5. enter(a), enter(b), exit(b)
	6. enter(b), exit(b), enter(a)
	...
	x {sync k/w} 
Comments
Closed because jdk.internal.jvmci.hotspot.HotSpotResolvedJavaMethod.hasBalancedMonitors() was removed as unused. http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/88f169614dca
11-11-2015