8184800: Streamline RTM flag validity testing with generic flag testing support

Reviewed-by: kvn, lucy
This commit is contained in:
Goetz Lindenmaier 2017-07-18 16:11:28 +02:00
parent 9148262d0e
commit d3ae772868
11 changed files with 31 additions and 207 deletions

View file

@ -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 */