- 21 3月, 2012 1 次提交
-
-
由 jmelvin 提交于
7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages Summary: Provide custom error messages for locked commercial feature options which are not first unlocked. Reviewed-by: dcubed, jcoomes, kamg Contributed-by: james.melvin@oracle.com
-
- 07 3月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: dholmes, minqi, kvn, coleenp
-
- 27 2月, 2012 1 次提交
-
-
由 roland 提交于
Summary: check stack alignment on VM entry on x64. Reviewed-by: kvn, never
-
- 23 2月, 2012 1 次提交
-
-
由 mgerdin 提交于
Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
-
- 17 2月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Relax the assertion to simply check for COOP mode rather than an exact address. Reviewed-by: coleenp, kvn, phh, dcubed Contributed-by: james.melvin@oracle.com
-
- 16 2月, 2012 4 次提交
- 15 2月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: 0 is a successful return from an ioctl() call Reviewed-by: dcubed, phh, dsamersoff
-
- 03 2月, 2012 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: phh, jmasa
-
- 02 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 01 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose, kevinw, brutisso, twisti, jmasa
-
- 31 1月, 2012 3 次提交
-
-
由 ohrstrom 提交于
Summary: When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached. Reviewed-by: ohair, rottenha Contributed-by: fredrik.ohrstrom@oracle.com
-
由 acorn 提交于
Summary: 7u4 new experimental flag -XX:PredictedClassLoadedCount=# Reviewed-by: dholmes, phh, dcubed
-
由 iveresov 提交于
Summary: Fix pure c2 builds Reviewed-by: kvn, brutisso, never
-
- 30 1月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov, dholmes
-
- 27 1月, 2012 2 次提交
- 26 1月, 2012 4 次提交
-
-
由 bdelsart 提交于
Summary: improvements of TraceMethodHandles for JSR292 Reviewed-by: never, twisti
-
由 jcoomes 提交于
Summary: disable UseAdaptiveSizePolicy with the CMS and ParNew Reviewed-by: johnc, brutisso
-
由 jiangli 提交于
Summary: Change InstanceKlass::_reference_type to u1 type. Reviewed-by: dholmes, coleenp, acorn Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
由 tonyp 提交于
Summary: Re-enable survivors during the initial-mark pause. Afterwards, the concurrent marking threads have to scan them and mark everything reachable from them. The next GC will have to wait for the survivors to be scanned. Reviewed-by: brutisso, johnc
-
- 25 1月, 2012 1 次提交
-
-
由 iveresov 提交于
Summary: Change the value of Tier3BackEdgeThreshold from 7000 to 60000 Reviewed-by: kvn, never
-
- 24 1月, 2012 1 次提交
-
-
由 bdelsart 提交于
Summary: improvements of frame_describe Reviewed-by: never, twisti
-
- 20 1月, 2012 1 次提交
-
-
由 jrose 提交于
Reviewed-by: dholmes, bdelsart, kvn, twisti
-
- 18 1月, 2012 1 次提交
-
-
由 bdelsart 提交于
Summary: fix for debug method frame::describe Reviewed-by: never, kvn
-
- 12 1月, 2012 2 次提交
-
-
由 dcubed 提交于
Reviewed-by: phh, bobv, coleenp, dcubed Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
由 phh 提交于
Summary: Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR. Reviewed-by: acorn, sspitsyn Contributed-by: markus.gronlund@oracle.com
-
- 09 1月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: acorn, phh, dcubed, sspitsyn
-
- 08 1月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Nested locks elimination done before lock nodes expansion by looking for outer locks of the same object. Reviewed-by: never, twisti
-
- 04 1月, 2012 1 次提交
-
-
由 phh 提交于
Summary: Add os::get_last_error(), replace getLastErrorString() by os::lasterror() in os_windows.cpp. Reviewed-by: kamg, dholmes Contributed-by: erik.gahlin@oracle.com
-
- 02 1月, 2012 1 次提交
-
-
由 phh 提交于
Summary: Add rdtsc detection and inline generation. Reviewed-by: kamg, dholmes Contributed-by: karen.kinnear@oracle.com
-
- 29 12月, 2011 1 次提交
-
-
由 jiangli 提交于
7123315: instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count should be u2 type. Summary: Change instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count to u2 type. Reviewed-by: never, bdelsart, dholmes Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 28 12月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: In os::free_memory() use mmap with the same attributes as for the heap space Reviewed-by: kvn Contributed-by: NAleksey Ignatenko <aleksey.v.ignatenko@intel.com>
-
- 22 12月, 2011 1 次提交
-
-
由 phh 提交于
Summary: Revamp class os's socket method formal args to match socket.h, insert casts in appropriate places, and copyin-copyout int*'s that s/b socklen_t*'s in jvm.cpp. Reviewed-by: coleenp, dholmes Contributed-by: erik.gahlin@oracle.com, rickard.backman@oracle.com, nils.loodin@oracle.com, markus.gronlund@oracle.com
-
- 20 12月, 2011 1 次提交
-
-
由 phh 提交于
Summary: Add Flag::external_ext()/writable_ext(), both return false. Reviewed-by: coleenp, zgu
-
- 15 12月, 2011 1 次提交
-
-
由 jmasa 提交于
Summary: Change variables representing the number of GC workers to uint from int and size_t. Change the parameter in work(int i) to work(uint worker_id). Reviewed-by: brutisso, tonyp
-
- 08 12月, 2011 1 次提交
-
-
由 vladidan 提交于
Summary: missing release barrier in Monitor::IUnlock Reviewed-by: dholmes, dice
-
- 07 12月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: UseCompressedOops is false by default on MacOS X; can still be set manually Reviewed-by: jmelvin, kvn, dholmes
-