mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8027829: CompileCommand does not accept all JLS-conformant class/method names
Fix parsing and updated comments Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
3e42c387f6
commit
4742c185a7
4 changed files with 103 additions and 42 deletions
|
@ -34,6 +34,7 @@
|
|||
class CompilerOracle : AllStatic {
|
||||
private:
|
||||
static bool _quiet;
|
||||
static void print_tip();
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue