- 26 4月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, twisti
-
- 24 4月, 2013 1 次提交
-
-
由 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
-
- 18 4月, 2013 1 次提交
-
-
由 brutisso 提交于
8012455: Missing time and date stamps for PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime Summary: also reviewed by: kirk@kodewerk.com, brandon@twitter.com Reviewed-by: tschatzl, stefank, johnc
-
- 13 4月, 2013 1 次提交
-
-
由 katleman 提交于
Reviewed-by: iris, mduigou, jjg
-
- 12 4月, 2013 2 次提交
-
-
由 jiangli 提交于
8012052: java/lang/invoke/6987555/Test6987555.java crashes with assert(mcs != NULL) failed: MethodCounters cannot be NULL. Summary: Skip counter decay if the MethodCounters is NULL in NonTieredCompPolicy::delay_compilation(). Reviewed-by: kvn, dholmes
-
由 vlivanov 提交于
Reviewed-by: kvn, kmo, shade
-
- 11 4月, 2013 2 次提交
- 17 4月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 16 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
-
- 15 4月, 2013 1 次提交
-
-
由 roland 提交于
Summary: missing #ifdef ASSERT Reviewed-by: kvn
-
- 13 4月, 2013 3 次提交
- 10 4月, 2013 6 次提交
-
-
由 zgu 提交于
8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started" Summary: Fixed a racing condition when shutting down NMT while worker thread is being started, also fixed a few mis-declared volatile pointers. Reviewed-by: dholmes, dlong
-
由 stefank 提交于
Reviewed-by: brutisso, jmasa
-
由 mgerdin 提交于
Summary: Refactor the CLD dependency list into a separate class. Use an ObjectLocker to synchronize additions to the CLD dependency list. Reviewed-by: stefank, coleenp
-
由 roland 提交于
Summary: loop invariant code motion may move load before store to the same field Reviewed-by: kvn
-
由 jiangli 提交于
Summary: Allocate the method's profiling related metadata until they are needed. Reviewed-by: coleenp, roland
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 09 4月, 2013 1 次提交
-
-
由 bharadwaj 提交于
8011671: JCK tests on static interface methods fail under b84: Illegal type at constant pool entry 5 Summary: Restore incorrect removal of support for static interface method verification in Java 8 Reviewed-by: kvn, coleenp
-
- 08 4月, 2013 1 次提交
-
-
由 brutisso 提交于
Summary: Allow task queues to be mmapped instead of malloced on Solaris Reviewed-by: coleenp, jmasa, johnc, tschatzl
-
- 06 4月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Fix memory leaks when NMT fails to initialize snapshot and worker thread Reviewed-by: dcubed, ccheung, rdurbin
-
- 05 4月, 2013 2 次提交
- 04 4月, 2013 3 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
-
由 neliasso 提交于
Reviewed-by: roland, kvn Contributed-by: niclas.adlertz@oracle.com
-
由 rasbold 提交于
Summary: Fix shorten_branches() to accurately count an initial nop that may be inserted in a block that starts with a safepoint. Reviewed-by: kvn
-
- 02 4月, 2013 4 次提交
-
-
由 mgerdin 提交于
Summary: Add convenience method in StringTable, add WhiteBox method and simple sanity test Reviewed-by: mgerdin, zgu Contributed-by: leonid.mesnik@oracle.com
-
由 tschatzl 提交于
Summary: Use GC_locker::is_active_and_needs_gc() instead of GC_locker::is_active() for providing information about the reason of heap expansion. Reviewed-by: jmasa, johnc
-
由 iklam 提交于
Summary: Pass utf_length parameter to UTF8::as_quoted_ascii() Reviewed-by: dcubed, minqi
-
由 jmasa 提交于
Reviewed-by: mgerdin, tschatzl, johnc, coleenp
-
- 11 4月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Move the calculation and recording of eden capacity to the start of a GC and print a detailed heap transition for full GCs. Reviewed-by: tschatzl, jmasa
-
- 30 3月, 2013 1 次提交
-
-
由 kmo 提交于
Summary: Improve EC_TRACE and RC_TRACE* to use the do-while(0) trick for statement-like macro Reviewed-by: sspitsyn, dcubed
-
- 04 4月, 2013 2 次提交
- 30 3月, 2013 1 次提交
-
-
由 roland 提交于
8010934: assert failure in c1_LinearScan.cpp: "asumption: non-Constant instructions have only virtual operands" Summary: incorrect code to skip some ArrayLength instructions in LIRGenerator Reviewed-by: kvn
-
- 01 4月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Avoid holding SystemDictionary_lock while calling Klass::remove_unshareable_info Reviewed-by: coleenp, acorn Contributed-by: ioi.lam@oracle.com
-
- 28 3月, 2013 2 次提交
-
-
由 minqi 提交于
Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away. Reviewed-by: dholmes, acorn, dcubed, jmasa Contributed-by: yumin.qi@oracle.com
-
由 zgu 提交于
8010474: [parfait] Undefined return value of the functions in hotspot/src/share/vm/services/memTracker.hpp Summary: Fixed functions that miss return values Reviewed-by: coleenp, acorn, kvn
-