Change 8149159 removed addressSize() as a native method. Native methods are used as transaction abort provokers in RTM test suite. Since addressSize() is currently in use, the following RTM test are failing:
-FAILED: compiler/rtm/locking/TestRTMAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMAbortThreshold.java
-FAILED: compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java
-FAILED: compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMLockingThreshold.java
-FAILED: compiler/rtm/locking/TestUseRTMDeopt.java
-FAILED: compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java