82485 Commits

Author SHA1 Message Date
Rob McKenna
4b44e25310 8028627: Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings
Reviewed-by: mullan
2014-05-19 14:28:08 +01:00
Anton Nashatyrev
86104df3c2 8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
Reviewed-by: bae, serb
2014-05-19 16:48:41 +04:00
Steven Sides
3172613954 8040893: Add block tags for @return and @param to swing border classes
Reviewed-by: malenkov, alexsch
2014-05-19 10:43:09 +04:00
Steven Sides
764a4758cb 8039966: Add @return and @param block tags in colorchooser and filechooser swing classes
Reviewed-by: malenkov, alexsch
2014-05-19 10:34:42 +04:00
Anthony Scarpino
0d4528c45f 8042480: CipherInputStream.close() throws AEADBadTagException in some cases
Reviewed-by: xuelei
2014-05-18 23:06:51 +00:00
Mark Sheppard
05ed094d99 8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop
Join the dispatcher thread in the ServerImpl.stop method to ensure Dispatcher is finished prior to exiting stop().

Reviewed-by: chegar
2014-11-15 18:26:29 +00:00
Martin Buchholz
5e65c0f984 8063147: Class.getFields spec should state that fields are inherited from superinterfaces
Reviewed-by: psandoz, chegar
2014-11-06 13:29:36 -08:00
Martin Buchholz
72f7a2a671 8062194: java.util.jar.Attributes should use insertion-ordered iteration
S/HashMap/LinkedHashMap/g

Reviewed-by: alanb, sherman
2014-10-27 16:24:43 -07:00
Chris Hegarty
187bacb237 8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
Reviewed-by: michaelm
2014-11-14 18:15:52 +00:00
Vinnie Ryan
ea786e7bc7 8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m
Reviewed-by: alanb
2014-11-14 11:41:42 +00:00
Anton Tarasov
04edcf722c 8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime
Reviewed-by: serb
2014-11-14 12:32:43 +03:00
Staffan Larsen
192bd8a421 8043382: TempDirTest.java times out
Remove explicit timeout

Reviewed-by: alanb
2014-05-18 20:42:10 +02:00
Coleen Phillimore
024bb79ec8 Merge 2014-05-17 19:34:38 -04:00
Krystal Mok
e8c1213b23 8043264: hsdis library not picked up correctly on expected paths
Fix file separator issue on Windows

Reviewed-by: sla, sspitsyn
2014-05-17 01:59:43 -07:00
Serguei Spitsyn
7f2b064e43 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Relax the guaranty for deleted methods

Reviewed-by: dcubed, coleenp
2014-05-16 15:05:44 -07:00
Paul Govereau
c212c43f70 8015927: Class reference duplicates in constant pool
Reviewed-by: jjg
2014-05-16 17:08:42 -04:00
Jonathan Gibbons
31e6340f54 8041422: Split javac ClassReader into ClassReader+ClassFinder
Reviewed-by: jfranck
2014-05-18 19:59:10 -07:00
Lance Andersen
ae0d3204f0 8043278: Add initial unit tests for javax.sql.rowset.serial
Reviewed-by: rriggs
2014-05-16 14:48:34 -04:00
Christian Thalinger
3a555f0516 8032606: ClassValue.ClassValueMap.type is unused
Reviewed-by: jrose, vlivanov
2014-05-16 09:20:56 -07:00
Alejandro Murillo
7f0a670c45 Merge 2014-05-16 07:16:18 -07:00
Dmitriy Ermashov
4bb7d28843 8042089: Fix doclint warnings from javax.swing.tree and javax.swing.undo packages
Reviewed-by: alexsch
2014-05-16 17:45:35 +04:00
Alexander Stepanov
c9787c534d 8042120: Fix doclint warnings from javax.swing.text.html.parser
Reviewed-by: alexsch
2014-05-16 17:41:47 +04:00
Sergey Malenkov
df3fb56e9e 8043153: KSS: javax.swing.plaf.synth.SynthParser#startColor
Reviewed-by: alexsch, serb
2014-05-16 15:57:06 +04:00
Sergey Malenkov
e01b173e5a 8043152: KSS: javax.swing.plaf.synth.SynthContext
Reviewed-by: alexsch, serb
2014-05-16 15:51:57 +04:00
Sergey Malenkov
83d661a615 8043151: KSS: javax.swing.plaf.nimbus.AbstractRegionPainter#getComponentColor
Reviewed-by: alexsch, serb
2014-05-16 15:46:24 +04:00
Alejandro Murillo
697dee747b Merge 2014-05-16 02:13:12 -07:00
Jan Lahoda
911a9fcf97 8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails
The result of String.toLowerCase.indexOf does not always point at the start of the given string in the non-lowercased text.

Reviewed-by: jjg, bpatel
2014-05-16 10:52:07 +02:00
Yumin Qi
ec3e742de1 8042885: java does not take hexadecimal number as vm option
Java does not take number with hexadecimal format as options, fix enable hexadecimal format number can be used as vm option.

Reviewed-by: coleenp, lfoltan, ctornqvi, hseigel, mseledtsov
2014-05-15 20:16:14 -07:00
Coleen Phillimore
c336175c94 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
Only prune metaspace virtual spaces at safepoint so walking them is safe outside a safepoint.

Reviewed-by: mgerdin, mgronlun, hseigel, stefank
2014-05-15 18:23:26 -04:00
Yuri Gaevsky
cc3c656cf1 8025580: Temporary flags: UseNewReflection and ReflectionWrapResolutionErrors
The fix removes all UseNewReflection/ReflectionWrapResolutionErrors occurrences/logic and adds them into the list of obsolete_jvm_flags in arguments.cpp.

Reviewed-by: coleenp, hseigel
2014-05-15 17:38:50 -04:00
Christian Thalinger
115d44f61b Merge 2014-05-15 11:35:26 -07:00
Ron Durbin
54da05d840 8028749: java -version crashes with 'fatal error: heap walk aborted with error 1'
Check_heap() should only call HeapWalk() when HeapLock() is successful.

Reviewed-by: ctornqvi, sla, dcubed
2014-05-15 10:44:20 -07:00
Lana Steuck
286036ede8 Merge 2014-05-15 10:42:58 -07:00
Lana Steuck
75a1915cbb Merge 2014-05-15 10:42:19 -07:00
Lana Steuck
fa77b083c4 Merge 2014-05-15 10:41:25 -07:00
Lana Steuck
ec15b9375a Merge 2014-05-15 10:40:38 -07:00
Lana Steuck
f1eb2bc57f Merge 2014-05-15 10:40:27 -07:00
Lana Steuck
a628ec1c7d Merge 2014-05-15 10:40:18 -07:00
David Katleman
d0b62420a1 Added tag jdk9-b13 for changeset 743eee69ce3f 2014-05-15 10:26:03 -07:00
David Katleman
0fa48738ed Added tag jdk9-b13 for changeset 069586f14799 2014-05-15 10:26:01 -07:00
David Katleman
7f31c9fecd Added tag jdk9-b13 for changeset c946ad0de0ac 2014-05-15 10:25:51 -07:00
David Katleman
63f88b71f6 Added tag jdk9-b13 for changeset 9c47b760a47f 2014-05-15 10:25:50 -07:00
David Katleman
97a50c8a18 Added tag jdk9-b13 for changeset 8ee3c3ffd554 2014-05-15 10:25:47 -07:00
David Katleman
5a070398b3 Added tag jdk9-b13 for changeset ca74accc73cf 2014-05-15 10:25:40 -07:00
David Katleman
3c63418ea9 Added tag jdk9-b13 for changeset 9bd83c6b1976 2014-05-15 10:25:33 -07:00
David Katleman
06ad02877b Added tag jdk9-b13 for changeset 3a0155bc559c 2014-05-15 10:25:31 -07:00
Attila Szegedi
b0873269dc 8043235: Type-based optimizations interfere with continuation methods
Reviewed-by: jlaskey, lagergren
2014-05-15 15:28:51 +02:00
Lois Foltan
ca501f6b00 8041918: BootstrapMethods attribute cannot be empty
Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero.

Reviewed-by: coleenp, hseigel
2014-05-15 09:25:27 -04:00
Mike Duigou
de310a9169 8043182: hgforest.sh: syntax error on line 329
Reviewed-by: darcy
2014-05-14 16:45:07 -07:00
Igor Veresov
d7b76028a4 8043063: Code aging should allocate MethodCounters when flushing a method
Make sure that MethodCounters are present when the method is flushed for the first time to switch on code aging

Reviewed-by: kvn
2014-05-14 14:28:09 -07:00