< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page
rev 47415 : Add Thread Local handshakes and thread local polling


  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 hotspot_all = \
  25   /
  26 
  27 hotspot_compiler = \
  28   compiler
  29 
  30 hotspot_gc = \
  31   gc
  32 
  33 hotspot_runtime = \
  34   runtime
  35 



  36 hotspot_serviceability = \
  37   serviceability
  38 
  39 hotspot_misc = \
  40   / \
  41  -applications \
  42  -:hotspot_compiler \
  43  -:hotspot_gc \
  44  -:hotspot_runtime \
  45  -:hotspot_serviceability
  46 
  47 hotspot_native_sanity = \
  48   native_sanity
  49 
  50 hotspot_tier1_common = \
  51   sanity/BasicVMTest.java \
  52   gtest/GTestWrapper.java
  53 
  54 hotspot_tier1_compiler_1 = \
  55   compiler/aot/ \




  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 hotspot_all = \
  25   /
  26 
  27 hotspot_compiler = \
  28   compiler
  29 
  30 hotspot_gc = \
  31   gc
  32 
  33 hotspot_runtime = \
  34   runtime
  35 
  36 hotspot_handshake = \
  37   runtime/handshake
  38 
  39 hotspot_serviceability = \
  40   serviceability
  41 
  42 hotspot_misc = \
  43   / \
  44  -applications \
  45  -:hotspot_compiler \
  46  -:hotspot_gc \
  47  -:hotspot_runtime \
  48  -:hotspot_serviceability
  49 
  50 hotspot_native_sanity = \
  51   native_sanity
  52 
  53 hotspot_tier1_common = \
  54   sanity/BasicVMTest.java \
  55   gtest/GTestWrapper.java
  56 
  57 hotspot_tier1_compiler_1 = \
  58   compiler/aot/ \


< prev index next >