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:
Nils Eliasson 2015-01-13 12:30:26 +01:00
parent 3e42c387f6
commit 4742c185a7
4 changed files with 103 additions and 42 deletions

View file

@ -34,6 +34,7 @@
class CompilerOracle : AllStatic {
private:
static bool _quiet;
static void print_tip();
public: