Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Java 7 with latest marlin? #7

Closed
dakcarto opened this issue Jan 5, 2016 · 2 comments
Closed

Support for Java 7 with latest marlin? #7

dakcarto opened this issue Jan 5, 2016 · 2 comments

Comments

@dakcarto
Copy link

dakcarto commented Jan 5, 2016

Hi,

In the release notes for versions 0.5.5 and 0.5.6 it states:

This release is then recommended for JDK 1.8 only; for JDK 1.7, please use Marlin 0.4.5

But this warning goes away in the notes for versions 0.5.7+.

On the How to Use page it states support for:

OpenJDK 1.7 & 1.8

This is a bit confusing. Does the latest, or any version > 0.4.5, work with a Java 7 runtime?

@bourgesl
Copy link
Owner

bourgesl commented Jan 5, 2016

Larry,

I agree it is not really obvious:
All Marlin releases are compatible with OpenJDK and Oracle JDK 1.7 & 1.8.

In the release notes for versions 0.5.5 and 0.5.6 it states:

This release is then recommended for JDK 1.8 only; for JDK 1.7, please
use Marlin 0.4.5

In my benchmarks, it appeared at that time that the Unsafe variant (v0.5.5)
was a bit slower than the safe variant (v0.4.5) on jdk 1.7 so I recommended
the safe variant for jdk 1.7.

But this warning goes away in the notes for versions 0.5.7+.

On the How to Use page it states support for:

OpenJDK 1.7 & 1.8

This is a bit confusing. Does the latest, or any version > 0.4.5, work
with a Java 7 runtime?

I do not have time anymore to maintain several branches in synch (master vs
Unsafe) so I only provide Marlin releases based on the Unsafe branch.

Moreover Marlin v0.7.3 is now integrated in OpenJDK9, so please use only
the latest Marlin 0.7.3 release:
https://github.com/bourgesl/marlin-renderer/releases

PS: I will fix the wiki pages and release notes.

Regards,
Laurent

@bourgesl bourgesl closed this as completed Jan 7, 2016
@dakcarto
Copy link
Author

dakcarto commented Jan 7, 2016

Thank you for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants