Skip to content

Scans for Methods within projects with a bytecode size larger than 8k. As methods larger than this will not be eligible for JIT Compilation

License

Notifications You must be signed in to change notification settings

JoeBeeton/BigMethodScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BigMethodScanner

Scans for Methods within projects with a bytecode size larger than 8k. As methods larger than this will not be eligible for JIT Compilation The Scanner will recursively scan within jars,zip, ear files for classes with large methods. Usage : java -jar BigMethodScanner.jar -P /path/to/project/directory

Optional : -b 5000 ( byte code size threshold size )

About

Scans for Methods within projects with a bytecode size larger than 8k. As methods larger than this will not be eligible for JIT Compilation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages