-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b156
-
x86
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174294 | 10 | Jamsheed C M | P2 | Resolved | Fixed | b01 |
Before
The goal of this bug is to emulate a client build on 32-bit Windows platforms using a standard tiered build. More specifically, the following should be performed:
- set TieredStopAtLevel to 1 by default (so that only C1 compilations are performed in the system)
- adjust tiered compilation thresholds so that in the emulated client build C1 compilation happens around the same time as in a "real" client build;
- set the size of the code cache to a value used in client builds before
- (optional) do not start C2 compiler threads in the emulated client build
- (optional) use ParallelGC instead of G1
Success criteria:
- measured memory usage with TreePostTest.java executed with -Xmx512m is < 1GB.
- backported by
-
JDK-8174294 Emulate client build on platforms with reduced virtual address space
-
- Resolved
-
- relates to
-
JDK-8173037 V [jvm.dll+0x2343fc] GraphBuilder::args_list_for_profiling+0x8c
-
- Resolved
-
-
JDK-8173038 [TESTBUG] compiler/loopopts/UseCountedLoopSafepointsTest.java fails with TESTBUG: Not server mode
-
- Resolved
-
-
JDK-8173300 [TESTBUG]compiler/tiered/NonTieredLevelsTest.java fails with compiler.whitebox.SimpleTestCaseHelper(int) must be compiled
-
- Resolved
-
-
JDK-8173679 Disable ProfileTrap code and UseRTMLocking in emulated client Win32
-
- Resolved
-
-
JDK-8175116 jtreg agentvms uses more virtual address space in langtool/test :tier1 runs
-
- Closed
-
-
JDK-8176573 Do not use FLAG_SET_ERGO to update MaxRAM for emulated client
-
- Closed
-
-
JDK-8163999 Workaround intermittent failures of TreePosTest.java due to C2 memory usage
-
- Closed
-
-
JDK-8173299 [TEST BUG]compiler/tiered/NonTieredLevelsTest.java fails with compiler.whitebox.SimpleTestCaseHelper(int) must be compiled
-
- Closed
-
-
JDK-8166648 jib make run-test for langtools results in intermittent failures on windows-x86
-
- Resolved
-
-
JDK-8167600 jib make run-test for langtools and intermittent failures on windows-x86
-
- Resolved
-
-
JDK-8168369 fix for langtools intermittent failures needs to check PRODUCT_HOME
-
- Resolved
-
-
JDK-8173896 SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
-
- Resolved
-
-
JDK-8161079 Default heap size causes native memory exhaustion on 32 bit Windows
-
- Closed
-
-
JDK-8173305 Trial reversion of langtools test changes for limited win32 address space
-
- Closed
-