JDK-8149844 : Update test/compiler/unsafe/UnsafeGetConstantField.java once JDK-8148518 and Jake are integrated
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-02-15
  • Updated: 2017-01-27
  • Resolved: 2017-01-27
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
Related Reports
Blocks :  
Duplicate :  
Description
test/compiler/unsafe/UnsafeGetConstantField.java has a special check in Jake:
                if (!(t == JavaType.C && "Unaligned".equals(postfix))) {
                    Asserts.assertEQ(test.testDirect(), test.testUnsafe());
                }

http://hg.openjdk.java.net/jigsaw/jake/hotspot/file/f6daf3633512/test/compiler/unsafe/UnsafeGetConstantField.java#l144

It should be removed once JDK-8148518 and Jake are integrated.


Comments
already fixed by JDK-8156124
27-01-2017