Does Spark run with OpenJ9 and Java 8?

Viewed 246
1 Answers

So far as I know, there's no functional problem. The pull request simply allows the SizeEstimator to correctly determine whether an OpenJ9 JVM is using compressed references. Correctly determining that compressed references are used "just" provides a performance boost.

Related