You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#30593242 : MTR CLUSTERJ TEST AND THE NDBJTIE UNIT
TESTS FAIL WHEN RUN IN JAVA 10 AND ABOVE
Note: This is a backport of Bug#29009862 to 7.5 and 7.6.
The options -d32 and -d64 can be passed to the JVM to specify the
architecture in which the application has to run. They were required in
Solaris as it used to contain both 32 and 64-bit J2SE implementation
within the same installation of Java. But as of Java 8, it no longer
supports 32 bit in Solaris. So these options have lost their purpose
and they are being removed from Java versions 10 and above. Due to
this, the above mentioned tests fail when they run in Java 10 or above.
This patch fixes that by removing these options from the testcases and
CMakeLists.
Change-Id: I99b2470001731bc419b8185d9a40ca58bfd208a7
0 commit comments