Merge
This commit is contained in:
commit
0936c21af6
@ -42,6 +42,7 @@
|
||||
#include "gc_implementation/shared/isGCActiveMark.hpp"
|
||||
#include "gc_interface/collectedHeap.inline.hpp"
|
||||
#include "memory/allocation.hpp"
|
||||
#include "memory/cardGeneration.inline.hpp"
|
||||
#include "memory/cardTableRS.hpp"
|
||||
#include "memory/collectorPolicy.hpp"
|
||||
#include "memory/gcLocker.inline.hpp"
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "gc_implementation/shared/parGCAllocBuffer.hpp"
|
||||
#include "memory/allocation.inline.hpp"
|
||||
#include "memory/blockOffsetTable.inline.hpp"
|
||||
#include "memory/cardGeneration.inline.hpp"
|
||||
#include "memory/generationSpec.hpp"
|
||||
#include "memory/genMarkSweep.hpp"
|
||||
#include "memory/genOopClosures.inline.hpp"
|
||||
|
@ -330,7 +330,7 @@ public class CheckCompileThresholdScaling {
|
||||
} catch (RuntimeException e) {
|
||||
// Check if tiered compilation is available in this JVM
|
||||
// Version. Throw exception only if it is available.
|
||||
if (!(tiered && out.getOutput().contains("Client VM warning: TieredCompilation is disabled in this release."))) {
|
||||
if (!(tiered && out.getOutput().contains("TieredCompilation is disabled in this release."))) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user