- 04 3月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, jmasa
-
- 27 2月, 2013 2 次提交
-
-
由 simonis 提交于
Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files. Reviewed-by: coleenp, stefank, dholmes
-
由 mikael 提交于
Summary: Corrected formatted prints to have matching arguments, removed dead print_frame_layout function Reviewed-by: sla, dholmes
-
- 15 2月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: This is a fix of an initialization mistake for class AdaptiveSizePolicy. Reviewed-by: jmasa Contributed-by: NTao Mao <tao.mao@oracle.com>
-
- 12 2月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: allocate method annotations and attach to ConstMethod if present Reviewed-by: dcubed, jiangli, sspitsyn, iklam
-
- 04 2月, 2013 2 次提交
-
-
由 hseigel 提交于
8000968: NPG: UseCompressedKlassPointers asserts with ObjectAlignmentInBytes for > 32G CompressedOops Summary: Pick a base that works for both CompressedOpps alignment and CompressedKlassPtrs alignment. Reviewed-by: kvn, roland
-
由 hseigel 提交于
Summary: On Windows, set rw protection on the CDS file just before removing it. Reviewed-by: dcubed, iklam
-
- 02 2月, 2013 2 次提交
- 28 1月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: Heap size will be set to allow for OldSize to fit. Also reviewed by vitalyd@gmail.com Reviewed-by: ehelin, jmasa
-
- 26 1月, 2013 1 次提交
-
-
由 acorn 提交于
Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions) Reviewed-by: coleenp, hseigel, sla, acorn Contributed-by: ioi.lam@oracle.com
-
- 24 1月, 2013 2 次提交
- 18 1月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: coleenp
-
- 17 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro. Reviewed-by: dholmes, coleenp, mikael, kvn
-
- 16 1月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Changed words to bytes, and added usage percentage information Reviewed-by: coleenp, twisti Contributed-by: ioi.lam@oracle.com
-
- 15 1月, 2013 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: ysr, johnc, jwilhelm
-
- 09 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Save the alignment when writing the CDS and compare it when reading the CDS. Reviewed-by: kvn, coleenp
-
- 08 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Map memory only once to prevent 'already mapped' failures. Reviewed-by: acorn, zgu
-
- 04 1月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: johnc
-
- 30 12月, 2012 1 次提交
-
-
由 brutisso 提交于
8005396: Use ParNew with only one thread instead of DefNew as default for CMS on single CPU machines Reviewed-by: jmasa, jcoomes
-
- 03 1月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Remove bit-rotten ValidateMarkSweep functionality and flag. Reviewed-by: johnc, jmasa Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 27 12月, 2012 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: coleenp
-
- 21 12月, 2012 1 次提交
-
-
由 katleman 提交于
Reviewed-by: ohair
-
- 18 12月, 2012 1 次提交
-
-
由 stefank 提交于
8005108: NPG: MetaspaceAux::used_in_bytes(), capacity_in_bytes() and reserved_in_bytes() return inconsistent numbers Summary: Reverted the changes to these functions from JDK-8000662 Reviewed-by: brutisso, jmasa
-
- 17 12月, 2012 1 次提交
-
-
由 brutisso 提交于
8004845: Catch incorrect usage of new and delete during compile time for value objects and stack objects Summary: Makes the "new" and "delete" operator of _ValueObj and StackObj private Reviewed-by: dholmes, coleenp Contributed-by: erik.helin@oracle.com
-
- 04 12月, 2012 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: johnc, coleenp
-
- 30 11月, 2012 2 次提交
- 29 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Make metaspace::contains be lock free and used to see if something is in metaspace, also compare Method* with vtbl pointer. Reviewed-by: dholmes, sspitsyn, dcubed, jmasa
-
- 28 11月, 2012 2 次提交
- 27 11月, 2012 3 次提交
-
-
由 stefank 提交于
Reviewed-by: dholmes, rbackman, coleenp
-
由 stefank 提交于
Summary: Pass down a closure during root scanning to keep the class of the method alive. Reviewed-by: coleenp, jcoomes
-
由 coleenp 提交于
Summary: Add a few more this->qualifications. Reviewed-by: coleenp, dholmes Contributed-by: duboscq@ssw.jku.at
-
- 15 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Qualify calls with this pointers to make gcc accept this code. Reviewed-by: coleenp, andrew Contributed-by: peter.levart@gmail.com
-
- 13 11月, 2012 1 次提交
-
-
由 hseigel 提交于
Summary: Remove function Klass::cast() and calls to it. Reviewed-by: dholmes, coleenp
-
- 09 11月, 2012 1 次提交
-
-
由 mgerdin 提交于
Summary: Reduce the amount of calls to ChunkManager verification code Reviewed-by: jmasa, coleenp
-
- 31 10月, 2012 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: johnc, jcoomes, ysr
-
- 26 10月, 2012 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: johnc, tamao
-