Lana Steuck
de50ec6f3f
Merge
2012-08-27 10:59:13 -07:00
Lana Steuck
47b747e08c
Merge
2012-08-27 10:58:40 -07:00
Lana Steuck
b78fd98dc7
Merge
2012-08-27 10:55:57 -07:00
Lana Steuck
52dccdcb9e
Merge
2012-08-27 10:54:30 -07:00
Vladimir Kozlov
f0d08c04f1
7148109: C2 compiler consumes too much heap resources
...
Add split_arena to allocate temporary arrays in PhaseChaitin::Split() and free them on method's exit.
Reviewed-by: twisti
2012-08-27 09:46:38 -07:00
Jan Lahoda
398a74ffa0
7192068: (javac) provide a way for IDEs to produce Enclosing Method attributes
...
Reviewed-by: jjg
2012-08-27 07:21:46 -07:00
Weijun Wang
66f06a99dc
7152121: Krb5LoginModule no longer handles keyTabNames with "file:" prefix
...
Reviewed-by: mullan
2012-08-27 10:23:43 +08:00
Mandy Chung
9108824515
7193339: Prepare system classes be defined by a non-null module loader
...
Reviewed-by: alanb, dholmes, dsamersoff, sspitsyn, psandoz
2012-08-24 22:55:49 -07:00
Daniel D. Daugherty
2ec592f290
Merge
2012-08-24 19:45:42 -07:00
Alejandro Murillo
2271c9dfad
7194004: new hotspot build - hs24-b22
...
Reviewed-by: jcoomes
2012-08-24 16:23:59 -07:00
Alejandro Murillo
da2de44d1a
Added tag hs24-b21 for changeset 2ab6bbc9883c
2012-08-24 15:51:20 -07:00
Alejandro Murillo
08e886940b
Merge
2012-08-24 15:51:19 -07:00
Christian Thalinger
80ceb641ad
Merge
2012-08-24 15:41:39 -07:00
Kurchi Subhra Hazra
54f3f7f7ed
7168172: (fs) Files.isReadable slow on Windows
...
Remove DACL checking for read access, also reviewed by Ulf.Zibis@CoSoCo.de , zhong.j.yu@gmail.com
Reviewed-by: alanb
2012-08-24 11:48:51 -07:00
Christian Thalinger
2509329d59
Merge
2012-08-24 11:48:32 -07:00
Alan Bateman
ccd9f0ffaa
7193933: More ProblemList.txt updates (8/2012)
...
Reviewed-by: darcy, chegar
2012-08-24 19:35:30 +01:00
Naoto Sato
2d1e211a10
7193601: Build breakage with the fix to 6336885 (build-infra build)
...
Reviewed-by: mduigou
2012-08-24 10:13:58 -07:00
Anthony Petrov
ed711d4ca7
7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
...
Constrain window dimensions with screen bounds and GL_MAX_TEXTURE_SIZE
Reviewed-by: art, serb
2012-08-24 14:58:04 +04:00
Bengt Rutisson
74cef1447a
Merge
2012-08-24 09:45:08 +02:00
Sean Chou
a1e20b1d0a
7193169: The code example in javadoc of Component.java misses 'implements' keyword
...
Reviewed-by: anthony
2012-08-24 11:35:51 +08:00
David Katleman
25fe6a4c37
Added tag jdk8-b53 for changeset f7a4c716de5d
2012-08-23 12:27:59 -07:00
David Katleman
428409a29b
Added tag jdk8-b53 for changeset 08dbb62358cb
2012-08-23 12:27:49 -07:00
David Katleman
5099c5a4d0
Added tag jdk8-b53 for changeset c45e8803a82b
2012-08-23 12:27:44 -07:00
David Katleman
badee55a59
Added tag jdk8-b53 for changeset e18b2f956052
2012-08-23 12:27:41 -07:00
David Katleman
17a596280e
Added tag jdk8-b53 for changeset 441121a0bcde
2012-08-23 12:27:33 -07:00
David Katleman
489be4fd9b
Added tag jdk8-b53 for changeset 7953230add35
2012-08-23 12:27:28 -07:00
David Katleman
abfcb95722
Added tag jdk8-b53 for changeset ead6122c3c52
2012-08-23 12:27:22 -07:00
Vladimir Kozlov
fbcc3da64f
7192965: assert(is_aligned_sets(size)) failed: mask is not aligned, adjacent sets
...
Change pair check to vector check in RA bias coloring code.
Reviewed-by: jrose, twisti
2012-08-23 09:13:16 -07:00
Andrew John Hughes
7e51cd125d
7192804: Build should not install jvisualvm man page for OpenJDK
...
OpenJDK builds don't ship VisualVM so shouldn't ship its man page either.
Reviewed-by: dholmes
2012-08-23 15:42:23 +01:00
Jason T Greene
3800b44b13
7191587: (se) SelectionKey.interestOps does not defer changing the interest set to the next select [macosx]
...
Reviewed-by: alanb
2012-08-23 13:07:08 +01:00
Frank Ding
cd118009c8
7193463: Improve registering signal handlers in java.lang.Terminator.setup()
...
Reviewed-by: dholmes, alanb
2012-08-23 16:28:17 +08:00
Bengt Rutisson
68bbfe24e7
7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
...
Also reviewed by vitalyd@gmail.com . Introduced the WorkerDataArray class. Fixed some minor logging bugs.
Reviewed-by: johnc, mgerdin
2012-08-23 10:21:12 +02:00
Bengt Rutisson
6dbe18d702
7193157: G1: Make some develpflags available in product builds
...
Also reviewed by: vitalyd@gmail.com . Make G1DefaultMinNewGenPercent, G1DefaultMaxNewGenPercent, G1OldCSetRegionLiveThresholdPercent and G1OldCSetRegionThresholdPercent experimental flags
Reviewed-by: ysr, johnc, jmasa
2012-08-23 05:25:59 +02:00
David Holmes
1193ef2418
6776941: Improve thread pool shutdown
...
Reviewed-by: dl, skoivu
2012-08-22 21:40:19 -04:00
Kumar Srinivasan
2414c54cc1
7200500: Launcher better input validation
...
Reviewed-by: darcy, jjh, mschoene
2012-10-16 10:56:25 -07:00
Kumar Srinivasan
f9122bd3fd
7200499: Better data validation for options
...
Reviewed-by: darcy, jjh, mschoene
2012-10-16 16:38:38 -07:00
Kumar Srinivasan
ef7ede903e
7186946: Refine unpacker resource usage
...
Reviewed-by: jrose, jjh, mschoene
2012-10-16 12:38:29 -07:00
Kumar Srinivasan
0c4da1ece1
7186957: Improve Pack200 data validation
...
Reviewed-by: jrose, jjh, mschoene
2012-10-16 12:35:22 -07:00
Kumar Srinivasan
1ee5b4509e
7186945: Unpack200 improvement
...
Reviewed-by: jrose, jjh, mschoene
2012-10-16 12:29:10 -07:00
Pavel Porvatov
e2a34e4d9e
7186948: Improve Swing data validation
...
Reviewed-by: art, ahgross
2012-10-16 14:13:39 +04:00
Sergey Malenkov
c4f31fd22e
7200493: Improve cache handling
...
Reviewed-by: art, ahgross
2012-10-15 19:00:13 +04:00
Xue-Lei Andrew Fan
f36ef09388
7192393: Better Checking of order of TLS Messages
...
Also reviewed by Andrew Gross<Andrew.Gross@Oracle.COM>
Reviewed-by: weijun
2012-10-15 07:42:18 -07:00
Anthony Petrov
69a6be0305
7173145: Improve in-memory representation of splashscreens
...
Reviewed-by: bae, mschoene
2012-10-12 15:51:44 +04:00
Vladimir Kozlov
cbfca3259c
7192963: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
...
Fixed Pack node generation. Not vectorize shift instructions if count is not the same for all shifts and if count is vector.
Reviewed-by: twisti
2012-08-22 11:55:40 -07:00
Roland Westrelin
405f5a75cd
7171824: assert(_offset >= 1) failed: illegal call to offset()
...
C1 value numbering hits unloaded klass.
Reviewed-by: kvn, twisti
2012-08-22 14:29:57 +02:00
Staffan Larsen
6d8fa095b3
7192916: Hotspot development launcher should use DYLD_LIBRARY_PATH on OS X
...
Reviewed-by: dholmes, dsamersoff, nloodin
2012-08-22 10:01:51 +02:00
Daniel D. Daugherty
5a47de8e75
Merge
2012-08-21 19:25:20 -07:00
Vladimir Kozlov
ef4102148a
7192964: assert(false) failed: bad AD file
...
Shifts with loop variant counts "a[i]=1<<b[i];" should not be vectorized since hw does not support it.
Reviewed-by: twisti
2012-08-21 14:50:02 -07:00
John Cuthbertson
61493cd92e
7185699: G1: Prediction model discrepancies
...
Correct the result value of G1CollectedHeap::pending_card_num(). Change the code that calculates the GC efficiency of a non-young heap region to use historical data from mixed GCs and the actual number of live bytes when predicting how long it would take to collect the region. Changes were also reviewed by Thomas Schatzl.
Reviewed-by: azeemj, brutisso
2012-08-21 14:10:39 -07:00
Naoto Sato
73ff23b7f7
6336885: RFE: Locale Data Deployment Enhancements
...
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o packaging changes. by Naoto Sato and Masayoshi Okutsu)
Reviewed-by: erikj, sherman, peytoia
2012-08-21 11:00:30 -07:00