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

Do you plan to build Corretto 11.0.9 with Shenandoah ? #143

Closed
bric3 opened this issue Oct 16, 2020 · 3 comments
Closed

Do you plan to build Corretto 11.0.9 with Shenandoah ? #143

bric3 opened this issue Oct 16, 2020 · 3 comments

Comments

@bric3
Copy link

bric3 commented Oct 16, 2020

Do you plan to build corretto with Shenandoah ? I opened a ticket on AdoptOpenJDK in this sense a few days ago.

The change would be pretty simple on this file at this place:

corretto-11/build.gradle

Lines 71 to 81 in 872a41a

correttoCommonFlags = [
"--with-freetype=bundled",
'--with-jvm-features=zgc',
"--with-version-build=${project.version.build}",
'--with-version-opt=LTS',
'--with-version-pre=',
"--with-version-string=${version.major}.${version.minor}.${version.security}",
"--with-vendor-bug-url=https://github.com/corretto/corretto-${project.version.major}/issues/",
'--with-vendor-name=Amazon.com Inc.',
'--with-vendor-url=https://aws.amazon.com/corretto/',
"--with-vendor-version-string=Corretto-${project.version.full}"

Sorry I didn't follwed your issue template.

@bric3 bric3 changed the title Do you plan to build COrretto 11.0.9 with Shenandoah ? Do you plan to build Corretto 11.0.9 with Shenandoah ? Oct 16, 2020
@alvdavi
Copy link
Contributor

alvdavi commented Oct 16, 2020

Hi,

Yes, we are building with Shenandoah. Our current 11.0.9 is here:
https://github.com/corretto/corretto-11/tree/11.0.9

And Shenandoah is being enabled here:
2c68a32

@alvdavi alvdavi closed this as completed Oct 16, 2020
@bric3
Copy link
Author

bric3 commented Oct 17, 2020

@alvdavi Hi thansk for the qui response, I totally missed this branch.

@alvdavi
Copy link
Contributor

alvdavi commented Oct 17, 2020

You did not, the branch was not there

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