- 26 9月, 2013 4 次提交
- 25 9月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: use adr_at() to access inline info structures in growableArray. Add ability to specify print inlining per method. Reviewed-by: twisti
-
- 24 9月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Allocation in the code cache returns NULL instead of failing the entire VM Reviewed-by: kvn, iveresov
-
- 23 9月, 2013 2 次提交
-
-
由 iklam 提交于
8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: coleenp, sspitsyn
-
由 dsamersoff 提交于
-
- 22 9月, 2013 2 次提交
-
-
由 dsamersoff 提交于
Summary: replace PT_LOAD segment with library segment when necessary Reviewed-by: dholmes, sla
-
由 sla 提交于
Reviewed-by: sla, dsamersoff Contributed-by: NYasumasa Suenaga <yasu@ysfactory.dip.jp>
-
- 21 9月, 2013 10 次提交
-
-
由 jiangli 提交于
-
由 dcubed 提交于
-
由 coleenp 提交于
-
由 coleenp 提交于
Summary: reference_map[] array had uninitialized junk that was causing a bogus bootstrap method to be found. Reviewed-by: hseigel, dcubed, sspitsyn
-
由 dcubed 提交于
-
由 bpittore 提交于
Summary: If SUPPORTS_NATIVE_CX8 true then supports_cx8() function hard coded to return 'true' Reviewed-by: kvn, twisti, dholmes
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 mgerdin 提交于
-
- 20 9月, 2013 4 次提交
- 19 9月, 2013 9 次提交
-
-
由 hseigel 提交于
Summary: Make sure CDS is off by default when running server compiler. Reviewed-by: dholmes, coleenp
-
由 tschatzl 提交于
-
由 tschatzl 提交于
-
由 kevinw 提交于
-
由 bdelsart 提交于
-
由 dholmes 提交于
Reviewed-by: alanb, chegar, dholmes, ksrini Contributed-by: NMike Duigou <mike.duigou@oracle.com>
-
由 iveresov 提交于
8023542: Test java/io/File/CheckPermission.java fails due to unfinished recursion (java.lang.StackOverflowError) when JIT'ed code (-client,-server) is running Summary: Move null check before klass reference materialization in checkcast Reviewed-by: kvn, roland
-
由 kevinw 提交于
-
由 zgu 提交于
-
- 18 9月, 2013 7 次提交
-
-
由 dcubed 提交于
Summary: Add -XX:+VerifyStringTableAtExit option and code to verify StringTable invariants. Reviewed-by: rdurbin, sspitsyn, coleenp
-
由 tschatzl 提交于
-
由 sgabdura 提交于
Summary: Check that the _java_thread parameter is valid when it is possible that the JavaThread has exited after the initial checks were made in generated/jvmtifiles/jvmtiEnter.cpp: jvmti_GetCurrentContendedMonitor() Reviewed-by: dcubed, dsamersoff
-
由 tschatzl 提交于
8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9 Summary: After changes in 8010722 the ergonomics for calculating the size of the heap that supports zero based compressed oops changed. This lead to the VM actually using zero based compressed oops. Due to low default HeapBaseMinAddress, the OS mapping in the application image at the same address, and limitations of the malloc implementation on Solaris this resulted in very little C heap available for the VM. So the VM immediately gives a native OOME when the machine has lots of physical memory (>=32G). The solution is to increase the HeapBaseMinAddress so that the VM has enough C heap. Reviewed-by: kvn, brutisso
-
由 tschatzl 提交于
Summary: Fix compilation error and use of an outdated VM option in the test Reviewed-by: stefank, jwilhelm
-
由 rbackman 提交于
-
由 anoll 提交于
Summary: Provide correct number of visited nmethods to Tracing Reviewed-by: kvn, iveresov
-