Neil Toda
ac4c2fe57a
8042406: javac.jvm.ClassReader.readClassFile() is using Target to verify valid major versions
...
Reviewed-by: jjg
2014-05-20 15:50:17 -07:00
Alexander Zuev
24c1439f36
8037398: integer overflow in jdk/src/share/bin/java.c
...
Reviewed-by: ksrini
2014-05-20 23:17:01 +04:00
Staffan Larsen
7f721c111b
8043314: Fix for JDK-8041934 causes assert(is_interpreted_frame()) failed: interpreted frame expected
...
Back out fix for JDK-8041934
Reviewed-by: coleenp, sspitsyn
2014-05-20 20:35:39 +02:00
Joe Darcy
17612e8b46
8042864: Fix raw and unchecked warnings in javax.print
...
Reviewed-by: prr, henryjen
2014-05-20 09:36:22 -07:00
Dmitry Fazunenko
049c499423
8039489: Refactor test framework for dynamic VM options
...
Reviewed-by: jmasa, ehelin, jwilhelm
2014-05-20 18:25:14 +04:00
John Coomes
a7f214e715
8042255: make gc src file exclusion more automatic
...
Reviewed-by: brutisso, stefank, dholmes, rdurbin
2014-05-20 10:04:03 -07:00
Miroslav Kos
dc6a51546f
8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
...
Adding newly restricted package to golden set in the test
Reviewed-by: asmotrak, coffeys, mullan
2014-05-20 16:02:57 +02:00
Petr Pchelko
b366255317
8042590: Running form URL throws NPE
...
Reviewed-by: anthony, serb
2014-07-14 18:16:16 +04:00
Dmitry Samersoff
878ab77469
8041435: Make JDWP socket connector accept only local connections by default
...
Bind to localhost only if no address specified. Require * to bind to all available addresses
Reviewed-by: dcubed, sspitsyn
2014-05-20 06:11:05 -07:00
Erik Joelsson
e671d58fb1
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
...
Reviewed-by: tbell
2014-05-20 12:54:44 +02:00
Marcus Lagergren
3d7f88fb31
8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
...
Reviewed-by: sundar, attila
2014-05-20 10:40:28 +02:00
Per Lidén
eddf95338d
8039042: G1: Phantom zeros in cardtable
...
Reviewed-by: tschatzl, mgerdin
2014-05-20 10:24:30 +02:00
Ivan Gerasimov
56436ec3c3
7195480: javax.smartcardio does not detect cards on Mac OS X
...
Reviewed-by: valeriep
2014-05-20 10:11:23 +04:00
Athijegannathan Sundararajan
db62a418b3
8043443: Test framework changes to run script tests without security manager
...
Reviewed-by: attila
2014-05-20 08:32:09 +05:30
David DeHaven
bf464ca61b
8026385: [macosx] (awt) setjmp/longjmp changes the process signal mask on OS X
...
Use _setjmp/_longjmp instead
Reviewed-by: prr, anthony
2014-05-19 23:21:39 +04:00
Joe Darcy
ba597e32a7
8042871: Fix raw and unchecked warnings in sun.audio
...
Reviewed-by: serb
2014-05-19 10:03:58 -07:00
Attila Szegedi
cfbed730b7
8043431: Fix yet another corner case of JDK-8041995
...
Reviewed-by: hannesw, lagergren
2014-05-19 18:24:12 +02:00
Jon Masamitsu
92baa3214c
Merge
2014-05-19 08:09:35 -07:00
Marcus Lagergren
26308e1cd6
8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation
...
Reviewed-by: hannesw, attila
2014-05-19 15:29:42 +02:00
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