Created
January 28, 2020 21:47
-
-
Save enebo/7544789f0dd90c27ee0bcadac7443417 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sh -x ./test.sh | |
+ MAKE_ARCHIVE=-J-XX:ArchiveClassesAtExit=ir.jsa | |
+ READ_ARCHIVE=-J-XX:SharedArchiveFile=ir.jsa | |
+ CACHE=-Xcompile.cache.classes=true | |
+ DONT_CACHE=-Xcompile.cache.classes=true | |
+ DEV=--dev | |
+ COMPILE=-X+C | |
+ GC=-J-XX:+UseParallelGC | |
+ TIME=15 | |
+ java -version | |
openjdk version "13.0.2" 2020-01-14 | |
OpenJDK Runtime Environment AdoptOpenJDK (build 13.0.2+8) | |
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13.0.2+8, mixed mode, sharing) | |
+ echo '--------------------- Building cds archive with out caching' | |
--------------------- Building cds archive with out caching | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:ArchiveClassesAtExit=ir.jsa -X+C' | |
+ jruby -S rails c | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m40.005s | |
user 1m47.506s | |
sys 0m2.669s | |
+ sleep 15 | |
+ echo '--------------------- Running with cds' | |
--------------------- Running with cds | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.305s | |
user 0m17.101s | |
sys 0m1.167s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.558s | |
user 0m17.363s | |
sys 0m1.225s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.321s | |
user 0m16.966s | |
sys 0m1.253s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.774s | |
user 0m17.622s | |
sys 0m1.241s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.109s | |
user 0m16.851s | |
sys 0m1.144s | |
+ sleep 15 | |
+ echo '--------------------- Running without cds' | |
--------------------- Running without cds | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.417s | |
user 0m18.774s | |
sys 0m1.309s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.570s | |
user 0m17.579s | |
sys 0m1.201s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.187s | |
user 0m18.641s | |
sys 0m1.175s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.559s | |
user 0m17.627s | |
sys 0m1.189s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.876s | |
user 0m18.030s | |
sys 0m1.252s | |
+ sleep 15 | |
+ echo '--------------------- Building first proc cds archive with caching' | |
--------------------- Building first proc cds archive with caching | |
+ rm -rf /home/enebo/.ir | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true' | |
+ jruby -X+C -S rails c | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m17.742s | |
user 1m7.600s | |
sys 0m1.985s | |
+ jar cvf -C /home/enebo/.ir jar | |
jar : no such file or directory | |
java.lang.IllegalArgumentException: Prefix string "-C" too short: length must be at least 3 | |
at java.base/java.io.File.createTempFile(File.java:2065) | |
at java.base/java.io.File.createTempFile(File.java:2136) | |
at jdk.jartool/sun.tools.jar.Main.createTemporaryFile(Main.java:1723) | |
at jdk.jartool/sun.tools.jar.Main.run(Main.java:317) | |
at jdk.jartool/sun.tools.jar.Main.main(Main.java:1680) | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true -J-XX:ArchiveClassesAtExit=ir.jsa -X+C' | |
+ jruby -S rails c | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m44.183s | |
user 1m50.222s | |
sys 0m2.609s | |
+ sleep 15 | |
+ echo '--------------------- Running with cds+cache' | |
--------------------- Running with cds+cache | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.510s | |
user 0m17.187s | |
sys 0m1.212s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.910s | |
user 0m17.789s | |
sys 0m1.179s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.314s | |
user 0m17.037s | |
sys 0m1.220s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.394s | |
user 0m17.156s | |
sys 0m1.151s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.520s | |
user 0m17.219s | |
sys 0m1.238s | |
+ sleep 15 | |
+ echo '--------------------- Running without cds but with cache' | |
--------------------- Running without cds but with cache | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.931s | |
user 0m18.071s | |
sys 0m1.204s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.427s | |
user 0m18.634s | |
sys 0m1.211s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.132s | |
user 0m18.385s | |
sys 0m1.207s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.143s | |
user 0m18.396s | |
sys 0m1.209s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.952s | |
user 0m18.104s | |
sys 0m1.260s | |
+ sleep 15 | |
+ echo '--------------------- Building cds archive with caching' | |
--------------------- Building cds archive with caching | |
+ rm -rf /home/enebo/.ir | |
+ echo exit | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true -X+C' | |
+ jruby -S rails c | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m26.353s | |
user 1m35.361s | |
sys 0m2.227s | |
+ jar cvf -C /home/enebo/.ir jar | |
jar : no such file or directory | |
java.lang.IllegalArgumentException: Prefix string "-C" too short: length must be at least 3 | |
at java.base/java.io.File.createTempFile(File.java:2065) | |
at java.base/java.io.File.createTempFile(File.java:2136) | |
at jdk.jartool/sun.tools.jar.Main.createTemporaryFile(Main.java:1723) | |
at jdk.jartool/sun.tools.jar.Main.run(Main.java:317) | |
at jdk.jartool/sun.tools.jar.Main.main(Main.java:1680) | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true -J-XX:ArchiveClassesAtExit=ir.jsa -X+C' | |
+ jruby -S rails c | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m44.083s | |
user 1m52.367s | |
sys 0m2.605s | |
+ sleep 15 | |
+ echo '--------------------- Running with cds+cache' | |
--------------------- Running with cds+cache | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.892s | |
user 0m17.545s | |
sys 0m1.189s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.463s | |
user 0m17.139s | |
sys 0m1.197s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.367s | |
user 0m18.256s | |
sys 0m1.251s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.597s | |
user 0m17.294s | |
sys 0m1.185s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -J-XX:SharedArchiveFile=ir.jsa -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.268s | |
user 0m18.038s | |
sys 0m1.297s | |
+ sleep 15 | |
+ echo '--------------------- Running without cds but with cache' | |
--------------------- Running without cds but with cache | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.837s | |
user 0m17.917s | |
sys 0m1.216s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.432s | |
user 0m18.691s | |
sys 0m1.251s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.970s | |
user 0m18.072s | |
sys 0m1.193s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
+ echo exit | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m15.556s | |
user 0m18.810s | |
sys 0m1.318s | |
+ sleep 15 | |
+ for i in [ 1 2 3 ] | |
+ echo exit | |
+ CLASSPATH=ir.jar | |
+ JRUBY_OPTS='-J-XX:+UseParallelGC -Xcompile.cache.classes=true --dev' | |
+ jruby -S rails c | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. | |
Ignoring bcrypt-ruby-3.0.0-java because its extensions are not built. Try: gem pristine bcrypt-ruby --version 3.0.0 | |
Ignoring bindex-0.7.0 because its extensions are not built. Try: gem pristine bindex --version 0.7.0 | |
Ignoring binding_of_caller-0.8.0 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.8.0 | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/enebo/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() | |
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
Loading development environment (Rails 6.0.2.1) | |
Switch to inspect mode. | |
exit | |
real 0m14.758s | |
user 0m17.873s | |
sys 0m1.174s | |
+ sleep 15 | |
system ~/work/jruby/frogger master # 1176% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment