Alejandro Murillo
65c322fa70
Added tag hs25-b06 for changeset 57dfd29e4742
2012-10-19 11:03:04 -07:00
Alejandro Murillo
639aa5d99f
Merge
2012-10-19 11:03:04 -07:00
Yumin Qi
f214e4cef3
8001055: Bytes.swap should follow big endian
...
This is a mistake change in 6879063 about Bytes.swap. Java byte code order always follows big endian, but in that change, assume they follow native platform order that is not right.
Reviewed-by: coleenp, sspitsyn, dholmes
2012-10-19 08:58:14 -07:00
Yumin Qi
3d8142d5fd
8000818: SA constant pool need to reference to reference map after permgen removal
...
After permgen removal, constant pool changed to put _ldc and _ldc_w (fast_ldc and fast_ldcw) index to reference map, no longer calculated via constant pool cache.
Reviewed-by: coleenp, sspitsyn, dholmes
2012-10-19 08:56:57 -07:00
Sergey Bylokhov
b61d0d9772
7124520: [macosx] re:6373505 Toolkit.getScreenResolution() != GraphicsConfiguration.getNormalizingTransform()
...
Reviewed-by: anthony, kizune
2012-10-19 15:23:14 +04:00
John Zavgren
3c2e0ae2ac
8000206: Uninitialized variable in PlainDatagramSocketImpl.c
...
Reviewed-by: dsamersoff, khazra, chegar
2012-10-19 11:43:59 +01:00
Abhijit Saha
d66bdb868d
Merge
2012-10-18 22:01:26 -07:00
Abhijit Saha
19fc2d4d88
Merge
2012-10-18 21:58:55 -07:00
David Katleman
8bb18682d4
Added tag jdk8-b61 for changeset 539f9d08a9e5
2012-10-18 11:09:45 -07:00
David Katleman
d9aab5025e
Added tag jdk8-b61 for changeset 1a8b3b760f60
2012-10-18 11:09:00 -07:00
David Katleman
4dae92ce29
Added tag jdk8-b61 for changeset 3d833bc526da
2012-10-18 11:08:36 -07:00
David Katleman
0f95eb5efc
Added tag jdk8-b61 for changeset 877dd5308e32
2012-10-18 11:08:30 -07:00
David Katleman
3e188b4775
Added tag jdk8-b61 for changeset 929432f0c3b6
2012-10-18 11:08:05 -07:00
David Katleman
c7df814ec7
Added tag jdk8-b61 for changeset e4251351a6dd
2012-10-18 11:07:46 -07:00
David Katleman
f88b8fb20f
Added tag jdk8-b61 for changeset 0623a2cf29df
2012-10-18 11:07:40 -07:00
Harold Seigel
240b5c9329
7053130: hs_err file does not record specified CLASSPATH
...
Added code to write the value of the java.class.path property to the hs_err file.
Reviewed-by: kmo, dholmes, kvn
2012-10-18 13:09:47 -04:00
Harold Seigel
e9755cef6a
7188233: UseVMInterruptibleIO flag deprecate for JDK8
...
The -XX:+UseVMInterruptibleIO flag is deprecated for JDK8. The flag will still enable Interruptible IO on Solaris, but users will get a warning.
Reviewed-by: dholmes, acorn, alanb
2012-10-18 13:08:13 -04:00
Coleen Phillimore
b1c7936406
Merge
2012-10-18 12:29:56 -04:00
Alexander Scherbatiy
9a39ec25ca
7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
...
Reviewed-by: serb, anthony
2012-10-18 18:28:42 +04:00
Vladimir Kozlov
247b39e010
8001071: Add simple range check into VM implemenation of Unsafe access methods
...
Add simple check in debug version of VM.
Reviewed-by: twisti, johnc
2012-10-18 07:06:31 -07:00
Alexander Scherbatiy
80d1115eb7
7199708: FileChooser crashs when opening large folder
...
Reviewed-by: bagiras
2012-10-18 17:50:43 +04:00
Xue-Lei Andrew Fan
1892ebf911
7068321: Support TLS Server Name Indication (SNI) Extension in JSSE Server
...
Reviewed-by: mullan, weijun, wetmore
2012-10-18 01:14:00 -07:00
Jon Masamitsu
ea25b80875
Merge
2012-10-17 13:59:57 -07:00
Naoto Sato
1fb9910146
8001046: java/util/PluggableLocale/LocaleNameProviderTest.sh failing
...
Reviewed-by: okutsu
2012-10-17 13:22:39 -07:00
Alan Bateman
81d4408852
8000362: (pack200) Deprecate Packer/Unpacker addPropertyChangeLister and removePropertyChangeListener methods
...
Reviewed-by: lancea, chegar, mchung, ksrini
2012-10-17 21:05:36 +01:00
Paul Sandoz
9498132479
7198496: (sl) ServiceLoader.load(Class, null) behavior differs from spec
...
Reviewed-by: dholmes, alanb
2012-10-17 20:34:04 +01:00
Vladimir Kozlov
2d3b78abcc
8000623: tools/javac/Diagnostics/6769027/T6769027.java crashes in PSPromotionManager::copy_to_survivor_space
...
Fix type of method pointer load from vtable.
Reviewed-by: twisti, johnc, roland
2012-10-17 12:09:32 -07:00
Mandy Chung
15df2d2de5
8001012: jdk8 SKIP_BUILD_CYCLE=false build fails with BUILD_JAXWS=false
...
Reviewed-by: alanb, ohair
2012-10-17 12:03:20 -07:00
Maurizio Cimadamore
848ec301f2
7192245: Add parser support for default methods
...
Add support for 'default' keyword in modifier position
Reviewed-by: jjg
2012-10-17 16:43:26 +01:00
Nils Loodin
953bec36ab
8000617: It should be possible to allocate memory without the VM dying
...
Reviewed-by: coleenp, kamg
2012-10-17 17:36:48 +02:00
Jaroslav Bachorik
9c38da478a
6809322: javax.management.timer.Timer does not fire all notifications
...
Some notifications get dropped due to ConcurrentModificationException thrown in Timer.notifyAlarmClock() method.
Reviewed-by: dholmes, rbackman
2012-10-17 18:34:07 +04:00
Alexander Scherbatiy
45dd15087f
8000626: Implement dead key detection for KeyEvent on Linux
...
Reviewed-by: kizune
2012-10-17 10:16:26 -04:00
Alexander Scherbatiy
721264460a
8000969: [macosx] Directories are not deselected when JFileChooser has FILES_ONLY selection mode
...
Reviewed-by: rupashka
2012-10-17 17:33:26 +04:00
Neil Richards
a76d98e716
8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour
...
Reviewed-by: mduigou, alanb
2012-10-17 13:35:22 +01:00
Alan Bateman
ed656de70f
8000685: (props) Properties.storeToXML/loadFromXML should only require UTF-8 and UTF-16 to be supported
...
Reviewed-by: mchung, chegar
2012-10-17 11:43:56 +01:00
Alexander Zuev
336948d514
7175704: [macosx] "8" PIT: NPE in GetDisplayMode fullscreen test
...
Reviewed-by: serb, leonidr
2012-10-17 14:32:15 +04:00
Jonathan Gibbons
4aedf7469a
8000673: remove dead code from HtmlWriter and subtypes
...
Reviewed-by: bpatel
2012-10-16 21:03:36 -07:00
Kurchi Subhra Hazra
56e63d98b9
7198073: (prefs) user prefs not saved [macosx]
...
Using class member field to get node instead of argument
Reviewed-by: alanb
2012-10-16 15:23:17 -07:00
Naoto Sato
2647f75cdd
8000245: SimpleDateFormat.format(date, StringBuffer, FieldPosition) doesn't work as expected with custom extensions
...
8000273: java.util.Locale.getDisplayVariant(Locale l) isn't transferred to the custom service provider
8000615: JRE adapter: timezone name of en_US is changed when extension directory is added
Reviewed-by: okutsu
2012-10-16 10:59:21 -07:00
Mikhail Cherkasov
1fd51fa05e
6818083: When DISPLAY is bad, InternalError thrown, not AWTError
...
Throw AWTError instead of InternalError if the DISPLAY is bad
Reviewed-by: anthony, serb
2012-10-16 20:11:19 +04:00
Jonathan Gibbons
a0b8f099ab
8000666: javadoc should write directly to Writer instead of composing strings
...
Reviewed-by: bpatel
2012-10-15 17:07:55 -07:00
Rob McKenna
a14592d891
8000487: Java JNDI connection library on ldap conn is not honoring configured timeout
...
Reviewed-by: vinnie
2012-10-15 22:34:35 +01:00
John Cuthbertson
9abdcd4a3c
8000831: Heap verification output incorrect/incomplete
...
Restore non-silent output of heap verification.
Reviewed-by: ysr, brutisso, jmasa
2012-10-15 10:02:42 -07:00
Rob McKenna
2dca3dc06b
8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
...
Reviewed-by: alanb, martin
2012-10-15 03:26:11 +01:00
Stephen Flores
037bcf1683
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
...
Reviewed-by: alanb, weijun, mullan
2012-10-14 22:58:59 +01:00
Jim Gish
48ba63e9e0
7146552: java/util/logging/LoggingMXBeanTest.java failing intermittently
...
Reviewed-by: alanb, mchung
2012-10-13 10:15:57 +01:00
Lana Steuck
ff931a19c1
Merge
2012-10-12 14:53:50 -07:00
Lana Steuck
3567fc5460
Merge
2012-10-12 14:52:24 -07:00
Lana Steuck
c691ebd027
Merge
2012-10-12 14:50:07 -07:00
Lana Steuck
22b345adc6
Merge
2012-10-12 14:47:26 -07:00