mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
Reviewed-by: kvn, roland
This commit is contained in:
parent
bb6f1e7700
commit
5ff302e6bb
17 changed files with 20 additions and 367 deletions
|
@ -1320,16 +1320,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"Delay invoking the compiler until main application class is " \
|
||||
"loaded") \
|
||||
\
|
||||
develop(bool, CompileTheWorld, false, \
|
||||
"Compile all methods in all classes in bootstrap class path " \
|
||||
"(stress test)") \
|
||||
\
|
||||
develop(bool, CompileTheWorldPreloadClasses, true, \
|
||||
"Preload all classes used by a class before start loading") \
|
||||
\
|
||||
notproduct(intx, CompileTheWorldSafepointInterval, 100, \
|
||||
"Force a safepoint every n compiles so sweeper can keep up") \
|
||||
\
|
||||
develop(bool, FillDelaySlots, true, \
|
||||
"Fill delay slots (on SPARC only)") \
|
||||
\
|
||||
|
@ -2111,13 +2101,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
experimental(bool, UseCriticalCMSThreadPriority, false, \
|
||||
"ConcurrentMarkSweep thread runs at critical scheduling priority")\
|
||||
\
|
||||
/* compiler debugging */ \
|
||||
notproduct(intx, CompileTheWorldStartAt, 1, \
|
||||
"First class to consider when using +CompileTheWorld") \
|
||||
\
|
||||
notproduct(intx, CompileTheWorldStopAt, max_jint, \
|
||||
"Last class to consider when using +CompileTheWorld") \
|
||||
\
|
||||
develop(intx, NewCodeParameter, 0, \
|
||||
"Testing Only: Create a dedicated integer parameter before " \
|
||||
"putback") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue