8145083: Use semaphore instead of mutex for synchronization of Unified Logging configuration

Reviewed-by: dholmes, kbarrett, mgronlun
This commit is contained in:
Marcus Larsson 2016-01-04 11:37:18 +01:00
parent 803c430cee
commit 230a27a60d
9 changed files with 59 additions and 64 deletions

View file

@ -36,7 +36,6 @@ void Test_log_length() {
remove("loglengthoutput.txt");
// Write long message to output file
MutexLocker ml(LogConfiguration_lock);
LogConfiguration::parse_log_arguments("loglengthoutput.txt", "logging=trace",
NULL, NULL, NULL);
ResourceMark rm;