Tim Bell
|
3cb6eedf9f
|
8023611: Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1
Reviewed-by: erikj
|
2013-10-09 18:51:32 -07:00 |
|
Tim Bell
|
25f7d7b91b
|
8023611: Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1
Reviewed-by: erikj
|
2013-10-09 18:50:46 -07:00 |
|
Coleen Phillimore
|
62fc4be9cb
|
8025185: MethodHandleInError and MethodTypeInError not handled in ConstantPool::compare_entry_to and copy_entry_to
Add missing cases.
Reviewed-by: sspitsyn, dcubed
|
2013-10-09 21:45:28 -04:00 |
|
Joe Darcy
|
e9ef833478
|
8024354: Explicitly permit DoubleStream.sum()/average() implementations to use higher precision summation
Reviewed-by: mduigou, briangoetz
|
2013-10-09 18:31:51 -07:00 |
|
Sergey Bylokhov
|
1f3355acb3
|
7058662: AiffFileReader throws java.lang.ArithmeticException: division by zero when frame size is zero
7058666: Unexpected exception in AU parser code
7058672: Unexpected exceptions and freezes in WAV parser code
Reviewed-by: prr
|
2013-10-10 02:35:27 +04:00 |
|
Karen Kinnear
|
1514de31eb
|
8026185: nsk/jvmit/GetMethodDeclaringClass/declcls001 failed
Missed initialization. Thanks Coleen.
Reviewed-by: coleenp, minqi
|
2013-10-09 17:57:17 -04:00 |
|
Christine Lu
|
1abf520f0d
|
8026021: more fix of javadoc errors and warnings reported by doclint, see the description
Reviewed-by: anthony, serb
|
2013-10-09 14:32:15 -07:00 |
|
Brent Christian
|
5edd3cbdfe
|
8024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator position
Override remove() method in DescendingKeyIterator
Reviewed-by: alanb, mduigou, psandoz
|
2013-10-09 12:13:31 -07:00 |
|
Brian Burkhalter
|
3b56462097
|
7189139: BigInteger's staticRandom field can be a source of bottlenecks
Use ThreadLocalRandom instead of SecureRandom.
Reviewed-by: shade, psandoz
|
2013-10-09 17:22:34 -07:00 |
|
Valerie Peng
|
4ff4823dfc
|
Merge
|
2013-10-09 13:07:58 -07:00 |
|
Brian Burkhalter
|
4ee6d9bd3a
|
8016252: More defensive HashSet.readObject
Add data validation checks in readObject().
Reviewed-by: alanb, mduigou, chegar
|
2013-10-09 11:47:48 -07:00 |
|
Christian Thalinger
|
b90addac58
|
8020750: Node::get_int: guarantee(t != NULL) failed: must be con
Reviewed-by: kvn, roland
|
2013-10-09 11:05:17 -07:00 |
|
Stephen Colebourne
|
bc56565f2a
|
8024076: Incorrect 2 -> 4 year parsing and resolution in DateTimeFormatter
Add appendValueReduced method based on a ChronoLocalDate to provide context for the value
Reviewed-by: sherman
|
2013-10-09 13:34:37 -04:00 |
|
Leonid Romanov
|
e77075b022
|
8016551: JMenuItem in WindowsLookAndFeel can't paint default icons
Reviewed-by: alexsch, serb
|
2013-10-09 21:15:49 +04:00 |
|
Leonid Romanov
|
c0ce231319
|
8019623: Lack of synchronization in AppContext.getAppContext()
Reviewed-by: anthony, art
|
2013-10-09 20:59:08 +04:00 |
|
Henry Jen
|
1f02e9968e
|
8023524: Mechanism to dump generated lambda classes / log lambda code generation
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: plevart, mchung, forax, jjb
|
2013-10-09 09:41:40 -07:00 |
|
Marcus Lagergren
|
16ce875fc6
|
8026137: Fix Issues with Binary Evaluation Order
Co-authored-by: Attila Szegedi <attila.szegedi@oracle.com>
Reviewed-by: hannesw, jlaskey
|
2013-10-09 17:53:22 +02:00 |
|
Roland Westrelin
|
cbd0e9bf96
|
8023657: New type profiling points: arguments to call
X86 interpreter and c1 type profiling for arguments at calls
Reviewed-by: kvn, twisti
|
2013-10-09 16:32:21 +02:00 |
|
Erik Joelsson
|
5798b28398
|
8026144: Missing mkdir in Images.gmk
Reviewed-by: tbell
|
2013-10-09 16:22:13 +02:00 |
|
Hannes Wallnöfer
|
3ef5f027ce
|
8026008: Constant folding removes var statement
Reviewed-by: sundar, jlaskey
|
2013-10-09 14:50:39 +02:00 |
|
Niclas Adlertz
|
e9dbb39270
|
Merge
|
2013-10-09 05:03:34 -07:00 |
|
Anthony Petrov
|
8b7ad3288c
|
7159266: [macosx] ApplicationDelegate should not be set in the headless mode
Don't install ApplicationDelegate in headless mode
Reviewed-by: art, serb
|
2013-10-09 15:34:53 +04:00 |
|
Athijegannathan Sundararajan
|
a7261c57e0
|
8026125: Array.prototype.slice.call(Java.type("java.util.HashMap")) throws ClassCastException: jdk.internal.dynalink.beans.StaticClass cannot be cast to jdk.nashorn.internal.runtime.ScriptObject
Reviewed-by: hannesw, jlaskey
|
2013-10-09 13:26:23 +02:00 |
|
Jan Lahoda
|
5ec0ba7c47
|
8025087: Annotation processing api returns default modifier for interface static method
ClassReader must not set Flags.DEFAULT for interface static methods
Reviewed-by: vromero, jjg
|
2013-10-09 13:09:31 +02:00 |
|
Jan Lahoda
|
7de3ec870d
|
8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
Should not generate non-public $assertionsDisabled field into interfaces
Reviewed-by: jjg, vromero
|
2013-10-09 13:06:49 +02:00 |
|
Niclas Adlertz
|
9c471c0dc0
|
8013830: [parfait] Uninitialised pointer 'Reachblock' may be used as argument
Replace uninitialised pointer with NULL at argument.
Reviewed-by: kvn, roland, twisti
|
2013-10-09 13:00:20 +02:00 |
|
Artem Smotrakov
|
36b94773c9
|
8026037: [TESTBUG] sun/security/tools/jarsigner/warnings.sh test fails on Solaris
Reviewed-by: chegar
|
2013-10-09 18:58:16 +08:00 |
|
Oleg Pekhovskiy
|
c7b9274feb
|
8016356: Any swing frame resizes ugly
Reviewed-by: art, anthony
|
2013-10-09 14:12:40 +04:00 |
|
Alexander Stepanov
|
bff389c83b
|
8025649: need test to cover JDK-8000423
Reviewed-by: anthony, serb
|
2013-10-09 13:40:55 +04:00 |
|
Athijegannathan Sundararajan
|
1ed2372816
|
8026112: Function("with(x ? 1e81 : (x2.constructor = 0.1)){}") throws AssertionError: double is not compatible with object
Reviewed-by: lagergren, hannesw
|
2013-10-09 10:47:47 +02:00 |
|
Christian Thalinger
|
3fc4c7060d
|
8007923: Tests on references fails
Reviewed-by: kvn, iveresov
|
2013-10-08 19:57:28 -07:00 |
|
Lana Steuck
|
3078374d13
|
Merge
|
2013-10-08 15:00:12 -07:00 |
|
Lana Steuck
|
33306e57d3
|
Merge
|
2013-10-08 14:59:46 -07:00 |
|
Lana Steuck
|
b6903ca07e
|
Merge
|
2013-10-08 14:57:32 -07:00 |
|
Lana Steuck
|
a857e8bfb5
|
Merge
|
2013-10-08 14:55:33 -07:00 |
|
Lana Steuck
|
200af8b03c
|
Merge
|
2013-10-08 14:55:25 -07:00 |
|
Lana Steuck
|
0d4d92b259
|
Merge
|
2013-10-08 14:54:53 -07:00 |
|
Lana Steuck
|
14794b79d9
|
Merge
|
2013-10-08 14:53:14 -07:00 |
|
Valerie Peng
|
20295341f5
|
8025967: addition of -Werror broke the old build
Fixed and suppressed compiler warnings on rawtypes
Reviewed-by: vinnie
|
2013-10-08 14:41:46 -07:00 |
|
Lana Steuck
|
b96364e53b
|
Merge
|
2013-10-08 14:37:33 -07:00 |
|
Leonid Romanov
|
23cf2b8885
|
8004050: [macosx] The 'ESC' key does not work with jdk8
Reviewed-by: alexsch, serb
|
2013-10-09 01:03:33 +04:00 |
|
Karen Kinnear
|
920880a243
|
8026022: Verifier: allow anon classes to invokespecial host class/intf methods
Reviewed-by: coleenp, bharadwaj
|
2013-10-08 16:58:23 -04:00 |
|
David Katleman
|
a570fbe483
|
Merge
|
2013-10-08 13:10:15 -07:00 |
|
David Katleman
|
7299a32411
|
Merge
|
2013-10-08 13:09:20 -07:00 |
|
Sergey Bylokhov
|
5ed7c4d3a2
|
8025603: Unused methods in the awt text peers should be removed
Reviewed-by: art, anthony
|
2013-10-08 23:34:20 +04:00 |
|
Valerie Peng
|
ba9b938306
|
8014374: Cannot initialize "AES/GCM/NoPadding" on wrap/unseal on solaris with OracleUcrypto
Removed OracleUcrypto provider regression tests from OpenJDK
Reviewed-by: xuelei
|
2013-10-08 11:35:29 -07:00 |
|
Valerie Peng
|
a5add24f51
|
8012900: CICO ignores AAD in GCM mode
Change GCM decryption to not return result until tag verification passed
Reviewed-by: xuelei
|
2013-10-08 11:17:53 -07:00 |
|
Valerie Peng
|
2f4af22f17
|
7196382: PKCS11 provider should support 2048-bit DH
Query and enforce range checking using the values from native PKCS11 library.
Reviewed-by: xuelei
|
2013-10-08 11:07:31 -07:00 |
|
Sergey Bylokhov
|
eacfa0f773
|
8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails
Reviewed-by: art, anthony
|
2013-10-08 21:24:49 +04:00 |
|
Michael Fang
|
2a53ccda4d
|
Merge
|
2013-10-08 09:24:52 -07:00 |
|