Skip to content

Commit

Permalink
Merge pull request #3067 from dmitripivkine/master
Browse files Browse the repository at this point in the history
Align heap for GS if necessary only
  • Loading branch information
charliegracie committed Oct 16, 2018
2 parents 1c7373f + 51cfa3c commit 4e4fa19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gc/base/GCExtensionsBase.hpp
Expand Up @@ -818,9 +818,7 @@ class MM_GCExtensionsBase : public MM_BaseVirtual {
isConcurrentScavengerHWSupported()
{
#if defined(OMR_GC_CONCURRENT_SCAVENGER)
/* return concurrentScavenger temporary for consistency until VM part is not modified */
return concurrentScavenger;
/* return concurrentScavengerHWSupport; */
return concurrentScavengerHWSupport;
#else
return false;
#endif /* defined(OMR_GC_CONCURRENT_SCAVENGER) */
Expand Down

0 comments on commit 4e4fa19

Please sign in to comment.