Skip to content

rgoers/stackwalker-vs-Reflection_getCallerClass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarks to compare stack walking and locating the caller's class in Java 8 vs Java 9. If you want to run them you will need to:

  • install Maven 3.2.5 (3.3.9 seems to fail on Java 9).

    wget https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz
    tar xzvf apache-maven-3.2.5-bin.tar.gz
  • clone the repo, build and run the benchmarks :

    git clone https://github.com/rgoers/stackwalker-vs-Reflection_getCallerClass
    cd stackwalker-vs-Reflection_getCallerClass
    cd to the java 8 directory and follow the instructions in the README there.
    cd to the java 9 directory and follow the instructions in the README there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%