From Fedora Project Wiki

< User:Sumantrom

Revision as of 00:22, 19 September 2018 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description= This test case verifies if the GC is working fine in X86_64 and aarch64 |actions= 1.you can use it via: <code>java -XX:+UseShenandoahGC ohter_pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case verifies if the GC is working fine in X86_64 and aarch64


How to test

1.you can use it via: java -XX:+UseShenandoahGC ohter_params_as_ususal

2.set it up globally: export JAVA_TOOL_OPTIONS="-XX:+UseShenandoahGC $JAVA_TOOL_OPTIONS"

Expected Results

  1. are you applications working with Shenandoah?
  2. are they working better?