mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8027915: TestParallelHeapSizeFlags fails with unexpected heap size on sparcv9
Reviewed-by: jmasa, sjohanss
This commit is contained in:
parent
633706fa4e
commit
4241d1c605
9 changed files with 89 additions and 40 deletions
|
@ -3871,6 +3871,7 @@ _JNI_IMPORT_OR_EXPORT_ jint JNICALL JNI_GetDefaultJavaVMInitArgs(void *args_) {
|
|||
unit_test_function_call
|
||||
|
||||
// Forward declaration
|
||||
void TestOS_test();
|
||||
void TestReservedSpace_test();
|
||||
void TestReserveMemorySpecial_test();
|
||||
void TestVirtualSpace_test();
|
||||
|
@ -3892,6 +3893,7 @@ void TestCodeCacheRemSet_test();
|
|||
void execute_internal_vm_tests() {
|
||||
if (ExecuteInternalVMTests) {
|
||||
tty->print_cr("Running internal VM tests");
|
||||
run_unit_test(TestOS_test());
|
||||
run_unit_test(TestReservedSpace_test());
|
||||
run_unit_test(TestReserveMemorySpecial_test());
|
||||
run_unit_test(TestVirtualSpace_test());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue