Vinnie Ryan
c0c3fb980d
7152582: PKCS11 tests should use the NSS libraries available in the OS
...
Reviewed-by: mullan
2012-03-26 17:14:20 +01:00
Daniel D. Daugherty
a2edf55463
7136506: FDS: rework jdk repo Full Debug Symbols support
...
Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Preserve symlinks in zip archives.
Reviewed-by: dholmes, ohair
2012-03-23 09:27:44 -07:00
Michael McMahon
a9afb48611
7155585: Fix ifeq errors in makefiles [macosx]
...
Reviewed-by: andrew, anthony, ohrstrom, dsamersoff
2012-03-23 11:28:58 +00:00
David Katleman
dfaa0d4cdf
Added tag jdk8-b31 for changeset 2c45788139a6
2012-03-22 12:41:26 -07:00
Pavel Porvatov
e7fc59fe99
6888634: test/closed/javax/swing/Popup/TaskbarPositionTest.java fails
...
Reviewed-by: alexp
2012-03-22 17:10:48 +02:00
Shi Jun Zhang
550028f6a1
7155300: Include pthread.h on all POSIX platforms except Solaris to improve portability
...
Reviewed-by: alanb, dholmes
2012-03-22 12:30:43 +08:00
Lana Steuck
a3f1271a63
Merge
2012-03-21 13:38:55 -07:00
Lana Steuck
9fb30a7cc0
Merge
2012-03-21 13:37:24 -07:00
Lana Steuck
3332c6a1b6
Merge
2012-03-21 13:36:03 -07:00
David Katleman
d3a8c491bf
Merge
2012-03-21 12:18:56 -07:00
Naoto Sato
b33626e87a
7145454: JVM wide monitor lock in Currency.getInstance(String)
...
Reviewed-by: okutsu
2012-03-21 10:10:38 -07:00
Alexander Zuev
ba42773298
7144063: [macosx] Swing JMenu mnemonic doesn't work; hint misleading; cross symbol typed
...
Reviewed-by: leonidr, skovatch, swingler
2012-03-21 17:12:31 +04:00
Dmitry Cherepanov
40e8f0fb2a
7150349: [macosx] Applets attempting to show popup menus activate the applet process
...
Reviewed-by: ant
2012-03-21 15:25:12 +04:00
Dmitry Cherepanov
4fc6443589
7150345: [macosx] Can't type into applets
...
Reviewed-by: ant
2012-03-21 14:31:29 +04:00
Valerie Peng
3a8e9e6104
7146728: Inconsistent length for the generated secret using DH key agreement impl from SunJCE and PKCS11
...
Always return the secret in the same length as the modulus.
Reviewed-by: wetmore
2012-03-20 15:06:13 -07:00
Staffan Larsen
0041a04fb2
7154114: jstat tests failing on non-english locales
...
7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
Reviewed-by: rbackman, kamg, dsamersoff
2012-03-20 12:48:48 +01:00
Weijun Wang
7b947b7a42
7152176: More krb5 tests
...
Reviewed-by: xuelei
2012-03-20 19:12:21 +08:00
Oleg Pekhovskiy
310990d4dc
7128738: dragged dialog freezes system on dispose
...
Reviewed-by: anthony
2012-03-19 21:22:18 +04:00
Staffan Larsen
e0a4e74f80
7152798: TEST_BUG: sun/management/HotspotClassLoadingMBean/GetClassLoadingTime.java does not compile
...
Make sure the test is compiled, run and finds it supporting classes
Reviewed-by: alanb, sspitsyn, rbackman
2012-03-19 14:18:36 +01:00
Kurchi Subhra Hazra
9940e879d4
7152007: Fix warnings in sun/rmi/rmic
...
Minor code changes to remove warnings in sun/rmi/rmic
Reviewed-by: chegar, smarks
2012-03-16 11:52:48 -07:00
Michael Fang
b29242fed4
Merge
2012-03-15 16:04:28 -07:00
David Katleman
d87a192fe6
Added tag jdk8-b30 for changeset b1e7314664f0
2012-03-15 15:17:02 -07:00
Yong Jeffrey Huang
b3e79c6c6c
Merge
2012-03-14 23:19:52 -07:00
Yong Jeffrey Huang
97292b3883
7085757: Currency Data: ISO 4217 Amendment 152
...
Reviewed-by: naoto
2012-03-14 23:07:21 -07:00
David Katleman
69aa6d19c3
Merge
2012-03-14 13:50:37 -07:00
Lana Steuck
8a283686f2
Merge
2012-03-14 08:56:57 -07:00
Rickard Bäckman
b943c9c83d
7145419: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events
...
Add more packages to filter avoids failing on events from background thread.
Reviewed-by: acorn, sspitsyn, sla
2012-03-14 08:43:28 +01:00
Jonathan Lu
005f647e13
7153343: Dependency on non-POSIX header file <link.h> causes portability problem
...
Remove the unneccessary link.h
Reviewed-by: alanb, chegar
2012-03-16 10:47:25 +08:00
Valerie Peng
c6974571dd
Merge
2012-03-15 14:40:53 -07:00
Valerie Peng
3e2f8ef7eb
7130959: Tweak 7058133 fix for JDK 8 (javah makefile changes)
...
Fixed JAVAHFLAGS setting to use -bootclasspath.
Reviewed-by: wetmore
2012-03-15 14:28:48 -07:00
Kurchi Subhra Hazra
56132c0447
7045655: An empty InMemoryCookieStore should not return true for removeAll
...
CookieStore.removeAll() should return false for an empty CookieStore
Reviewed-by: chegar
2012-03-15 13:21:16 -07:00
Michael McMahon
baec1b577c
Merge
2012-03-15 16:46:47 +00:00
Michael McMahon
7138ff4750
7151898: Check for LANG in Mac OS X jdk build sanity check [macosx]
...
Reviewed-by: ohair, smarks
2012-03-15 16:45:55 +00:00
Frederic Parain
b497391969
7074616: java.lang.management.ManagementFactory.getPlatformManagementInterfaces fails
...
Reviewed-by: dholmes, sla
2012-03-14 09:03:08 -07:00
Lana Steuck
85d4c76d59
Merge
2012-03-14 08:28:25 -07:00
Shi Jun Zhang
f2ca2f4835
7152948: DatagramDispatcher.c should memset msghdr to make it portable to other platforms
...
Reviewed-by: alanb, chegar
2012-03-14 15:14:52 +00:00
Lana Steuck
fa178171b6
Merge
2012-03-13 20:23:43 -07:00
Lana Steuck
d25dbaffeb
Merge
2012-03-13 19:58:39 -07:00
Jonathan Gibbons
5fc1a2e66e
7150368: javac should include basic ability to generate native headers
...
Reviewed-by: mcimadamore, darcy, ohrstrom
2012-03-13 15:44:26 -07:00
Chris Hegarty
01465edf46
Merge
2012-03-13 12:08:24 +00:00
Pavel Porvatov
089eea6bef
7027139: getFirstIndex() does not return the first index that has changed
...
Reviewed-by: alexp
2012-03-13 13:18:07 +02:00
Sean Coffey
0ec2d0eca1
7149608: Default TZ detection fails on linux when symbolic links to non default location used
...
Reviewed-by: alanb, okutsu
2012-03-13 11:01:33 +00:00
Chris Hegarty
015d7657e7
7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
...
Reviewed-by: alanb
2012-03-13 09:33:50 +00:00
Kelly O'Hair
d92843c4dd
Merge
2012-03-12 16:41:49 -07:00
Sean Coffey
bfbf85b7a7
7148584: Jar tools fails to generate manifest correctly when boundary condition hit
...
Reviewed-by: alanb, sherman
2012-03-12 11:30:28 +00:00
Alan Bateman
3ecf3e0fa1
7152866: Tests not run because they are missing the @run tag
...
Reviewed-by: chegar, dholmes
2012-03-12 10:17:18 +00:00
Sean Chou
0e1c5e521a
7151427: Fix the potential memory leak in error handling code in X11SurfaceData.c
...
Free the memory in the error handling code.
Reviewed-by: prr, jgodinez, bae
2012-03-12 13:30:16 +08:00
Lana Steuck
ae6769c77d
Merge
2012-03-09 11:58:08 -08:00
Lana Steuck
8a90e1d979
Merge
2012-03-09 11:55:21 -08:00
David Katleman
dd9799aaa2
Added tag jdk8-b29 for changeset cad5cb628235
2012-03-08 20:35:09 -08:00
Lana Steuck
76177f7a48
Merge
2012-03-08 15:26:32 -08:00
Mike Duigou
bbd20b347d
7151595: Disable creation of db demos if NO_DEMOS is specified
...
Reviewed-by: weijun, dholmes
2012-03-08 13:44:33 -08:00
Lana Steuck
b5a0dffd57
Merge
2012-03-08 14:22:15 -08:00
Lana Steuck
ac3052168c
Merge
2012-03-08 08:18:56 -08:00
Joe Darcy
cf99e1e9f8
7151008: Add library support for repeating annotations in java.lang.annotation
...
Reviewed-by: mcimadamore, jjg
2012-03-08 08:04:52 -08:00
Michael McMahon
57a9560def
7152186: java.awt.HeadlessException when running AWT apps [macosx]
...
Reviewed-by: anthony
2012-03-08 14:38:26 +00:00
Deepak Bhole
1ee1acb94f
7150392: Linux build breaks with GCC 4.7 due to unrecognized option
...
Remove -mimpure-text option.
Reviewed-by: ohair, dholmes, phh, andrew
2012-03-08 14:04:44 +00:00
David Holmes
7352937e75
7092140: Test: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails on SE-E due to -XX:-UsePerfData
...
Add -XX:+UsePerfData to invocation of exec'd JVM
Reviewed-by: alanb, chegar
2012-03-08 00:46:33 -05:00
Pavel Porvatov
304f1400f9
7146377: closed/javax/swing/DataTransfer/4876520/bug4876520.java failed since b08 in jdk 8
...
Reviewed-by: alexp
2012-03-07 20:07:18 +02:00
Alexander Scherbatiy
5f01fd2c54
7132808: [macosx] closed/javax/swing/JFileChooser/4524490/bug4524490.java fails on MacOS
...
Reviewed-by: alexp
2012-03-07 17:57:12 +04:00
Weijun Wang
0bc11358bb
6961765: Double byte characters corrupted in DN for LDAP referrals
...
Reviewed-by: vinnie
2012-03-07 10:15:41 +08:00
Alan Bateman
3269d85838
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00
Weijun Wang
bba69953cd
7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp
...
Reviewed-by: xuelei
2012-03-06 10:25:45 +08:00
Kurchi Subhra Hazra
4264d66e09
7151348: Build breaks due to warning clean up in sun.rmi.*(7146763)
...
Undo changes to sun/rmi/rmic/* commited as fix for 7146763
Reviewed-by: smarks
2012-03-05 17:38:01 -08:00
Lana Steuck
d3d427483f
Merge
2012-03-05 17:04:10 -08:00
Phil Race
3f9a51509a
7078053: Solaris JDK build: C compiler writing tmp files into the make tree
...
Reviewed-by: ohair, alanb
2012-03-05 09:33:44 -08:00
Vinnie Ryan
92e8e7960b
Merge
2012-03-05 14:15:01 +00:00
Vinnie Ryan
594e178180
7151109: backout CR 6988842
...
Reviewed-by: mullan
2012-03-05 14:13:29 +00:00
Sergey Malenkov
0f708d90df
7148143: PropertyChangeSupport.addPropertyChangeListener can throw ClassCastException
...
Reviewed-by: rupashka
2012-03-05 18:01:13 +04:00
Alexander Scherbatiy
a70c2d02ad
7130521: [macosx] closed/javax/swing/JMenuItem/6209975/bug6209975.java failed on macosx
...
Reviewed-by: rupashka
2012-03-05 16:46:38 +04:00
Chris Hegarty
2d9226ff60
7145043: HttpServerProvider.java:81: warning - @code("httpServerProvider") is an unknown tag
...
Reviewed-by: michaelm
2012-03-04 07:41:34 +00:00
Kurchi Subhra Hazra
0006ef0cc8
7146763: Warnings cleanup in the sun.rmi and related packages
...
Cleanup warnings and use jkd7 features in sun.rmi.*
Reviewed-by: smarks, chegar, forax, dmocek
2012-03-02 13:48:43 -08:00
Vinnie Ryan
1e3b108ef9
6988842: jce/ECC test fails for SunPKCS11 provider using nss library
...
Reviewed-by: mullan
2012-03-02 17:24:08 +00:00
Alexander Kouznetsov
e44e04a5f5
7130241: [macosx] TransparentRuler demo can not run due to lacking of perpixel transparency support
...
Reviewed-by: art
2012-03-02 12:24:35 +02:00
David Katleman
0c33720da2
Added tag jdk8-b28 for changeset cb1d70aa45ad
2012-03-01 12:23:25 -08:00
Mike Duigou
9c64402c80
7149320: Move sun.misc.VM.booted() to the end of System.initializeSystemClass()
...
Ensure that sun.misc.VM.booted() is the last action in System.initSystemClass()
Reviewed-by: dholmes, alanb
2012-03-01 09:40:18 -08:00
Pavel Tisnovsky
f4e81d2e19
7149785: Minor corrections to ScriptEngineManager javadoc
...
JavaDoc correction
Reviewed-by: alanb
2012-03-01 14:02:44 +01:00
Lana Steuck
00d35d412b
Merge
2012-02-29 12:30:55 -08:00
Lana Steuck
4a304171a6
Merge
2012-02-29 12:29:20 -08:00
Kumar Srinivasan
8f5b808cfe
7148499: Stack size in tools/launcher/Settings.java needs to be increased
...
Reviewed-by: alanb
2012-02-29 08:20:33 -08:00
Alexander Scherbatiy
cbf5f3e4de
7133573: [macosx] closed/javax/swing/JToolTip/4846413/bug4846413.java fails on MacOS
...
Reviewed-by: alexp
2012-02-29 18:47:39 +04:00
Lana Steuck
45f7bb6a9f
Merge
2012-02-28 19:55:09 -08:00
Lana Steuck
b697d670cb
Merge
2012-02-28 18:01:54 -08:00
Lana Steuck
30c157894d
Merge
2012-02-28 17:52:05 -08:00
Joe Darcy
81b0f3f5c0
7149626: (reflect) Improve javadoc of java.lang.reflect.Executable
...
Reviewed-by: mduigou
2012-02-28 13:14:47 -08:00
Dmitry Samersoff
14732a0d27
7149181: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all platforms
...
Disable test until JDK and hotspot changes meet each other.
Reviewed-by: alanb, acorn
2012-02-28 17:00:28 +04:00
Mike Duigou
0193199d57
7143162: Allow disable building of jdk demos and samples
...
Reviewed-by: ohair
2012-02-27 18:10:03 -08:00
Sean Mullan
fd805805a8
Merge
2012-02-27 13:53:25 -05:00
Sean Mullan
48ca85ec46
7147830: NullPointerException in java.security.Policy.implies() when the ProtectionDomain has a null code sou
...
Reviewed-by: vinnie
2012-02-27 11:44:50 -05:00
Dmitry Samersoff
fe4588a87e
7110104: It should be possible to stop and start JMX Agent at runtime
...
Added a capability to start and stop JMX Agent by jcmd
Reviewed-by: acorn, mchung
2012-02-27 15:21:18 +04:00
Alan Bateman
6d519d366e
7148921: More ProblemList updates (2/2012)
...
Reviewed-by: chegar
2012-02-26 17:25:42 +00:00
Lana Steuck
1443b70f4d
Merge
2012-02-24 18:24:03 -08:00
Lana Steuck
f46ebab88c
Merge
2012-02-24 17:38:24 -08:00
Abhijit Saha
c3da3a5048
7148758: Resolve merge issue which caused testcase failure
...
Reviewed-by: alanb, chegar
2012-02-24 17:31:59 -08:00
Staffan Larsen
17f17157b9
7079093: TEST_BUG: java/lang/instrument/ManifestTest.sh fails with cygwin
...
Work around problems in some cygwin installations
Reviewed-by: alanb, sspitsyn
2012-02-24 20:09:49 +01:00
Staffan Larsen
399194bb7a
7073626: RmiBootstrapTest.sh and RmiSslBootstrapTest.sh fail under Cygwin
...
Detect and handle cygwin correctly
Reviewed-by: alanb, sspitsyn
2012-02-24 20:02:50 +01:00
Phil Race
8694cd7c62
7147584: Changing to Nimbus/GTK in SwingSet2 on Solaris 10 Sparc causes malformed menus/layout
...
Reviewed-by: igor, jgodinez
2012-02-24 09:37:01 -08:00
Oleg Pekhovskiy
d76f84108f
7145980: Dispose method of window.java takes long
...
Reviewed-by: anthony
2012-02-24 13:50:37 +04:00
Sean Coffey
cecb628970
7144488: Infinite recursion for some equals tests in Collections
...
Reviewed-by: alanb, dholmes, mduigou
2012-02-24 09:17:46 +00:00
Sean Coffey
27720df27a
7133138: Improve io performance around timezone lookups
...
Reviewed-by: okutsu
2012-02-24 09:10:27 +00:00