8263200: Add -XX:StressCCP to CTW
Reviewed-by: kvn
This commit is contained in:
parent
a2b8858131
commit
17853ee92c
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -289,6 +289,7 @@ public class CtwRunner {
|
||||
"-XX:+StressLCM",
|
||||
"-XX:+StressGCM",
|
||||
"-XX:+StressIGVN",
|
||||
"-XX:+StressCCP",
|
||||
// StressSeed is uint
|
||||
"-XX:StressSeed=" + Math.abs(rng.nextLong()),
|
||||
// CTW entry point
|
||||
|
Loading…
x
Reference in New Issue
Block a user