ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/NonNestmates.java
(Generate patch)

Comparing jsr166/src/test/tck/NonNestmates.java (file contents):
Revision 1.1 by jsr166, Wed Sep 20 00:41:13 2017 UTC vs.
Revision 1.2 by jsr166, Wed Sep 20 15:47:41 2017 UTC

# Line 17 | Line 17 | import java.util.concurrent.atomic.Atomi
17   import java.util.concurrent.atomic.AtomicReferenceFieldUpdater;
18  
19   /**
20 < * This helper class and its subclasses are deliberately not contained
21 < * textually in the test source files that use them, to avoid making
22 < * them nestmates, which affects access rules (see JEP 181).
20 > * This source file contains test code deliberately not contained in
21 > * the same source file as the tests that use them, to avoid making
22 > * them nestmates, which affects accessibility rules (see JEP 181).
23   */
24   class NonNestmates {
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines