Bengt Rutisson
8cf98587f7
Merge
2013-02-08 10:08:40 +01:00
Vladimir Danushevsky
ac1a75df8c
Merge
2013-02-07 20:40:14 -05:00
Bill Pittore
9cad40fca6
Merge
2013-02-07 16:05:48 -05:00
Vladimir Ivanov
268a4d605c
Merge
2013-02-07 12:23:51 -08:00
Daniel D. Daugherty
d5cad58ba3
Merge
2013-02-06 15:22:32 -08:00
Volker Simonis
285249963c
8006807: C2 crash due to out of bounds array access in Parse::do_multianewarray
...
Check ndimensions before accessing length[i] element
Reviewed-by: kvn
2013-02-06 11:33:49 -08:00
John Cuthbertson
ce66b0aad0
Merge
2013-02-05 22:24:36 -08:00
John Cuthbertson
c2bb152e6c
8005032: G1: Cleanup serial reference processing closures in concurrent marking
...
Reuse the parallel reference processing oop closures during serial reference processing.
Reviewed-by: brutisso
2013-02-05 09:13:05 -08:00
Igor Ignatyev
014d9489bb
8006613: adding reason to made_not_compilable
...
Reviewed-by: kvn, vlivanov
2013-02-05 08:25:51 -08:00
David Holmes
de47c5722f
Merge
2013-02-05 00:59:40 -08:00
Coleen Phillimore
6101f88a80
Merge
2013-02-04 22:59:45 -08:00
Jeremy Manson
329bc97900
8006508: Wrong frame constructor is called in os_linux_x86.cpp
...
Reviewed-by: dholmes, coleenp
2013-02-04 23:53:10 -05:00
John Cuthbertson
ea33ae6c4d
Merge
2013-02-04 19:40:27 -08:00
Coleen Phillimore
3b65d23bc8
Merge
2013-02-04 13:51:01 -08:00
Jon Masamitsu
0b84b16b84
Merge
2013-02-04 13:26:04 -08:00
John Cuthbertson
1333948266
8001384: G1: assert(!is_null(v)) failed: narrow oop value can never be zero
...
Flush any deferred card mark before a Java thread exits.
Reviewed-by: brutisso, jmasa
2013-02-04 13:24:57 -08:00
Jon Masamitsu
e13466742d
Merge
2013-02-04 12:51:25 -08:00
Jon Masamitsu
83473ea55d
Merge
2013-02-04 12:01:07 -08:00
Volker Simonis
37d83019d0
8007475: Memory stomp with UseMallocOnly
...
Fix off-by-one error
Reviewed-by: coleenp, hseigel
2013-02-04 13:14:12 -05:00
Eric McCorkle
16990e896a
8006949: Update hotspot for MethodParameters format change
...
8006907: Hotspot should reject classfiles with multiple MethodParameters attributes
Update to Hotspot's processing of MethodParameters attributes in classfiles
Reviewed-by: coleenp, jrose
2013-02-04 13:05:32 -05:00
Harold Seigel
1831def9cc
8000968: NPG: UseCompressedKlassPointers asserts with ObjectAlignmentInBytes for > 32G CompressedOops
...
Pick a base that works for both CompressedOpps alignment and CompressedKlassPtrs alignment.
Reviewed-by: kvn, roland
2013-02-04 08:26:02 -05:00
Roland Westrelin
da5499f4ed
8007144: Incremental inlining mistakes some call sites for dead ones and doesn't inline them
...
Wrong detection for dead call sites.
Reviewed-by: kvn
2013-02-04 11:30:37 +01:00
Mikael Vidstedt
eaa663b241
8007403: Incorrect format arguments in adlparse.cpp
...
Reviewed-by: kvn, twisti
2013-02-04 10:28:39 -08:00
Roland Westrelin
f13dbb00cf
8005114: VM is crashing in ciKlass*ciObjArrayKlass::element_klass() if metaspaces are full
...
Missing test for loaded klass in c1
Reviewed-by: kvn
2013-02-04 09:11:21 +01:00
Harold Seigel
6c6a537471
Merge
2013-02-03 17:12:31 -05:00
Harold Seigel
812262d16b
7197672: There are issues with shared data on windows
...
On Windows, set rw protection on the CDS file just before removing it.
Reviewed-by: dcubed, iklam
2013-02-03 16:49:16 -05:00
Dmitry Samersoff
302a583c08
8002048: Protocol to discovery of manageable Java processes on a network
...
Introduce a protocol to discover manageble Java instances across a network subnet, JDP
Reviewed-by: sla, dfuchs
2013-02-03 22:28:08 +04:00
Christian Tornqvist
ac8a131b61
Merge
2013-02-02 08:46:48 +01:00
Christian Tornqvist
2195d1d5e4
Merge
2013-02-02 07:24:29 +01:00
Jiangli Zhou
7eb8af5534
Merge
2013-02-01 19:36:55 -08:00
Mikael Vidstedt
26b2bbe306
8007257: NPG: metaspace.cpp: Incorrect arguments in calls to err_msg
...
Fix size checks in assert and corrected some print formats. Also reviewed by vitalyd@gmail.com .
Reviewed-by: coleenp, sspitsyn
2013-02-01 17:21:53 -08:00
Christian Tornqvist
111ddcc827
8005012: Add WB APIs to better support NMT testing
...
Add WB API functions to enable better NMT testing
Reviewed-by: dholmes, zgu
2013-02-01 23:48:08 +01:00
Yumin Qi
bae6c82c7a
Merge
2013-02-01 14:42:43 -08:00
John Cuthbertson
d701ede8bb
8006894: G1: Number of marking threads missing from PrintFlagsFinal output
...
Set ConcGCThreads to the calculated number of marking threads.
Reviewed-by: jmasa, ysr
2013-02-01 13:17:04 -08:00
Jiangli Zhou
7cadb57785
Merge
2013-02-01 15:25:37 -05:00
Harold Seigel
a2966dd62d
8006298: Specifying malformed JFR options (-XX:+FlightRecorderOptions) outputs non-sensical error
...
Change error messages for malformed options so the messages are more useful.
Reviewed-by: mikael, kvn, nloodin
2013-02-01 14:14:54 -05:00
Serguei Spitsyn
932c29e08e
8006731: JSR 292: the VM_RedefineClasses::rewrite_cp_refs_in_method() must support invokedynamic
...
The invokedynamic bytecode ref to a CP entry needs to be checked and fixed as well.
Reviewed-by: coleenp, twisti
2013-01-31 20:11:14 -08:00
Serguei Spitsyn
da8ccb9375
8006546: JSR 292: typos in the ConstantPool::copy_cp_impl()
...
Simple typos that need to be fixed
Reviewed-by: coleenp, twisti
2013-01-31 20:09:16 -08:00
Serguei Spitsyn
823c749bd1
8006542: JSR 292: the VM_RedefineClasses::append_entry() must support invokedynamic entry kinds
...
Need a support for invokedynamic entry kinds when new and old constant pools are merged.
Reviewed-by: coleenp, twisti
2013-01-31 20:07:18 -08:00
John Cuthbertson
7d2ccf3a21
8005875: G1: Kitchensink fails with ParallelGCThreads=0
...
Check that the concurrent marking worker gang exists in ConcurrentMark::print_worker_threads_on(). Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>.
Reviewed-by: brutisso
2013-01-31 10:45:09 -08:00
Stefan Karlsson
e8860a177b
8004710: NPG: jmap could throw sun.jvm.hotspot.types.WrongTypeException after PermGen removal
...
When calculating live object regions, make sure that the alignment reserve, at the end of a TLAB, is excluded.
Reviewed-by: jmasa, brutisso
2013-01-29 10:51:33 +01:00
Karen Kinnear
733d5fdd65
Merge
2013-01-28 09:33:55 -08:00
Bharadwaj Yadavelli
cb255a0269
8004967: Default method cause VerifyError: Illegal use of nonvirtual
...
Recognize VM generated method in old verifier
Reviewed-by: acorn, coleenp
2013-01-28 10:55:30 -05:00
Karen Kinnear
b28f16c910
Merge
2013-01-28 10:34:07 -05:00
Jesper Wilhelmsson
2447f369f6
6348447: Specifying -XX:OldSize crashes 64-bit VMs
...
Heap size will be set to allow for OldSize to fit. Also reviewed by vitalyd@gmail.com
Reviewed-by: ehelin, jmasa
2013-01-28 15:41:45 +01:00
Karen Kinnear
3f92d0764c
Merge
2013-01-27 21:58:34 -05:00
Dean Long
0a2347e0ba
Merge
2013-01-27 01:07:09 -08:00
Morris Meyer
7d8f623180
6518907: cleanup IA64 specific code in Hotspot
...
Removed unused IA64 specific code
Reviewed-by: twisti, kvn, dholmes
2013-01-25 16:50:33 -08:00
Morris Meyer
6c80586b40
8005811: Turn off TierdCompilation in JDK8 trunk for all platforms
...
Disable tiered compilation in jdk8 because of CodeCache and performance anomalies
Reviewed-by: kvn, twisti
2013-01-25 16:31:47 -08:00
Igor Ignatyev
1a9e6be809
8005439: no message about inline method if it specifed by CompileCommand
...
Reviewed-by: kvn, vlivanov
2013-02-01 03:02:01 -08:00