Jean-Francois Denise
|
0cfe8fe36a
|
Merge
|
2015-07-13 15:10:01 +02:00 |
|
Jean-Francois Denise
|
bff48ef15d
|
8130344: assert(handle != __null) failed: JNI handle should not be null' in jni_GetLongArrayElements
Check JNI NewArray for NULL value
Reviewed-by: lfoltan, alanb, dholmes
|
2015-07-13 14:05:17 +01:00 |
|
Sergey Bylokhov
|
45f00a6646
|
8129511: PlatformMidi.c:83 uses malloc without malloc header
Reviewed-by: ant, azvegint
|
2015-07-10 16:15:21 +03:00 |
|
Semyon Sadetsky
|
318513bcf7
|
8098835: [PIT] Endless loop in JEditorPane
Reviewed-by: alexsch, serb
|
2015-07-10 21:19:41 +03:00 |
|
Katja Kantserova
|
d8e8d8f1fa
|
8076471: Remove hprof agent tests in JDK
Reviewed-by: alanb
|
2015-07-10 14:48:13 +02:00 |
|
Sergey Bylokhov
|
ddced53edf
|
8129894: NSApplicationAWT.m:343:72: error: comparison of constant 777 with expression of type 'NSEventSubtype'
Reviewed-by: alexsch, azvegint
|
2015-07-10 15:38:40 +03:00 |
|
Alejandro Murillo
|
867e029083
|
Merge
|
2015-07-09 22:46:18 -07:00 |
|
Lana Steuck
|
5135397f4e
|
Merge
|
2015-07-09 16:37:55 -07:00 |
|
Daniel D. Daugherty
|
fd67ab1042
|
Merge
|
2015-07-09 14:48:12 -07:00 |
|
David Katleman
|
6a0771f941
|
Added tag jdk9-b72 for changeset a006a766c8c9
|
2015-07-09 13:49:36 -07:00 |
|
Andrew Brygin
|
562e4371a1
|
8087201: OGL: rendering of lcd text is slow
Reviewed-by: serb, prr
|
2015-07-09 16:37:35 +03:00 |
|
Alexey Ivanov
|
ddb2c7d163
|
8130772: Util.hitMnemonics does not work: getSystemMnemonicKeyCodes() returns ALT_MASK rather than VK_ALT
Reviewed-by: serb, alexsch
|
2015-07-09 15:26:37 +03:00 |
|
Michael McMahon
|
3ca3a07d79
|
8130193: Improve HTTP connections
Reviewed-by: alanb
|
2015-07-09 13:23:03 +01:00 |
|
Yuri Nesterenko
|
c02e703138
|
8130430: [TEST_BUG] remove unnecessary internal calls from javax/swing/JRadioButton/8075609/bug8075609.java
Reviewed-by: alexsch
|
2015-07-09 12:34:12 +03:00 |
|
Henry Jen
|
eaa42993db
|
8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung
|
2015-07-08 23:26:48 -07:00 |
|
Rob McKenna
|
0f4fb659ea
|
8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
Reviewed-by: michaelm
|
2015-08-21 20:41:21 +01:00 |
|
Prasanta Sadhukhan
|
af631b95f6
|
8129457: Disposer.pollRemove may fail to dispose
Reviewed-by: prr, serb
|
2015-07-08 14:10:31 +03:00 |
|
David Dehaven
|
79324abda0
|
Merge
|
2015-07-07 12:26:59 -07:00 |
|
Jan Lahoda
|
581470a6d1
|
8080679: Include jline in JDK for Java and JavaScript REPLs
Reviewed-by: alanb, erikj, forax, iris, sundar
|
2015-07-07 13:17:53 +02:00 |
|
Semyon Sadetsky
|
4b60e58507
|
8129940: JRadioButton does not honor non-standard FocusTraversalKeys
Reviewed-by: alexsch, azvegint
|
2015-07-07 09:56:53 +03:00 |
|
Semyon Sadetsky
|
dfbb82e3f9
|
8081484: [TEST_BUG]Test javax/swing/plaf/basic/6866751/bug6866751.java fails
Reviewed-by: alexsch, azvegint
|
2015-07-07 09:51:30 +03:00 |
|
Iris Clark
|
98074ca062
|
Merge
|
2015-07-06 11:49:03 -07:00 |
|
Sergey Bylokhov
|
2e3073a8ab
|
8130525: Build fail on jdk9-client solaris-sparcv9
Reviewed-by: azvegint
|
2015-07-06 18:15:02 +03:00 |
|
Daniel D. Daugherty
|
10219ee9a2
|
Merge
|
2015-07-03 07:13:24 -07:00 |
|
Chris Hegarty
|
391696a6f8
|
8130253: ObjectStreamClass.getFields too restrictive
Reviewed-by: igerasim, skoivu
|
2015-07-03 14:40:49 +01:00 |
|
Sergey Bylokhov
|
ffbfb8f10b
|
7188942: Remove support of pbuffers in OGL Java2d pipeline
Reviewed-by: prr, flar
|
2015-07-03 16:39:45 +03:00 |
|
Yuri Nesterenko
|
a26c73956c
|
8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update
Reviewed-by: serb, alexsch
|
2015-07-03 17:37:40 +03:00 |
|
Artem Smotrakov
|
aa2d62b688
|
8129444: socksProxyVersion system property ignored for Socket(Proxy)
Reviewed-by: chegar
|
2015-07-03 08:00:33 +01:00 |
|
Zoltan Majo
|
94d36649af
|
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.
Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
|
2015-07-03 07:23:45 +02:00 |
|
Vladimir Kozlov
|
ea0323cf1a
|
Merge
|
2015-07-02 17:50:25 -07:00 |
|
Vladimir Kozlov
|
bbeb720d49
|
Merge
|
2015-07-02 17:15:55 -07:00 |
|
Lana Steuck
|
e2b0df2fcf
|
Merge
|
2015-07-02 16:08:47 -07:00 |
|
Daniel D. Daugherty
|
bee43f05d7
|
Merge
|
2015-07-02 14:39:54 -07:00 |
|
David Katleman
|
30533247eb
|
Added tag jdk9-b71 for changeset c55f96d66cf9
|
2015-07-02 08:54:01 -07:00 |
|
Volker Simonis
|
48aacbe3f9
|
8130315: Fix wrong prototype of GrowKnownVMs() in java.c
Reviewed-by: alanb, ksrini
|
2015-07-02 15:25:46 +02:00 |
|
Vinnie Ryan
|
5a35b2a0a9
|
8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
Reviewed-by: xuelei
|
2015-07-02 12:01:48 +01:00 |
|
Andrew Haley
|
eb4655db3e
|
Merge
|
2015-07-02 11:03:50 +01:00 |
|
Weijun Wang
|
cdc2a29ff2
|
8130112: Create a common TEST.properties for @modules in test/sun/security/krb5/auto
Reviewed-by: alanb
|
2015-07-02 16:20:43 +08:00 |
|
Peter Levart
|
5941f4ad52
|
8080695: splashscreen_png.c compile error with gcc 4.9.2
Mark locals volatile to silence gcc arround longjmp
Reviewed-by: azvegint, serb
|
2015-07-02 08:17:25 +02:00 |
|
Weijun Wang
|
8804c9df5f
|
8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
Reviewed-by: darcy
|
2015-07-02 13:20:46 +08:00 |
|
Weijun Wang
|
8f2396ede1
|
8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
Reviewed-by: darcy
|
2015-07-02 09:19:42 +08:00 |
|
Ivan Gerasimov
|
0e510a1f61
|
8077242: (str) Optimize AbstractStringBuilder.append(CharSequence, int, int) for String argument
Reviewed-by: martin
|
2015-07-02 00:26:35 +03:00 |
|
Ivan Gerasimov
|
3fac3ec9da
|
8098854: Do cleanup in a proper order in sunmscapi code
Reviewed-by: vinnie
|
2015-07-01 22:17:32 +03:00 |
|
Jason Uh
|
22b80848d1
|
8081744: Clear out list corner case
Reviewed-by: mullan, rhalade
|
2015-06-30 14:22:31 -07:00 |
|
Phil Race
|
322bf5d364
|
Merge
|
2015-06-30 10:37:48 -07:00 |
|
Phil Race
|
d3ecdcca36
|
Merge
|
2015-06-30 08:51:16 -07:00 |
|
Semyon Sadetsky
|
11e135e30e
|
8129830: JTree drag/drop on lower half of last child of container incorrect
Reviewed-by: alexsch, azvegint
|
2015-06-30 18:26:38 +03:00 |
|
Stefan Sarne
|
32c0d8bc46
|
6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
Reviewed-by: stefank, dholmes, chegar, sjohanss
|
2015-06-30 17:16:40 +02:00 |
|
Sibabrata Sahoo
|
afc6a95457
|
8075301: Tests for sun.security.krb5.principal system property
Reviewed-by: weijun
|
2015-06-30 22:32:03 +08:00 |
|
Erik Joelsson
|
0d59d0fbaa
|
8130109: Incremental build of java.base-gensrc broken
Reviewed-by: tbell
|
2015-06-30 16:10:27 +02:00 |
|