- 01 5月, 2013 5 次提交
-
-
由 vladidan 提交于
-
由 sla 提交于
-
由 vladidan 提交于
Summary: Auto adjust number of stack guard pages on systems with large memory page size Reviewed-by: bobv, coleenp
-
由 sla 提交于
8013364: SA-JDI exceptions caused by lack of permissions on OSX should be more verbose about issue cause Reviewed-by: coleenp, rbackman
-
由 ccheung 提交于
Reviewed-by: coleenp, zgu, hseigel
-
- 30 4月, 2013 6 次提交
-
-
由 zgu 提交于
Summary: Grab and drop SR_lock to get the thread to honor the safepoint protocol Reviewed-by: dcubed, coleenp
-
由 sla 提交于
-
由 sla 提交于
Reviewed-by: coleenp, rbackman, minqi
-
由 mikael 提交于
Summary: Reserved memory had PROT_READ+PROT_WRITE access on Linux/bsd, now changed to PROT_NONE. Reviewed-by: dholmes, ctornqvi
-
由 hseigel 提交于
-
由 hseigel 提交于
Summary: Instead of terminating the VM, throw OutOfMemoryError exceptions. Reviewed-by: coleenp, dholmes
-
- 26 4月, 2013 8 次提交
-
-
由 dcubed 提交于
-
由 emc 提交于
Summary: Remove support for parsing class files with four-byte flags fields in MethodParameters attributes Reviewed-by: jrose, coleenp
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 bharadwaj 提交于
-
由 iklam 提交于
Summary: Re-use InstanceKlass::_init_lock locking ConstantPool as well. Reviewed-by: dholmes, coleenp, acorn
-
由 katleman 提交于
-
- 25 4月, 2013 5 次提交
-
-
由 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
-
由 coleenp 提交于
-
由 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
-
- 24 4月, 2013 4 次提交
-
-
由 hseigel 提交于
Summary: USe err_msg() to create a proper assertion message. Reviewed-by: twisti, coleenp, iklam
-
由 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
-
由 lana 提交于
-
- 23 4月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Lambda changes; spec 0.6.2 - remove the restriction that was added as part of recent changes made to support upcoming changes to compilation of lambda methods. Reviewed-by: dholmes, acorn
-
- 22 4月, 2013 2 次提交
- 21 4月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, rbackman Contributed-by: peter.allwin@oracle.com
-
- 20 4月, 2013 7 次提交
-
-
由 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
-
由 dcubed 提交于
-
由 dcubed 提交于
-
由 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
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
- 19 4月, 2013 1 次提交
-
-
由 bharadwaj 提交于
-