Phil Race
ae06d053cb
8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
...
Reviewed-by: bae, srl
2013-04-26 15:06:51 -07:00
Jiangli Zhou
ffaac42580
Merge
2013-04-26 14:41:10 -07:00
Michael Fang
e3d2e3af08
Merge
2013-04-26 14:16:23 -07:00
Xueming Shen
115e610026
8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters
...
Updated GroupCurly.match0() to backtrack correctly
Reviewed-by: mchung
2013-04-26 13:59:10 -07:00
Jiangli Zhou
b769cd296f
Merge
2013-04-26 16:58:18 -04:00
Jiangli Zhou
955b42848e
8013036: vm/runtime/simpleThresholdPolicy.cpp: assert(mcs != NULL)
...
Change the assert to if check as MethodCounters could be NULL under TieredCompilation.
Reviewed-by: kvn, twisti
2013-04-26 16:21:03 -04:00
Alexander Harlap
4d86bd3503
8011152: Precision problems on sflt builds
...
Need to add global flag to the linker
Reviewed-by: tbell, dholmes
2013-04-26 15:54:12 -04:00
Bharadwaj Yadavalli
2c55e61e3a
Merge
2013-04-26 14:50:23 -04:00
James Laskey
0a036d8c65
8013360: Should be using JavaFX 8 classes for -fx support
...
Reviewed-by: hannesw, sundar
2013-04-26 15:13:09 -03:00
John Cuthbertson
fefd60fcfd
8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class]
...
System.getProperty("test.java.opts") can return NULL, which gets converted to to the empty string, and the child java command then interprets that as the name of the main class.
Reviewed-by: jmasa, brutisso
2013-04-26 10:57:57 -07:00
Bharadwaj Yadavalli
32b042e285
Merge
2013-04-26 10:52:26 -07:00
Athijegannathan Sundararajan
cae93c2746
8013369: nashorn build failure with jdk8 b84
...
Reviewed-by: hannesw
2013-04-26 22:29:11 +05:30
Michael Fang
558bfb0deb
Merge
2013-04-26 09:19:58 -07:00
Daniel D. Daugherty
6a4aa00cc1
Merge
2013-04-26 08:40:24 -07:00
Hannes Wallnöfer
65661628af
8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration
...
Reviewed-by: attila, sundar, jlaskey
2013-04-26 17:35:40 +02:00
Vladimir Ivanov
ddcc43f4b5
Merge
2013-04-26 08:33:39 -07:00
Vicente Romero
4c481aa87c
8010304: javac should detect all mutable implicit static fields in langtools using a plugin
...
Reviewed-by: jjg
2013-04-26 15:59:39 +01:00
Vladimir Kravets
4693d6568d
8012586: [x11] Modal dialogs for fullscreen window may show behind its owner
...
Use the _NET_WM_WINDOW_TYPE_DIALOG type for owned windows
Reviewed-by: anthony, art, serb
2013-04-26 18:48:11 +04:00
Igor Ignatyev
25dd2eda88
8012322: Tiered: CompilationPolicy::can_be_compiled(CompLevel_all) mistakenly return false
...
Reviewed-by: kvn, vlivanov
2013-04-26 07:21:41 -07:00
Athijegannathan Sundararajan
b165a1a882
8013337: Issues with Date.prototype's get, set functions
...
Reviewed-by: jlaskey, hannesw, lagergren
2013-04-26 18:31:42 +05:30
James Laskey
806256d657
8013208: Octane performance regression
...
Reviewed-by: hannesw, sundar
2013-04-26 09:48:41 -03:00
Eric McCorkle
287d1c2caa
8007154: Remove support for u4 MethodParameter flags fields
...
Remove support for parsing class files with four-byte flags fields in MethodParameters attributes
Reviewed-by: jrose, coleenp
2013-04-26 07:34:02 -04:00
Vicente Romero
a20460d6cb
8008562: javac, a refactoring to Bits is necessary in order to provide a change history
...
Reviewed-by: mcimadamore
2013-04-26 10:17:01 +01:00
Vicente Romero
625f8df5f5
8012723: strictfp interface misses strictfp modifer on default method
...
Reviewed-by: mcimadamore
2013-04-26 10:04:01 +01:00
Stefan Karlsson
ad20a6bd76
8013160: NPG: Remove unnecessary mark stack draining after CodeCache::do_unloading
...
Reviewed-by: coleenp, mgerdin
2013-04-26 10:40:36 +02:00
Bengt Rutisson
a6a565abdf
8012915: ReservedSpace::align_reserved_region() broken on Windows
...
Remove unused constructors and helper methods for ReservedHeapSpace and ReservedSpace
Reviewed-by: mgerdin, jmasa, johnc, tschatzl
2013-04-26 09:53:22 +02:00
Andrew Brygin
4c3a6867ec
8012601: Better validation of image layouts
...
Reviewed-by: prr
2013-04-26 11:46:50 +04:00
Alejandro Murillo
94ea3eeac2
8013227: new hotspot build - hs25-b31
...
Reviewed-by: jcoomes
2013-04-26 00:40:22 -07:00
Alejandro Murillo
dcb3f25f45
Added tag hs25-b30 for changeset 18be17ecfd6c
2013-04-26 00:29:12 -07:00
Alejandro Murillo
70e4fcb88c
Merge
2013-04-26 00:29:11 -07:00
Attila Szegedi
08a8593cd6
8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself
...
Reviewed-by: hannesw, sundar
2013-04-26 09:20:37 +02:00
Athijegannathan Sundararajan
76c993b302
8013295: ScriptEngineTest.java fails with compilation error when running under jtreg
...
Reviewed-by: attila, hannesw
2013-04-26 12:17:11 +05:30
Jonathan Gibbons
2c4b48dced
8013256: javac test failing after Lambda changes to java.util.List
...
Reviewed-by: mduigou
2013-04-25 17:45:36 -07:00
Phil Race
7228a89038
8012421: Better positioning of PairPositioning
...
Reviewed-by: srl, mschoene, vadim
2013-04-25 16:49:54 -07:00
Chris Hegarty
22126efe5a
Merge
2013-06-10 10:38:33 +01:00
Chris Hegarty
183dad0217
Merge
2013-05-31 10:34:25 +01:00
Chris Hegarty
a5477b8630
Merge
2013-05-23 12:58:51 +01:00
Chris Hegarty
c8b6b35f12
Merge
2013-05-16 11:47:51 +01:00
Chris Hegarty
6983122cde
Merge
2013-05-08 11:22:25 +01:00
Chris Hegarty
ca95b12d35
Merge
2013-05-01 12:25:43 +01:00
Chris Hegarty
9a078f9451
Merge
2013-04-28 09:35:25 +01:00
Bharadwaj Yadavalli
adf181d9c3
Merge
2013-04-25 13:10:03 -07:00
Ioi Lam
4e19360f89
8008962: NPG: Memory regression: One extra Monitor per ConstantPool
...
Re-use InstanceKlass::_init_lock locking ConstantPool as well.
Reviewed-by: dholmes, coleenp, acorn
2013-04-25 12:55:49 -07:00
Sean Mullan
a618ff7cf9
8013228: Create new system properties to control allowable OCSP clock skew and CRL connection timeout
...
Reviewed-by: vinnie
2013-04-25 15:48:11 -04:00
Igor Ignatyev
0a434e425b
8011675: adding compilation level to replay data
...
Reviewed-by: kvn, vlivanov
2013-04-25 11:09:24 -07:00
Igor Ignatyev
5733943877
8012337: Change Whitebox implementation to make absence of method in Whitebox.class not fatal
...
Reviewed-by: kvn, vlivanov
2013-04-25 11:04:36 -07:00
Vladimir Ivanov
f26c1a6c88
8012260: ciReplay: Include PID into the name of replay data file
...
Reviewed-by: kvn, twisti
2013-04-25 11:02:32 -07:00
Jennifer Godinez
cd7abd927f
8009199: Printed text become garbage on Mac OSX
...
Reviewed-by: bae, prr
2013-04-25 10:14:24 -07:00
David Katleman
1418f59c79
Added tag jdk8-b87 for changeset 5884314a2095
2013-04-25 09:24:44 -07:00
David Katleman
080fcf080e
Added tag jdk8-b87 for changeset c4b5ab25b20c
2013-04-25 09:24:40 -07:00