We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to run following commnad: beans -d java.lang:name=Code Cache,type=MemoryPool
Then I get: #IllegalArgumentException: Domain java.lang:name=Code doesn't exist, check your spelling
It looks like this command does not handle well with names having ' ' (in my case 'Code Cache ')
The text was updated successfully, but these errors were encountered:
Did you try -d "java.lang..."
-d "java.lang..."
Sorry, something went wrong.
Yes, it doesn't work
I had the same problem with the following bean:
$>bean 'java.lang:name=G1 Old Generation,type=GarbageCollector' #IllegalArgumentException: Bean name 'java.lang:name=G1 isn't valid $>bean 'java.lang:name=G1\ Old\ Generation,type=GarbageCollector' #IllegalArgumentException: Bean name 'java.lang:name=G1 isn't valid ...
I think jline might lack this feature to properly escape space characters.
No branches or pull requests
I try to run following commnad:
beans -d java.lang:name=Code Cache,type=MemoryPool
Then I get:
#IllegalArgumentException: Domain java.lang:name=Code doesn't exist, check your spelling
It looks like this command does not handle well with names having ' ' (in my case 'Code Cache ')
The text was updated successfully, but these errors were encountered: