- 27 11月, 2012 2 次提交
- 20 11月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: The flags MinHeapDeltaBytes and UseNUMAInterleaving must be adjusted after the OS have adjusted the UseNUMA flag in the method os::init_2. Reviewed-by: dholmes, brutisso Contributed-by: erik.helin@oracle.com
-
- 16 11月, 2012 1 次提交
-
-
由 bharadwaj 提交于
Summary: Removed will_link and changed all calls to is_loaded(). Reviewed-by: kvn
-
- 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 3 次提交
-
-
由 minqi 提交于
Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method. Reviewed-by: kvn, twisti, sspitsyn Contributed-by: yumin.qi@oracle.com
-
由 hseigel 提交于
Summary: Remove function Klass::cast() and calls to it. Reviewed-by: dholmes, coleenp
-
由 hseigel 提交于
Summary: Check that the values specified for -XX:StringTableSize are within a certain range. Reviewed-by: dholmes, coleenp
-
- 10 11月, 2012 2 次提交
-
-
由 zgu 提交于
Summary: Fixed NMT that miscounted arena memory when it is used as value or stack object. Reviewed-by: acorn, coleenp
-
由 zgu 提交于
Summary: Allows NMT to report that JNI thread failed to detach from JVM before exiting, which leaks the JavaThread object when check:jni option is on. Reviewed-by: acorn, dholmes, coleenp, ctornqvi
-
- 09 11月, 2012 1 次提交
-
-
由 mgerdin 提交于
Summary: Reduce the amount of calls to ChunkManager verification code Reviewed-by: jmasa, coleenp
-
- 08 11月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: dll_dir can contain multiple paths, need to parse them correctly when loading agents Reviewed-by: dholmes, dlong Contributed-by: bill.pittore@oracle.com
-
- 07 11月, 2012 2 次提交
-
-
由 kvn 提交于
Summary: Added missed type check of initializing store in ConnectionGraph::find_init_values(). Reviewed-by: roland, twisti, vlivanov
-
由 coleenp 提交于
Summary: Change types of above methods and field to InstanceKlass and remove unneeded casts from the source files. Reviewed-by: dholmes, coleenp, zgu Contributed-by: harold.seigel@oracle.com
-
- 06 11月, 2012 1 次提交
-
-
由 zgu 提交于
8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp Summary: NMT should allow overlapping committed regions as long as they belong to the same reserved region Reviewed-by: dholmes, coleenp
-
- 03 11月, 2012 2 次提交
-
-
由 minqi 提交于
Summary: The old function not defined properly, need a definition for export in dll. Also changes made to let new jvm work with old hsdis. Reviewed-by: jrose, sspitsyn, kmo Contributed-by: yumin.qi@oracle.com
-
由 twisti 提交于
8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common Reviewed-by: twisti Contributed-by: NBharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
-
- 01 11月, 2012 2 次提交
- 31 10月, 2012 2 次提交
- 30 10月, 2012 2 次提交
-
-
由 sspitsyn 提交于
Summary: Fix the incorrect links in jvmti.html reported by the LinkCheck tool Reviewed-by: jjh, dholmes Contributed-by: serguei.spitsyn@oracle.com
-
由 twisti 提交于
Reviewed-by: coleenp, dholmes, twisti Contributed-by: NRoman Kennke <rkennke@redhat.com>
-
- 27 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added missed check that Load node is in processed loop block. Reviewed-by: twisti
-
- 26 10月, 2012 4 次提交
-
-
由 kvn 提交于
Summary: In case of time or iterations limit reached C2 stops EA and continue compilation without EA as it does in product VM already. Reviewed-by: twisti
-
由 coleenp 提交于
Summary: Disable -XX:+UseLargePages for MacOS X Reviewed-by: dholmes, coleenp, sla Contributed-by: harold.seigel@oracle.com
-
由 coleenp 提交于
Summary: Remove support for the UseVectoredExceptions flag Reviewed-by: jcoomes, kamg Contributed-by: harold.seigel@oracle.com
-
由 jmasa 提交于
Reviewed-by: johnc, tamao
-
- 25 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Use new x86 AES instructions for AESCrypt. Reviewed-by: twisti, kvn, roland Contributed-by: tom.deneau@amd.com
-
- 24 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: do vector right shift operation for small int types only after loads Reviewed-by: jrose, dlong
-
- 23 10月, 2012 2 次提交
- 20 10月, 2012 2 次提交
-
-
由 zgu 提交于
Summary: Enhanced virtual memory tracking to track committed regions as well as reserved regions, so NMT now can generate virtual memory map. Reviewed-by: acorn, coleenp
-
由 dlong 提交于
Summary: Allow which vector rules are supported to be decided at runtime. Also a small change to allow vector types in Type::_type_info[] to apply to more platforms. Reviewed-by: kvn, twisti Contributed-by: dean.long@oracle.com
-
- 19 10月, 2012 2 次提交
-
-
由 coleenp 提交于
Summary: Added code to write the value of the java.class.path property to the hs_err file. Reviewed-by: kmo, dholmes, kvn Contributed-by: harold.seigel@oracle.com
-
由 coleenp 提交于
Summary: The -XX:+UseVMInterruptibleIO flag is deprecated for JDK8. The flag will still enable Interruptible IO on Solaris, but users will get a warning. Reviewed-by: dholmes, acorn, alanb Contributed-by: harold.seigel@oracle.com
-
- 18 10月, 2012 2 次提交
- 17 10月, 2012 1 次提交
-
-
由 nloodin 提交于
Reviewed-by: coleenp, kamg
-
- 16 10月, 2012 1 次提交
-
-
由 johnc 提交于
Summary: Restore non-silent output of heap verification. Reviewed-by: ysr, brutisso, jmasa
-