Skip to content

Commit

Permalink
Fixes #2114 - Add Shenandoah for Java 11 builds. (#2125)
Browse files Browse the repository at this point in the history
* Add Shenandoah build config arg for Java 11 platforms that support it

* Attempt to make Shenandoah build flag as a build.sh concern

* Fixes after sxa review

* Fixes after Andreas review
  • Loading branch information
karianna authored Oct 13, 2020
1 parent c8a2633 commit 8b97f43
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 233 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Config11 {
"hotspot" : '--enable-dtrace=auto',
"corretto" : '--enable-dtrace=auto',
"SapMachine" : '--enable-dtrace=auto',
"dragonwell" : '--enable-dtrace=auto --enable-unlimited-crypto --with-jvm-variants=server --with-zlib=system --with-jvm-features=zgc'
"dragonwell" : '--enable-dtrace=auto --enable-unlimited-crypto --with-jvm-variants=server --with-zlib=system --with-jvm-features=zgc'
]
],

Expand Down
Loading

0 comments on commit 8b97f43

Please sign in to comment.