mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8112746: Followup to JDK-8059557 (JEP 245)
Several improvements to range/constraint check feature. Reviewed-by: coleenp, ddmitriev, sangheki, kbarrett
This commit is contained in:
parent
4694fbd776
commit
2fdc0d3f21
12 changed files with 376 additions and 445 deletions
|
@ -38,6 +38,11 @@
|
|||
* then we need to use constraint instead.
|
||||
*/
|
||||
|
||||
class CommandLineError : public AllStatic {
|
||||
public:
|
||||
static void print(bool verbose, const char* msg, ...);
|
||||
};
|
||||
|
||||
class CommandLineFlagRange : public CHeapObj<mtInternal> {
|
||||
private:
|
||||
const char* _name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue