Christian Thalinger
e622fcdc27
7188911: nightly failures after JSR 292 lazy method handle update (round 2)
...
Reviewed-by: kvn, jrose
2012-08-07 14:32:08 -07:00
Alejandro Murillo
eee7b367a1
7189729: jprt.properties should include release jdk7u8
...
Reviewed-by: jcoomes
2012-08-07 09:53:12 -07:00
Keith McGuigan
dbe25e46f3
7116786: RFE: Detailed information on VerifyErrors
...
Provide additional detail in VerifyError messages
Reviewed-by: sspitsyn, acorn
2012-08-06 15:54:45 -04:00
Brandon Mitchell
3234f913bb
6818524: G1: use ergonomic resizing of PLABs
...
Employ PLABStats instances to record information about survivor and old PLABs, and use the recorded stats to adjust the sizes of survivor and old PLABS.
Reviewed-by: johnc, ysr
2012-08-06 12:20:14 -07:00
Daniel D. Daugherty
75f8f79764
Merge
2012-08-06 09:34:40 -07:00
Volker Simonis
6c6a957121
7181175: Enable builds on Windows with MinGW/MSYS
...
This fix is the minimum number of Makefile changes to enable building HotSpot with MinGW/MSYS
Reviewed-by: jcoomes, dcubed, tbell, ohair
2012-08-03 18:34:28 -07:00
Alejandro Murillo
82446583c4
7189086: new hotspot build - hs24-b20
...
Reviewed-by: jcoomes
2012-08-03 13:24:02 -07:00
Alejandro Murillo
8651eaa785
Added tag hs24-b19 for changeset a8397f4de214
2012-08-03 13:13:43 -07:00
Alejandro Murillo
55c459b8fb
Merge
2012-08-03 13:13:42 -07:00
David Katleman
04cd1ed8a0
Added tag jdk8-b50 for changeset 91311c4d5882
2012-08-02 15:33:31 -07:00
Daniel D. Daugherty
4a848cf3e5
7188168: 7071904 broke the DEBUG_BINARIES option on Linux
...
Change DEBUG_BINARIES option logic to be more clear.
Reviewed-by: fparain, andrew
2012-08-02 14:54:14 -07:00
Zhengyu Gu
38a6055c37
Merge
2012-08-01 16:16:13 -07:00
Zhengyu Gu
9047207b09
Merge
2012-08-01 15:00:50 -07:00
Christian Thalinger
e409ee94ae
7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13
...
Reviewed-by: kvn, jrose
2012-08-01 14:44:26 -07:00
Zhengyu Gu
a13f3bdad8
7185614: NMT ON: "check by caller" assertion failed on nsk ThreadMXBean test
...
7187429: NMT ON: Merge failure should cause NMT to shutdown
Fixed NMT assertion failures
Reviewed-by: acorn, kvn
2012-08-01 17:19:30 -04:00
Vladimir Kozlov
ebeff89a89
7188227: VM should recognize M-series SPARC
...
Check kstat data for SPARC-M.
Reviewed-by: roland
2012-08-01 14:10:32 -07:00
Coleen Phillimore
d52b3a7eb7
7129723: MAC: Some regression tests need to recognize Mac OS X platform
...
Add Darwin like Linux to shell scripts
Reviewed-by: kvn, kamg, dholmes
2012-08-01 16:52:43 -04:00
Daniel D. Daugherty
7f344540be
Merge
2012-07-31 18:37:13 -07:00
Andrew John Hughes
7c357b0628
7186278: Build error after CR#6995781 / 7151532 with GCC 4.7.0
...
Templates need this object if not using template parameter in call
Reviewed-by: coleenp, kamg, dholmes
2012-07-31 16:01:56 -04:00
Vladimir Kozlov
5e05a0d592
7187454: stack overflow in C2 compiler thread on Solaris x86
...
Added new FormatBufferResource class to use thread's resource area for error message buffer.
Reviewed-by: twisti
2012-07-30 09:49:25 -07:00
Zhengyu Gu
318ce174a4
Merge
2012-07-30 07:21:15 -07:00
Zhengyu Gu
5515df5c31
7186778: MachO decoder implementation for MacOSX
...
Implementation of decoder for Apple's MacOSX. The implementation is based on the patch provided by Kevin Walls.
Reviewed-by: coleenp, kamg, kevinw
2012-07-30 10:25:52 -04:00
Jon Masamitsu
b69d120923
Merge
2012-07-27 21:41:17 -07:00
Alejandro Murillo
dafee02d32
7187463: new hotspot build - hs24-b19
...
Reviewed-by: jcoomes
2012-07-27 16:51:44 -07:00
Christian Thalinger
b9eb5785cc
7187290: nightly failures after JSR 292 lazy method handle update
...
Reviewed-by: kvn, twisti
2012-07-27 16:14:15 -07:00
Alejandro Murillo
3f2effb856
Added tag hs24-b18 for changeset bf02c20037ae
2012-07-27 12:08:33 -07:00
Alejandro Murillo
dc88d0a088
Merge
2012-07-27 12:08:32 -07:00
Jon Masamitsu
a4ee9cab5a
Merge
2012-07-26 23:43:36 -07:00
Jiangli Zhou
d75f8a04c8
Merge
2012-07-26 16:55:42 -07:00
Christine Lu
4ea3138612
Added tag jdk8-b49 for changeset 9e2de5dca700
2012-07-26 16:48:17 -07:00
Jiangli Zhou
338bf6e0b1
7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses
...
Lower compiler optimization level when compiling jvmtiClassFileReconstituter.cpp as a workaround for the solaris x86 5.10 cc bug.
Reviewed-by: kvn, coleenp
2012-07-26 17:24:31 -04:00
Jon Masamitsu
3d41dfe891
Merge
2012-07-24 14:48:58 -07:00
Christian Thalinger
12901d0e5b
7023639: JSR 292 method handle invocation needs a fast path for compiled code
...
6984705: JSR 292 method handle creation should not go through JNI
Remove assembly code for JDK 7 chained method handles
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Michael Haupt <michael.haupt@oracle.com>
Reviewed-by: jrose, twisti, kvn, mhaupt
2012-07-24 10:51:00 -07:00
Jiangli Zhou
67f97ee6eb
Merge
2012-07-24 13:16:26 -04:00
Abhijit Saha
5a456b0991
7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar
...
Reviewed-by: coleenp
2012-07-23 14:28:38 -07:00
Alejandro Murillo
893817c28d
7185775: new hotspot build - hs24-b18
...
Reviewed-by: jcoomes
2012-07-23 13:04:59 -07:00
Alejandro Murillo
5ca5cc7488
Added tag hs24-b17 for changeset bc3545585f1d
2012-07-23 12:54:21 -07:00
Alejandro Murillo
b7b568e088
Merge
2012-07-23 12:54:20 -07:00
Christine Lu
7c2cc82bb5
Added tag jdk8-b48 for changeset 16ab57e58669
2012-07-23 12:38:08 -07:00
Coleen Phillimore
f2ebc850fd
Merge
2012-07-20 12:09:31 -04:00
Vladimir Kozlov
c4a4b178ef
Merge
2012-07-19 16:17:41 -07:00
Antonios Printezis
a6580a7e63
7114678: G1: various small fixes, code cleanup, and refactoring
...
Various cleanups as a prelude to introducing iterators for HeapRegions.
Reviewed-by: johnc, brutisso
2012-07-19 15:15:54 -07:00
Zhengyu Gu
b5b29845bd
Merge
2012-07-19 06:24:46 -07:00
Zhengyu Gu
a0930ac7cd
Merge
2012-07-19 09:10:12 -04:00
Zhengyu Gu
f9083712dd
7182543: NMT ON: Aggregate a few NMT related bugs
...
1) Fixed MemTrackWorker::generations_in_used() calculation 2) Ensured NMT not to leak memory recorders after shutdown 3) Used ThreadCritical to block safepoint safe threads
Reviewed-by: acorn, coleenp, dholmes, kvn
2012-07-19 09:05:42 -04:00
Abhijit Saha
bba3260a52
7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms
...
Reviewed-by: kamg
2012-07-17 22:16:17 -07:00
Jon Masamitsu
08ea4ea9b8
Merge
2012-07-17 14:33:17 -07:00
Thomas Schatzl
7ac8896f1d
7182260: G1: Fine grain RSet freeing bottleneck
...
Chain the fine grain PerRegionTables in an individual RSet together and free them in bulk using a single operation.
Reviewed-by: johnc, brutisso
2012-07-17 12:24:05 -07:00
Brandon Mitchell
6fdfe86bbd
7184772: G1: Incorrect assert in HeapRegionLinkedList::add_as_head()
...
Assertion incorrectly checks that _head is NULL and should be checking that _tail is NULL instead.
Reviewed-by: johnc
2012-07-17 14:57:02 -07:00
John Cuthbertson
7e2522f283
7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv()
...
Duplicated code from G1RemSet::par_write_ref() inlined into G1UpdateRSOrPushRefOopClosure::do_oop_nv() was showing up in profiles with a fairly high amount of CPU time. Manually inline the main part of G1RemSet::par_write_ref() to eliminate the code duplication.
Reviewed-by: azeemj, brutisso
2012-07-17 11:52:10 -07:00