- 27 9月, 2014 2 次提交
-
-
由 iveresov 提交于
8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic Summary: Make sure MH intrinsics can be created before compiler instances Reviewed-by: kvn
-
由 coleenp 提交于
Summary: ClassLoader for array klass set to null and not the class loader of the component type. Reviewed-by: dcubed, ctornqvi
-
- 29 8月, 2014 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: gziemski, jmasa, brutisso, coleenp, tschatzl
-
- 23 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Remove check that causes the VerifyError Reviewed-by: dholmes, coleenp, acorn
-
- 13 8月, 2014 2 次提交
- 03 9月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Misplacement of #if INCLUE_CDS, typos, unnecessary C string duplication Reviewed-by: dholmes, ccheung
-
- 26 8月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Correct fix for allowing BootstrapMethods attribute with an empty bootstrap_methods table. Reviewed-by: coleenp, ctornqvi, hseigel
-
- 25 8月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Because anonymous classes are not in the system dictionary, we have to set 'unloading_occurred' based on 'CLDG::do_unloading()'. Added jtreg test. Reviewed-by: kvn, coleenp
-
- 22 8月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Cleaned up CDS to be more configurable, maintainable and extensible Reviewed-by: dholmes, coleenp, acorn, mchung
-
- 27 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
-
- 05 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Remove check that causes the VerifyError Reviewed-by: dholmes, coleenp, acorn
-
- 03 8月, 2014 2 次提交
- 01 7月, 2014 1 次提交
-
-
由 mgronlun 提交于
8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops Reviewed-by: coleenp, sspitsyn, ehelin
-
- 20 6月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Initialize host_klass while parsing the class with the other initializations. Reviewed-by: sspitsyn, stefank
-
- 12 6月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add C2 SHA intrinsics on SPARC Reviewed-by: kvn, roland Contributed-by: james.cheng@oracle.com
-
- 10 6月, 2014 1 次提交
-
-
由 asaha 提交于
Reviewed-by: lfoltan
-
- 31 5月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Add better checking for bad values. Reviewed-by: coleenp, lfoltan, mschoene
-
- 28 5月, 2014 2 次提交
- 25 10月, 2014 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dcubed, coleenp
-
- 07 7月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com
-
- 10 5月, 2014 1 次提交
-
-
由 hseigel 提交于
8036156: Limit default method hierarchy Summary: Fix protected access checks Reviewed-by: coleenp, lfoltan, acorn, ahgross
-
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 16 5月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Only prune metaspace virtual spaces at safepoint so walking them is safe outside a safepoint. Reviewed-by: mgerdin, mgronlun, hseigel, stefank
-
- 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
-
- 01 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
-
- 07 4月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Check for null method Reviewed-by: coleenp, acorn, mschoene
-
- 13 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Parse catch clause paths to ensure they end in throws Reviewed-by: dlong, acorn, kamg, ctornqvi, lfoltan
-
- 21 3月, 2014 1 次提交
-
-
由 acorn 提交于
Reviewed-by: mschoene, hseigel, lfoltan
-
- 20 3月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: checks that the attribute_length does not exceed the length of remaining data in the class file Reviewed-by: coleenp, ahgross
-
- 17 3月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Prevent ctor calls to super() and this() from avoidable code (try blocks, if stmts, etc.) Reviewed-by: coleenp, acorn, mschoene
-
- 11 9月, 2014 1 次提交
-
-
由 iveresov 提交于
8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant Summary: Throw exception if unable to compile an MH intrinsic Reviewed-by: kvn
-
- 06 9月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Add classLoader to java/lang/Class instance for fast access Reviewed-by: alanb, lfoltan, rriggs, vlivanov, twisti, jfranck
-
- 09 9月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Do not make MH intrinsics not entrant in CTW Reviewed-by: kvn, vlivanov
-
- 06 9月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Don't make compiled MH intrinsics not entrant when redefining classes Reviewed-by: kvn, vlivanov
-
- 03 9月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM. Reviewed-by: roland
-
- 27 2月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, pliden
-
- 21 2月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, mgerdin
-