- 07 5月, 2013 2 次提交
- 02 5月, 2013 1 次提交
-
-
由 roland 提交于
Summary: remove unused parameter in dtrace macros Reviewed-by: kvn, roland Contributed-by: albert.noll@oracle.com
-
- 01 5月, 2013 3 次提交
- 30 4月, 2013 3 次提交
-
-
由 zgu 提交于
Summary: Grab and drop SR_lock to get the thread to honor the safepoint protocol Reviewed-by: dcubed, coleenp
-
由 mikael 提交于
Summary: Reserved memory had PROT_READ+PROT_WRITE access on Linux/bsd, now changed to PROT_NONE. Reviewed-by: dholmes, ctornqvi
-
由 hseigel 提交于
Summary: Instead of terminating the VM, throw OutOfMemoryError exceptions. Reviewed-by: coleenp, dholmes
-
- 29 4月, 2013 3 次提交
-
-
由 neliasso 提交于
Summary: Keep sweeping regardless of if we are flushing Reviewed-by: kvn, twisti
-
由 mgerdin 提交于
8013129: Possible deadlock with Metaspace locks due to mixed usage of safepoint aware and non-safepoint aware locking Summary: Change Metaspace::deallocate to take lock with _no_safepoint_check_flag Reviewed-by: coleenp, jmasa, dholmes
-
由 dholmes 提交于
Reviewed-by: dholmes, alanb, cjplummer, olagneau Contributed-by: NCarlos Lucasius <carlos.lucasius@oracle.com>
-
- 27 4月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Change the assert to if check as MethodCounters could be NULL under TieredCompilation. Reviewed-by: kvn, twisti
-
- 26 4月, 2013 8 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
由 emc 提交于
Summary: Remove support for parsing class files with four-byte flags fields in MethodParameters attributes Reviewed-by: jrose, coleenp
-
由 stefank 提交于
Reviewed-by: coleenp, mgerdin
-
由 brutisso 提交于
Summary: remove unused constructors and helper methods for ReservedHeapSpace and ReservedSpace Reviewed-by: mgerdin, jmasa, johnc, tschatzl
-
由 iklam 提交于
Summary: Re-use InstanceKlass::_init_lock locking ConstantPool as well. Reviewed-by: dholmes, coleenp, acorn
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
由 vlivanov 提交于
Reviewed-by: kvn, twisti
-
- 25 4月, 2013 8 次提交
-
-
由 sspitsyn 提交于
Summary: References from operands to CP entries and back must be correct after CP merge Reviewed-by: coleenp, twisti Contributed-by: serguei.spitsyn@oracle.com
-
由 dlong 提交于
Summary: refactored code to allow platform-specific differences Reviewed-by: dlong, twisti Contributed-by: NGoetz Lindenmaier <goetz.lindenmaier@sap.com>
-
由 jiangli 提交于
Summary: Change jmpb() to jmp(). Reviewed-by: coleenp, rdurbin, dcubed
-
由 coleenp 提交于
Summary: Call this function from the ClassLoaderData destructor instead of the system dictionary walk. Reviewed-by: stefank, mgerdin
-
由 zgu 提交于
Summary: Made NMT query safepoint aware. Reviewed-by: dholmes, coleenp
-
由 stefank 提交于
Reviewed-by: johnc, brutisso
-
由 johnc 提交于
Summary: In graphKit INT operations were generated to access PtrQueue::_index which has type size_t. This is 64 bit on 64-bit machines. No problems occur on little endian machines as long as the index fits into 32 bit, but on big endian machines the upper part is read, which is zero. This leads to unnecessary branches to the slow path in the runtime. Reviewed-by: twisti, johnc Contributed-by: NMartin Doerr <martin.doerr@sap.com>
-
由 mgerdin 提交于
Summary: Move initialization of dependencies to before allocation of CLD Reviewed-by: stefank, coleenp
-
- 24 4月, 2013 5 次提交
-
-
由 hseigel 提交于
Summary: USe err_msg() to create a proper assertion message. Reviewed-by: twisti, coleenp, iklam
-
由 roland 提交于
Summary: Some #ifndef PRODUCT should be #ifdef ASSERT Reviewed-by: kvn, twisti Contributed-by: Ngdub <duboscq@ssw.jku.at>
-
由 roland 提交于
Summary: Array bound check elimination's in block motion doesn't always reset its data structures from one step to the other. Reviewed-by: kvn, twisti
-
由 jiangli 提交于
8012927: 'assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range' in interpreter initialization. Summary: Change br_null_short() to br_null(). Reviewed-by: coleenp, hseigel
-
由 neliasso 提交于
Reviewed-by: kvn, roland, rbackman Contributed-by: albert.noll@oracle.com
-
- 23 4月, 2013 2 次提交
- 22 4月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: anti-delta fix for 8010992 until 8012902 can be fixed Reviewed-by: acorn, minqi, rdurbin
-
- 21 4月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, rbackman Contributed-by: peter.allwin@oracle.com
-
- 20 4月, 2013 2 次提交
-
-
由 sspitsyn 提交于
Summary: Lazily create and maintain the MemberNameTable to be able to update MemberName's Reviewed-by: coleenp, jrose, dholmes Contributed-by: serguei.spitsyn@oracle.com
-
由 minqi 提交于
Summary: disable use of global operator new and new[] which could cause unexpected exception and escape from NMT tracking. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
-