- 16 6月, 2015 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: coleenp, sspitsyn
-
- 25 6月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Fix up GPL headers so that the RE script works. Reviewed-by: stefank, dholmes, coleenp
-
- 30 4月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: stuefe, dsamersoff, dcubed
-
- 25 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
-
- 21 1月, 2015 1 次提交
-
-
由 goetz 提交于
Reviewed-by: ctornqvi, fzhinkin, farvidsson
-
- 12 12月, 2014 1 次提交
-
-
由 mseledtsov 提交于
8067232: [TESTBUG] runtime/CheckEndorsedAndExtDirs/EndorsedExtDirs.java fails with ClassNotFoundException Summary: Added explicit build instructions for test library Reviewed-by: minqi, mchung, jiangli
-
- 03 12月, 2014 1 次提交
-
-
由 mchung 提交于
Reviewed-by: hseigel, ccheung
-
- 27 11月, 2014 1 次提交
-
-
由 minqi 提交于
Summary: Unsafe is not recommended and may deprecated in future. Added a WhiteBox API to get VM page size. Reviewed-by: dholmes, ccheung, mseledtsov Contributed-by: yumin.qi@oracle.com
-
- 05 12月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: in FileMapInfo::fail_continue do not set UseSharedSpaces = false Reviewed-by: dholmes, ccheung
-
- 20 11月, 2014 1 次提交
-
-
由 mchung 提交于
Reviewed-by: coleenp, ccheung
-
- 15 11月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Signed bitfield size y can only have (1 << y)-1 values. Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
-
- 12 11月, 2014 1 次提交
-
-
由 ctornqvi 提交于
8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java Summary: Fixed an issue when overflowing the MallocSite hash table bucket Reviewed-by: coleenp, gtriantafill
-
- 06 11月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Reviewed-by: ctornqvi, coleenp
-
- 07 5月, 2015 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: coleenp, dsimms
-
- 22 10月, 2014 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: coleenp, sspitsyn, jfranck
-
- 27 9月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: ClassLoader for array klass set to null and not the class loader of the component type. Reviewed-by: dcubed, ctornqvi
-
- 25 9月, 2014 1 次提交
-
-
由 coleenp 提交于
8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms Summary: The assert was firing for NMT_Off and minimal too even though the size isn't used. Reviewed-by: gtriantafill, dholmes
-
- 17 9月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Reviewed-by: lfoltan, hseigel
-
- 19 9月, 2014 1 次提交
-
-
由 mseledtsov 提交于
Summary: Copied CDS tests from jdk-9 to jdk8u40 Reviewed-by: ccheung, dholmes
-
- 28 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Disable the test until related Java launcher change reaches promotion build Reviewed-by: ctornqvi, gtriantafill
-
- 23 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Remove check that causes the VerifyError Reviewed-by: dholmes, coleenp, acorn
-
- 22 8月, 2014 4 次提交
-
-
由 gtriantafill 提交于
8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running Reviewed-by: ctornqvi, zgu, hseigel
-
由 gtriantafill 提交于
Reviewed-by: ctornqvi, sla
-
由 gtriantafill 提交于
Reviewed-by: ctornqvi, zgu
-
由 gtriantafill 提交于
8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available Reviewed-by: ctornqvi, hseigel
-
- 19 8月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Summary: disable failing test Reviewed-by: ctornqvi, zgu
-
- 04 9月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Summary: enable tests for NMT2 Reviewed-by: ctornqvi, zgu
-
- 19 8月, 2014 1 次提交
-
-
由 zgu 提交于
8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests Summary: Handled CDS mapping region and added test for the scenario Reviewed-by: coleenp, ctornqvi
-
- 13 8月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Summary: The new NMT2 tests got lost on the way into jdk9 yesterday, this change adds them. Reviewed-by: coleenp, zgu, ctornqvi
-
- 27 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation. Reviewed-by: ctornqvi, zgu Contributed-by: NGeorge Triantafillou <george.triantafillou@oracle.com>
-
- 19 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: keep a list of handlers to prevent the same handler from being scanned repeatedly. Reviewed-by: dlong, dholmes
-
- 31 10月, 2014 1 次提交
-
-
由 ccheung 提交于
8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize Summary: estimate the minimum required size for the misc code region and check if the specified misc code region size meets the minimum size requirement Reviewed-by: jiangli, dholmes
-
- 05 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Remove check that causes the VerifyError Reviewed-by: dholmes, coleenp, acorn
-
- 15 9月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, tschatzl
-
- 13 6月, 2014 1 次提交
-
-
由 dcubed 提交于
Summary: Added a new header waiting pattern to catch the case where the target thread waiting on a condition (like a VM op); several other test improvements Reviewed-by: sspitsyn, dholmes
-
- 04 6月, 2014 1 次提交
-
-
由 dcubed 提交于
Summary: Add a !owner check for 'waiting to lock' to catch current_pending_monitor corner cases. Reviewed-by: dholmes, sspitsyn, kmo, zgu Contributed-by: rednaxelafx@gmail.com, zhengyu.gu@oracle.com, daniel.daugherty@oracle.com
-
- 29 10月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Reviewed-by: coleenp, hseigel
-
- 25 10月, 2014 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dcubed, coleenp
-
- 15 5月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero. Reviewed-by: coleenp, hseigel
-
- 10 9月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Reviewed-by: ctornqvi, lfoltan
-