JDK-8215117 : [JVMCI] TestResolvedJavaType.java failing after JDK-8210031
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 12
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-12-10
  • Updated: 2020-04-17
  • Resolved: 2018-12-10
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 12
12 b24Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8215119 :  
Description
JavaTest Message: JUnit Failure: getInstanceFieldsTest(jdk.vm.ci.runtime.test.TestResolvedJavaType): HotSpotField<java.lang.invoke.MethodHandles$Lookup.allowedModes int:12> expected:<false> but was:<true>
java.lang.AssertionError: HotSpotField<java.lang.invoke.MethodHandles$Lookup.allowedModes int:12> expected:<false> but was:<true>
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at jdk.vm.ci.runtime.test.TestResolvedJavaType.getInstanceFieldsTest(TestResolvedJavaType.java:789)
Comments
ILW = Test fails because it misses a field hidden by reflection (test bug), single test in tier1-3, no workaround = MHH = P2
10-12-2018