test/TEST.groups

Print this page




 427   :hotspot_compiler_2 \
 428   :hotspot_compiler_3 \
 429   :hotspot_compiler_closed \
 430   :hotspot_gc \
 431   :hotspot_gc_closed \
 432   :hotspot_gc_gcold \
 433   :hotspot_runtime \
 434   :hotspot_runtime_closed \
 435   :hotspot_serviceability
 436 
 437 #All tests that depends on nashorn extension.
 438 #
 439 needs_nashorn = \
 440   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 441 
 442 #All tests that do not depends on nashorn extension
 443 #
 444 not_needs_nashorn = \
 445   :jdk \
 446   -:needs_nashorn



































 427   :hotspot_compiler_2 \
 428   :hotspot_compiler_3 \
 429   :hotspot_compiler_closed \
 430   :hotspot_gc \
 431   :hotspot_gc_closed \
 432   :hotspot_gc_gcold \
 433   :hotspot_runtime \
 434   :hotspot_runtime_closed \
 435   :hotspot_serviceability
 436 
 437 #All tests that depends on nashorn extension.
 438 #
 439 needs_nashorn = \
 440   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 441 
 442 #All tests that do not depends on nashorn extension
 443 #
 444 not_needs_nashorn = \
 445   :jdk \
 446   -:needs_nashorn
 447 
 448 #All tests that use -XX:NativeMemoryTracking=detail.
 449 #
 450 needs_NMT_detail = \
 451   runtime/NMT/ShutdownTwice.java \
 452   runtime/NMT/PrintNMTStatistics.java \
 453   runtime/NMT/MallocTrackingVerify.java \
 454   runtime/NMT/JcmdScaleDetail.java \
 455   runtime/NMT/MallocSiteHashOverflow.java \
 456   runtime/NMT/VirtualAllocCommitUncommitRecommit.java \
 457   runtime/NMT/ThreadedMallocTestType.java \
 458   runtime/NMT/CommandLineDetail.java \
 459   runtime/NMT/BaselineWithParameter.java \
 460   runtime/NMT/MallocStressTest.java \
 461   runtime/NMT/MallocRoundingReportTest.java \
 462   runtime/NMT/AutoshutdownNMT.java \
 463   runtime/NMT/ThreadedVirtualAllocTestType.java \
 464   runtime/NMT/SummaryAfterShutdown.java \
 465   runtime/NMT/VirtualAllocTestType.java \
 466   runtime/NMT/ChangeTrackingLevel.java \
 467   runtime/NMT/ReleaseCommittedMemory.java \
 468   runtime/NMT/JcmdDetailDiff.java \
 469   runtime/NMT/NMTWithCDS.java \
 470   runtime/NMT/MallocTestType.java \
 471   runtime/NMT/JcmdBaselineDetail.java \
 472   gc/TestCardTablePageCommits.java \
 473   gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
 474 
 475 #All tests that do not use -XX:NativeMemoryTracking=detail.
 476 #
 477 not_needs_NMT_detail = \
 478   :jdk \
 479   -:needs_NMT_detail