commit | 50a76f34d7966e174e4201a75b8d980a77bde702 | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Fri Aug 29 10:47:50 2014 +0200 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Fri Aug 29 10:47:50 2014 +0200 |
tree | 33a10f108a056517a5c64b16fa11aa1f71562338 | |
parent | 9af4f25d09119eddc4859817caa9207550f8c00b [diff] |
8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC Remove the '-XX:+UseParallelGC' parameter from the test because it is conflicting with other GC settings. Reviewed-by: kvn