mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8184800: Streamline RTM flag validity testing with generic flag testing support
Reviewed-by: kvn, lucy
This commit is contained in:
parent
9148262d0e
commit
d3ae772868
11 changed files with 31 additions and 207 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 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
|
||||
|
@ -70,4 +70,6 @@ Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
|
|||
Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
|
||||
#endif
|
||||
|
||||
Flag::Error RTMTotalCountIncrRateConstraintFunc(int value, bool verbose);
|
||||
|
||||
#endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue