mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8145083: Use semaphore instead of mutex for synchronization of Unified Logging configuration
Reviewed-by: dholmes, kbarrett, mgronlun
This commit is contained in:
parent
803c430cee
commit
230a27a60d
9 changed files with 59 additions and 64 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue