26733 Commits

Author SHA1 Message Date
Dmitry Markov
3497cea76c 8058120: Rendering / caret errors with HTMLDocument
Reviewed-by: alexp, alexsch
2014-10-10 11:36:26 +04:00
Alexey Ivanov
22976b941e 7170310: ScrollBar doesn't become active when tabs are created more than frame size
Reviewed-by: alexp, alexsch
2014-10-10 11:26:51 +04:00
Alexander Potochkin
08fb482e41 8054543: Setting a border on a JLayer causes an Exceptions
Reviewed-by: serb, alexsch
2014-10-09 20:51:39 +04:00
Sergey Bylokhov
9d855e2856 8029253: [macosx] Performance problems with Retina display on Mac OS X
Reviewed-by: bae, prr
2014-10-08 17:34:27 +04:00
Alexander Scherbatiy
067e0eee97 8058305: BadLocationException is not thrown by javax.swing.text.View.getNextVisualPositionFrom() for invalid positions
Reviewed-by: serb, azvegint
2014-10-07 18:03:58 +04:00
Phil Race
ac20afc6be 8059219: javax.print.PrintServiceLookup allows to register null service
Reviewed-by: bae, jgodinez
2014-10-05 10:23:13 -07:00
Sergey Bylokhov
7a259eeb29 8058115: Some of MidiDeviceProviders do not follow the specification
Reviewed-by: prr, azvegint
2014-09-30 17:39:04 +04:00
Anton Nashatyrev
4ba0786cc0 8056914: Right Click Menu for Paste not showing after upgrading to java 7
Reviewed-by: serb, bae
2014-09-30 14:51:33 +04:00
Alexander Zvegintsev
ebc6607b65 8051857: OperationTimedOut exception inside from XToolkit.syncNativeQueue call
Reviewed-by: alexsch, serb
2014-09-26 18:43:44 +04:00
Phil Race
6a281f9f56 Merge 2014-09-25 15:31:13 -07:00
Phil Race
fee4fbec38 Merge 2014-09-25 14:18:32 -07:00
Anton Nashatyrev
f4d35341de 8058473: "Comparison method violates its general contract" when using Clipboard
Reviewed-by: serb, bae
2014-09-25 15:57:37 +04:00
Vinnie Ryan
aeecc19f04 8056026: Debug security logging should print Provider used for each crypto operation
Reviewed-by: mullan
2014-09-25 12:24:19 +01:00
Miroslav Kos
0a17643e73 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
Reviewed-by: coffeys
2014-09-25 13:03:27 +02:00
Jaroslav Bachorik
22ced78f0a 8059034: ProcessTools.startProcess() might leak processes
Reviewed-by: sla, miauno
2014-09-25 12:51:43 +02:00
Jonathan Lu
1095cd42da 8058930: GraphicsEnvironment.getHeadlessProperty() does not work for AIX platform
Reviewed-by: serb
2014-09-25 14:33:03 +08:00
Brent Christian
c0f7675bb7 8050142: Optimize java.util.Formatter
Reviewed-by: sherman, bchristi, lagergren
2014-09-24 15:02:19 -07:00
Ivan Gerasimov
5d6a7146ba 8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
Reviewed-by: alanb
2014-09-25 00:19:11 +04:00
Aleksey Shipilev
e3bda3bd0a 8058643: (str) Re-examine hashCode implementation
Reviewed-by: martin, alanb, sherman, redestad
2014-09-24 09:43:10 -07:00
Anton Tarasov
c8fc432f84 8058870: Mac: JFXPanel deadlocks in jnlp mode
Reviewed-by: serb, alexsch
2014-09-24 15:36:11 +04:00
Sergey Bylokhov
c65f81d726 6329748: Invalid/old variable name - newModel in setModel method in JTable class
Reviewed-by: prr, alexsch
2014-09-24 15:23:19 +04:00
Srinivasan Raghavan
f07521a354 8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
Reviewed-by: serb, prr
2014-09-24 14:19:25 +04:00
Jaroslav Bachorik
2d52d7e64d 8057149: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "Starting agent on port ... should report port in use"
Reviewed-by: sla
2014-09-24 11:55:36 +02:00
Jaroslav Bachorik
d6f69e8da5 8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
Reviewed-by: sla
2014-09-24 11:55:27 +02:00
Yasumasa Suenaga
4325c3fbec 8017773: OpenJDK7 returns incorrect TrueType font metrics
Reviewed-by: prr, bae
2014-09-23 15:48:16 -07:00
Sergey Bylokhov
1f7d2ae35c 8041734: JFrame in full screen mode leaves empty workspace after close
Reviewed-by: azvegint, alexsch
2014-09-23 07:13:34 +04:00
Alexander Zvegintsev
fa2dc11080 8058739: The test case failed as "ERROR in native method: ReleasePrimitiveArrayCritical: failed bounds check"
Reviewed-by: prr, serb
2014-09-23 20:17:56 +04:00
Sergey Bylokhov
af478a97f4 8058858: JRE 8u20 crashes while using Japanese IM on Windows
Reviewed-by: azvegint, alexsch
2014-09-23 16:05:05 +04:00
Anton Tarasov
d0992c8071 8049346: [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java
Reviewed-by: serb, alexsch
2014-09-23 15:52:40 +04:00
Brian Burkhalter
a5187396f5 4477961: java.lang.Math.toDegrees(double) could be optimized
Change toDegrees() and toRadians() to multiplication by a compile-time constant.

Reviewed-by: mduigou, shade
2014-09-22 16:59:23 -07:00
Phil Race
4f42e3fa2c Merge 2014-09-22 12:06:36 -07:00
Andrew Brygin
ce60f8015f 8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
Reviewed-by: alexp
2014-09-22 15:57:34 +01:00
Anisha Nagarajan
9ef4115fe7 6588417: Incorrect javadoc: no @throws or @exception tag in javax.*
Fix remaining missing @throws tags.

Reviewed-by: prr
2014-09-22 11:25:33 +04:00
Anisha Nagarajan
ada2c75772 8054877: javadoc issues in javax.print
Fixes "no @throws or @exception tag" issues in javax.print.

Reviewed-by: prr
2014-09-22 11:23:19 +04:00
Phil Race
686ab34a2e Merge 2014-09-19 11:19:38 -07:00
Phil Race
a1e360202d 8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll
Reviewed-by: erikj, aph
2014-09-19 11:13:27 -07:00
Phil Race
fb0dfe332b 8056216: Remove "sun" directory layer from libawt and common
Reviewed-by: erikj, ihse, coffeys
2014-09-19 09:41:05 -07:00
Konstantin Shefov
72e770ad77 8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
Reviewed-by: vlivanov, iignatyev, psandoz
2014-09-19 16:49:08 +04:00
Pooja Chopra
9dd233271c 8058635: [TEST_BUG] sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails with Compilation error
Reviewed-by: serb, alexsch
2014-09-19 13:00:17 +04:00
Erik Joelsson
8926b93e20 8055189: Cleanup gensrc after source code restructure
Reviewed-by: ihse, tbell
2014-09-19 09:59:36 +02:00
Yuri Nesterenko
13c109280f 8058726: Update regtests using sun.awt.OSInfo, part 1
Reviewed-by: alexsch
2014-09-18 17:34:44 +04:00
Mikael Auno
42e13628a3 8058652: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java should be quarantined
Reviewed-by: jbachorik
2014-09-18 11:34:14 +02:00
Mikael Auno
f2677eae50 8058651: com/sun/jdi/RedefinePop.sh should be quarantined
Reviewed-by: jbachorik
2014-09-18 11:34:14 +02:00
Mikael Auno
ebe3ab9dd2 8058649: java/lang/management/ThreadMXBean/FindDeadlocks.java should be quarantined
Reviewed-by: jbachorik
2014-09-18 11:34:14 +02:00
Mikael Auno
7d629c8335 8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
Reviewed-by: jbachorik
2014-09-18 11:34:14 +02:00
Sandipan Razzaque
24028df237 8043740: Doubles with large exponents overflow to Infinity incorrectly
Modify test of exponent overflow to account for subsequent decrement.

Reviewed-by: darcy
2014-09-22 10:41:45 -07:00
Sergey Gabdurakhmanov
8a75d987d3 8057564: JVM hangs at getAgentProperties after attaching to VM with lower
Create custom Security Descriptor for Named Pipe.

Reviewed-by: mgronlun, dsamersoff, uta
2014-09-22 10:47:27 +02:00
Claes Redestad
579e48fd60 8055032: Improve numerical parsing in java.net and sun.net
Reviewed-by: alanb
2014-09-19 16:34:59 +02:00
Pavel Rappo
8be77eed11 8055326: Fix typos in client-related packages
Reviewed-by: prr, azvegint, alexsch
2014-09-17 16:14:12 +04:00
Jason Uh
1f56f49cd0 8047223: Add algorithm parameter to EncodedKeySpec class and its two subclasses
Reviewed-by: mullan
2014-09-16 13:20:51 -07:00