You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run this to generate some results, blocked by this failure:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building checksum-benchmark 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- exec-maven-plugin:1.5.0:java (default-cli) @ checksum-benchmark ---
Experiment selection:
Instruments: [micro]
User parameters: {checksum=[JAVA_ARRAYS_HASHCODE, CRC32, ADLER32, MURMUR2, MURMUR3, SHA1, SHA256, SHA512, MD5, GOOD_FAST_HASH_32, GOOD_FAST_HASH_64], size=[16, 128, 1024, 8196, 65536, 524288]}
Virtual machines: [default]
Selection type: Full cartesian product
This selection yields 66 experiments.
Starting experiment 1 of 66: {instrument=micro, method=Checksum, vm=default, parameters={checksum=JAVA_ARRAYS_HASHCODE, size=16}}
[trial-1] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
[trial-1] CICompilerCount of 1 is invalid; must be at least 2
[trial-1] Error: Could not create the Java Virtual Machine.
[trial-1] Error: A fatal exception has occurred. Program will exit.
The worker exited without producing data. It has likely crashed. Run with --verbose to see any worker output.
It will be great if you could publish some result from your runs, thanks!
The text was updated successfully, but these errors were encountered:
When I try to run this to generate some results, blocked by this failure:
It will be great if you could publish some result from your runs, thanks!
The text was updated successfully, but these errors were encountered: