Alexander Zvegintsev
668a4a1ed8
8035756: [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp
...
Reviewed-by: serb, pchelko
2014-03-05 15:47:27 +04:00
Frederic Parain
ee1b7412a0
8035952: Remove use of JVM_Open, JVM_Read and JVM_Close functions from serviceability code
...
Reviewed-by: chegar, mchung, alanb, sla
2014-03-05 10:52:33 +00:00
Sergey Bylokhov
6f8d82a5a7
8035837: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_KeyEvent.cpp
...
Reviewed-by: pchelko, azvegint
2014-03-04 18:59:35 +04:00
Alexander Scherbatiy
d00a1ecd5b
8034955: JLabel/JToolTip throw ClassCastException for "<html>a<title>"
...
Reviewed-by: malenkov, pchelko
2014-03-04 18:40:06 +04:00
Petr Pchelko
7cb2a76b4f
8035320: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp
...
Reviewed-by: anthony, serb
2014-03-04 17:29:40 +04:00
Alexander Scherbatiy
fda7650f43
8033534: [macosx] Get MultiResolution image from native system
...
Reviewed-by: serb, pchelko
2014-03-04 17:06:00 +04:00
Alexander Scherbatiy
6e5b7747cc
8035629: [parfait] JNI exc pending in jdk/src/windows/native/sun/windows/ShellFolder2.cpp
...
Reviewed-by: serb, pchelko
2014-03-04 13:40:58 +04:00
Mattias Tobiasson
8a385b110f
8031065: java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails: OutOfMemoryError: Metaspace
...
Load classes until getUsageThresholdCount() > 0 instead of isUsageThresholdExceeded().
Reviewed-by: dfuchs, sjiang, sla
2014-03-04 09:35:54 +01:00
Xue-Lei Andrew Fan
521f9a2048
8032473: Restructure JSSE regression test hierarchy in jdk test
...
Reviewed-by: weijun
2014-03-05 07:24:34 +00:00
Joe Darcy
751adf9af1
8035452: Fix serial lint warnings in core libs
...
Reviewed-by: smarks
2014-03-04 18:32:27 -08:00
Joe Darcy
3889cebe94
8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
...
Reviewed-by: smarks
2014-03-04 18:28:56 -08:00
Robert Field
2e148fb065
8035776: Consistent Lambda construction
...
Reviewed-by: ahgross, briangoetz, dlsmith
2014-03-04 15:33:30 -08:00
Chris Hegarty
15411a6579
8036584: Review comments from 8035897
...
Reviewed-by: alanb
2014-03-04 13:27:55 +00:00
Petr Pchelko
6b95f47b7f
8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
...
Reviewed-by: anthony, serb
2014-03-04 11:43:12 +04:00
Alexander Scherbatiy
c8ad756ad8
8035313: Change SwingLazyValue usage to lambda
...
Reviewed-by: malenkov, serb
2014-03-03 14:24:01 +04:00
Sergey Bylokhov
9267ce8b88
8034211: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m
...
Reviewed-by: pchelko, azvegint
2014-02-28 18:45:22 +04:00
Sergey Bylokhov
17b69ca45d
8034209: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m
...
Reviewed-by: pchelko, azvegint
2014-02-28 18:16:11 +04:00
Petr Pchelko
6ec334fede
8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
...
Reviewed-by: anthony, serb
2014-02-28 17:56:53 +04:00
Petr Pchelko
d2724c5184
8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
...
Reviewed-by: anthony, serb
2014-02-28 17:52:40 +04:00
Mattias Tobiasson
c96fd46a4c
6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0"
...
Move local objs variable to a static public so the the optimizer will not remove it unexpectedly.
Reviewed-by: sla
2014-02-28 13:38:51 +01:00
Pavel Punegov
bd9b40bbfb
6946101: ShellScaffold.sh based tests can issue "write error: Broken pipe" messages
...
Reviewed-by: dcubed, sla
2014-03-03 18:17:00 +04:00
Eric Wang
9d91b009c1
8035633: TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently
...
Reviewed-by: chegar, alanb, igerasim
2014-03-03 11:06:38 +00:00
Weijun Wang
0903468259
8036104: Rename the PAData.java test
...
Reviewed-by: xuelei
2014-03-03 10:55:31 +08:00
Chris Hegarty
558cb26d1c
8035897: Better memory allocation for file descriptors greater than 1024 on macosx
...
Reviewed-by: michaelm
2014-03-02 19:27:43 +00:00
Chris Hegarty
cde48c9e25
8035868: Check for JNI pending exceptions in windows/native/sun/net/spi/DefaultProxySelector.c
...
Reviewed-by: alanb
2014-03-02 19:21:18 +00:00
Alan Bateman
22bc40c071
8010194: java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh fails with "Timed out waiting ..." (sol)
...
Reviewed-by: chegar
2014-03-02 15:56:07 +00:00
Roger Riggs
2b22a25617
8035813: Broken link in java.lang.Iterable
...
Fixed link to ../util/
Reviewed-by: lancea
2014-03-01 11:57:57 -05:00
Vladimir Ivanov
255307847f
8033666: Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke
...
Reviewed-by: twisti, jrose
2014-03-01 02:07:30 +04:00
Vladimir Ivanov
856f5c5823
8027827: Improve performance of catchException combinator
...
8034120: MethodHandles.catchException doesn't handle VarargsCollector right
Reviewed-by: lagergren, psandoz, jrose
2014-03-01 02:05:53 +04:00
Roger Riggs
81b6eb6a69
8035106: Typo in java.time.format.Parsed error message
...
Reviewed-by: lancea
2014-02-28 17:01:12 -05:00
Roger Riggs
e112d0032d
8035889: jdk testlibrary - add printing of values of failed assertions
...
Extend and cleanup testlibrary
Reviewed-by: mchung, sla
2014-02-28 13:36:46 -05:00
Brent Christian
c92ff7d5e7
6835233: Fedora 9 jdk regression test failed: java/lang/instrument/ParallelTransformerLoader.sh
...
Remove @ignore from ParallelTransformerLoader.sh
Reviewed-by: alanb, sla, smarks
2014-02-28 10:27:54 -08:00
Joe Wang
23afad4969
8036004: Incorrect license header for a test class
...
Reviewed-by: alanb
2014-02-28 09:38:10 -08:00
Volker Simonis
3eb1d7659f
8035949: Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h}
...
Reviewed-by: chegar, alanb
2014-02-28 17:14:08 +01:00
Jaroslav Bachorik
e2ab209b12
8035668: [test] Check that jstat does not cause problems when monitored application exits before jstat finishes its work
...
Reviewed-by: sla
2014-02-28 15:39:15 +01:00
Sergey Bylokhov
9e93c58f14
8035839: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Label.cpp
...
Reviewed-by: pchelko, azvegint
2014-02-28 15:01:19 +04:00
Staffan Larsen
ee21184b17
7195249: Some jtreg tests use hard coded ports
...
Use Utils.getFreePort() and launch the tests by java code
Reviewed-by: jbachorik, sla
2014-02-28 12:57:35 +04:00
Weijun Wang
76e336a948
8035759: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/krb5/NativeCreds.c
...
Reviewed-by: valeriep
2014-02-28 08:40:27 +08:00
Peter Brunet
9d53cc0638
8032443: Java Access Bridge version strings need to be fixed
...
Use build version info in RC file and in getVersionInfo function
Reviewed-by: prr, ihse, serb
2014-02-27 16:11:08 -06:00
Phil Race
f4ba5929aa
Merge
2014-02-27 11:56:24 -08:00
Petr Pchelko
c1019fb03a
8035844: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_Rectangle.cpp
...
Reviewed-by: anthony, serb
2014-02-27 22:57:19 +04:00
Petr Pchelko
d1e1877a7f
8035860: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/MouseInfo.cpp
...
Reviewed-by: anthony, serb
2014-02-27 22:54:14 +04:00
Phil Race
5d277802e1
Merge
2014-02-27 10:43:53 -08:00
Xueming Shen
037c46281a
8035814: Broken link in java.nio.charset.StandardCharsets
...
Fixed the broken link
Reviewed-by: alanb
2014-02-27 09:43:28 -08:00
Sergey Bylokhov
187432f3b8
8027778: [macosx] Full screen not working properly on 7u45 and jdk8
...
8010999: [macosx] a constrain of the top level window should be improved
8015100: [macosx] Applet graphics corrupted when applet width/height exceeds screen dimensions
Reviewed-by: anthony, pchelko
2014-02-27 19:01:32 +04:00
Petr Pchelko
2fc105a21f
8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
...
Reviewed-by: anthony, serb
2014-02-27 16:14:22 +04:00
Petr Pchelko
dc26996620
8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
...
Reviewed-by: anthony, serb
2014-02-27 16:11:16 +04:00
Volker Simonis
36a8ed24d8
8035876: AIX build issues after '8034174: Remove use of JVM_* functions from java.net code'
...
Reviewed-by: alanb, chegar
2014-02-27 10:53:07 +01:00
Ivan Gerasimov
e66ea0fddc
6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
...
Reviewed-by: mchung, mduigou, rriggs
2014-02-27 02:44:04 +04:00
Yong Jeffrey Huang
648627721f
8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
...
Reviewed-by: okutsu
2014-02-26 19:11:00 -08:00