commit | 2d1029c256fb28b5bf123f6d9a21115783b71008 | [log] [tgz] |
---|---|---|
author | Patricio Chilano Mateo <patricio.chilano.mateo@oracle.com> | Fri Jul 27 16:29:36 2018 -0400 |
committer | Daniel D. Daugherty <dcubed@openjdk.org> | Fri Jul 27 16:29:36 2018 -0400 |
tree | 2efb95c3850d7a9b7d58d667a456366c7f91a822 | |
parent | c1bbdfaa2c0342b85b08e0da2097718157076e43 [diff] |
8171157: Convert ObjectMonitor_test to GTest Migration of the ObjectMonitor test to GTest. Two GTests were actually created, one for ObjectMonitor and one for ObjectSynchronizer. Reviewed-by: dcubed, hseigel