Searched refs:sharedTZ (Results 1 – 1 of 1) sorted by relevance
49 TimeZoneUser sharedTZuser = new TimeZoneUser(() -> sharedTZ); in testSimpleTimeZone()55 TimeZone tz = sharedTZ; in testSimpleTimeZone()76 sharedTZ = tz2; in testSimpleTimeZone()99 static volatile TimeZone sharedTZ = createSTZ(); field in SimpleTimeZoneCloneRaceTest