< prev index next >

test/TEST.groups

Print this page
rev 13762 : 8223147: JFR Backport
8199712: Flight Recorder
8203346: JFR: Inconsistent signature of jfr_add_string_constant
8195817: JFR.stop should require name of recording
8195818: JFR.start should increase autogenerated name by one
8195819: Remove recording=x from jcmd JFR.check output
8203921: JFR thread sampling is missing fixes from JDK-8194552
8203929: Limit amount of data for JFR.dump
8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording
8003209: JFR events for network utilization
8207392: [PPC64] Implement JFR profiling
Summary: Backport JFR from JDK11. Initial integration
Reviewed-by: neugens


  42     :core_tools \
  43     :jdk_other \
  44     :jdk_svc
  45 
  46 ###############################################################################
  47 #
  48 # Other test definitions; generally smaller granularity than tiers
  49 #
  50 
  51 # java.lang package and VM runtime support
  52 jdk_lang = \
  53     java/lang \
  54     -java/lang/management \
  55     -java/lang/instrument \
  56     sun/invoke \
  57     sun/misc \
  58     sun/reflect \
  59     jdk/lambda \
  60     vm
  61 





  62 # All of the java.util package
  63 jdk_util = \
  64     :jdk_util_other \
  65     :jdk_collections \
  66     :jdk_concurrent \
  67     :jdk_stream
  68 
  69 # All util components not part of some other util category
  70 jdk_util_other = \
  71     java/util \
  72     sun/util \
  73     -:jdk_collections \
  74     -:jdk_concurrent \
  75     -:jdk_stream
  76 
  77 # java.util.concurrent (JSR-166)
  78 # Maintained by JSR-166 EG (Doug Lea et al)
  79 # Deque and PriorityQueue are also generally maintained by JSR-166
  80 jdk_concurrent = \
  81     java/util/concurrent \




  42     :core_tools \
  43     :jdk_other \
  44     :jdk_svc
  45 
  46 ###############################################################################
  47 #
  48 # Other test definitions; generally smaller granularity than tiers
  49 #
  50 
  51 # java.lang package and VM runtime support
  52 jdk_lang = \
  53     java/lang \
  54     -java/lang/management \
  55     -java/lang/instrument \
  56     sun/invoke \
  57     sun/misc \
  58     sun/reflect \
  59     jdk/lambda \
  60     vm
  61 
  62 #JFR tests
  63 jdk_jfr = \
  64     jdk/jfr
  65 
  66 
  67 # All of the java.util package
  68 jdk_util = \
  69     :jdk_util_other \
  70     :jdk_collections \
  71     :jdk_concurrent \
  72     :jdk_stream
  73 
  74 # All util components not part of some other util category
  75 jdk_util_other = \
  76     java/util \
  77     sun/util \
  78     -:jdk_collections \
  79     -:jdk_concurrent \
  80     -:jdk_stream
  81 
  82 # java.util.concurrent (JSR-166)
  83 # Maintained by JSR-166 EG (Doug Lea et al)
  84 # Deque and PriorityQueue are also generally maintained by JSR-166
  85 jdk_concurrent = \
  86     java/util/concurrent \


< prev index next >