- 25 10月, 2013 2 次提交
-
-
由 hseigel 提交于
8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected type.java.lang.OutOfMemoryError: Compressed class space Summary: Incorporate chunk size when seeing if OutOfMemoryError was caused by Metaspace or Compressed class space. Reviewed-by: stefank, coleenp
-
由 iklam 提交于
Summary: Use hard-coded DEFAULT_MAIN_THREAD_STACK_PAGES = 2048 for 10.9 Reviewed-by: dcubed, iveresov Contributed-by: gerard.ziemski@oracle.com
-
- 24 10月, 2013 1 次提交
-
-
由 farvidsson 提交于
Summary: Rewrite of the getLoadedClasses() method implementation to include anonymous classes. Reviewed-by: coleenp, sspitsyn
-
- 23 10月, 2013 6 次提交
-
-
由 farvidsson 提交于
Summary: Fixes a bug with vmArgs when using JDKToolLauncher Reviewed-by: sla, dholmes
-
由 hseigel 提交于
-
由 iklam 提交于
-
由 iklam 提交于
Summary: Revert changes in JDK-8008962 Reviewed-by: coleenp, sspitsyn
-
由 hseigel 提交于
Summary: Created simple regression test for the bug Reviewed-by: hseigel, lfoltan, zgu Contributed-by: mikhailo.seledtsov@oracle.com
-
由 hseigel 提交于
Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object. With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE. Reviewed-by: acorn, dholmes Contributed-by: lois.foltan@oracle.com
-
- 22 10月, 2013 2 次提交
- 20 10月, 2013 1 次提交
-
-
由 dsamersoff 提交于
8026930: In ManagementAgent.start it should be possible to set the jdp.name parameter (hotspot part) Summary: Pass one more property from Agent to JdpController Reviewed-by: jbachorik, sla
-
- 19 10月, 2013 5 次提交
- 18 10月, 2013 6 次提交
-
-
由 dsamersoff 提交于
-
由 acorn 提交于
Reviewed-by: dcubed, kamg
-
由 iveresov 提交于
-
由 dsamersoff 提交于
-
由 cl 提交于
-
由 sla 提交于
-
- 17 10月, 2013 10 次提交
-
-
由 erikj 提交于
Reviewed-by: dholmes, sla
-
由 jmasa 提交于
Reviewed-by: jcoomes, tamao, tschatzl, stefank
-
由 dsamersoff 提交于
8005810: Update Hotspot Serviceability Agent for Method Parameter Reflection and Generic Type Signature Data Summary: Hotspot was updated to store method parameter reflection and generic type signature data at runtime. Serviceability agent support was updated for this data Reviewed-by: coleenp, minqi, sla Contributed-by: eric.mccorkle@oracle.com
-
由 dsamersoff 提交于
Summary: Coredump store memsz elf field rounded up to page Reviewed-by: dholmes, sla
-
由 stefank 提交于
Reviewed-by: coleenp, mgerdin
-
由 stefank 提交于
Reviewed-by: mgerdin, coleenp
-
由 hseigel 提交于
-
由 ccheung 提交于
-
由 hseigel 提交于
Summary: Added check for NULL prior to continuation of method look up to avoid runtime crash during look up of Object's superclass' methods. Reviewed-by: coleenp, hseigel Contributed-by: lois.foltan@oracle.com
-
由 iveresov 提交于
8009303: Tiered: incorrect results in VM tests stringconcat with -Xcomp -XX:+DeoptimizeALot on solaris-amd64 Summary: Do memory flow analysis in string concat optimizier to exclude cases when computation of arguments to StringBuffer::append has side effects Reviewed-by: kvn, twisti
-
- 16 10月, 2013 3 次提交
-
-
由 simonis 提交于
Reviewed-by: sla, kamg
-
由 tschatzl 提交于
Summary: The change JDK-7163191 changed the data layout of a class that is referenced by the java code of the SA agent. This fix synchronizes the SA agent with that change. Reviewed-by: sla, mgerdin
-
由 farvidsson 提交于
Summary: Re-factored some code handling return values and fails/errors during tool execution. Reviewed-by: sla, kevinw Contributed-by: fredrik.arvidsson@oracle.com
-
- 15 10月, 2013 4 次提交
-
-
由 dcubed 提交于
Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root. Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
-
由 stefank 提交于
Reviewed-by: coleenp, jmasa
-
由 stefank 提交于
Reviewed-by: coleenp, jmasa
-
由 stefank 提交于
-