< prev index next >

test/jdk/TEST.groups

Print this page




  72     jdk/lambda \
  73     jdk/internal/loader \
  74     jdk/internal/misc \
  75     jdk/internal/ref \
  76     jdk/internal/jimage \
  77     jdk/internal/math \
  78     jdk/modules \
  79     vm
  80 
  81 # All of the java.util package
  82 jdk_util = \
  83     :jdk_util_other \
  84     :jdk_collections \
  85     :jdk_concurrent \
  86     :jdk_stream
  87 
  88 # All util components not part of some other util category
  89 jdk_util_other = \
  90     java/util \
  91     sun/util \
  92     jdk/internal/util \
  93     -:jdk_collections \
  94     -:jdk_concurrent \
  95     -:jdk_stream
  96 
  97 # All collections, core and concurrent
  98 jdk_collections = \
  99     :jdk_collections_core \
 100     :jdk_concurrent
 101 
 102 # java.util.concurrent
 103 # Includes concurrent collections plus other stuff
 104 # Maintained by JSR-166 EG (Doug Lea et al)
 105 jdk_concurrent = \
 106     java/util/concurrent
 107 
 108 # Java Collections Framework core classes
 109 jdk_collections_core = \
 110     java/util/AbstractCollection \
 111     java/util/AbstractList \
 112     java/util/AbstractMap \




  72     jdk/lambda \
  73     jdk/internal/loader \
  74     jdk/internal/misc \
  75     jdk/internal/ref \
  76     jdk/internal/jimage \
  77     jdk/internal/math \
  78     jdk/modules \
  79     vm
  80 
  81 # All of the java.util package
  82 jdk_util = \
  83     :jdk_util_other \
  84     :jdk_collections \
  85     :jdk_concurrent \
  86     :jdk_stream
  87 
  88 # All util components not part of some other util category
  89 jdk_util_other = \
  90     java/util \
  91     sun/util \

  92     -:jdk_collections \
  93     -:jdk_concurrent \
  94     -:jdk_stream
  95 
  96 # All collections, core and concurrent
  97 jdk_collections = \
  98     :jdk_collections_core \
  99     :jdk_concurrent
 100 
 101 # java.util.concurrent
 102 # Includes concurrent collections plus other stuff
 103 # Maintained by JSR-166 EG (Doug Lea et al)
 104 jdk_concurrent = \
 105     java/util/concurrent
 106 
 107 # Java Collections Framework core classes
 108 jdk_collections_core = \
 109     java/util/AbstractCollection \
 110     java/util/AbstractList \
 111     java/util/AbstractMap \


< prev index next >