Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
oj-libjdwp
/
9b22968153dfdc5e8355bc95b2282f10ca0dc111
9b22968
Merge
by lana
· 15 years ago
1e3c83e
Merge
by lana
· 15 years ago
c53cde3
6992272: I18N: Locale.getDisplayName() and toString() return empty if just script is set
by naoto
· 15 years ago
2e2245c
Merge
by lana
· 15 years ago
c83462f
Merge
by lana
· 15 years ago
d0090a2
Merge
by lana
· 15 years ago
8e6e5a5
6804454: RFE: Provide a way to control the printing dpi resolution from MSIE browser print. See also 6801859
by jgodinez
· 15 years ago
33e8841
6984033: imageio vendor references need to change (jdk7 only)
by bae
· 15 years ago
b4dfa98
6638110: (tz) TimeZone.getDisplayName(...) spec is inconsistent with implementation for unavailable locales
by okutsu
· 15 years ago
f01d1fe
6773022: java.awt.image.SampleModel.getDataElements() does't throw ArrayIndexOutOfBoundsEx for Integer.MAX_V
by bae
· 15 years ago
13d381c
6725821: Compiler warnings in medialib code Reviewed-by: igor, prr
by bae
· 15 years ago
49986e2
Added tag jdk7-b114 for changeset e250cef36ea0
by cl
· 15 years ago
4b8de93
6991013: Serialized form for java.util.Locale contains typos
by naoto
· 15 years ago
9d2963d
6575419: Solaris : XSetICFoucs is not called with Java application at appropriate timing
by naoto
· 15 years ago
8dbefd9
6838089: java.awt.Window.setOpacity() doesn't throw IllegalComponentStateException for two-display conf
by dcherepanov
· 15 years ago
106a71d
6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html
by anthony
· 15 years ago
a14882d
6986385: JLayer should implement accessible interface Reviewed-by: rupashka
by alexp
· 15 years ago
4914416
6991992: Need to forward-port AWT's part of the fix for 6691674 Reviewed-by: art
by dcherepanov
· 15 years ago
3a5cc7c
6989721: awt native code compiler warnings Reviewed-by: yan, uta
by art
· 15 years ago
52d18bd
6984643: Unable to instantiate JFileChooser with a minimal BasicL&F descendant installed
by rupashka
· 15 years ago
b65cc4c
6973199: java/awt/Robot/RobotWheelTest/RobotWheelTest.html failed on JDK7 b102 bug passed on b101
by dav
· 15 years ago
4a16837
6603635: links to tutorials broken in JTable API doc Reviewed-by: alexp
by malenkov
· 15 years ago
26019ae
6989440: tomcat test from dacapo benchmark fails with ConcurrentModificationException
by naoto
· 15 years ago
1ed19e0
Merge
by lana
· 15 years ago
8ecf6e0
6990352: SplashScreen.getSplashScreen() does not return null for implicitly closed splash screen
by anthony
· 15 years ago
34899ca
6895647: Frame may jump to an unpredicted location upon entering the non-opaque mode on X11
by anthony
· 15 years ago
ff91159
6990846: Demo: NIO.2 filesystem provider for zip/jar archives
by sherman
· 15 years ago
3618bb5
6970930: RuleBasedCollator.compare(String,null) throws IAE (should be NPE)
by peytoia
· 15 years ago
3e523d9
Added tag jdk7-b113 for changeset 61d3b9fbb26b
by cl
· 15 years ago
30dae40
6986335: 10 regtest failures (test/javax/sound/midi/Gervil) due AudioFloatConverter.PCM_FLOAT not found
by amenkov
· 15 years ago
b00d499
6984047: sound sources needs vendor rebranding changes (jdk7 only)
by amenkov
· 15 years ago
9274614
6979793: closed/javax/swing/JFileChooser/6396844/TwentyThousandTest fails due FileNotFound exc.
by rupashka
· 15 years ago
e5f9ef2
6975884: sun/java2d/SunGraphics2D/DrawImageBilinear.java failed Reviewed-by: prr
by bae
· 15 years ago
19d3523
6979541: closed/javax/swing/plaf/basic/AWTEventListenerLeak/AWTEventListenerLeak.java fails
by art
· 15 years ago
76dca05
6853488: REGRESSION : A black background is seen for a transparent animated gif image for splash screen
by bae
· 15 years ago
2e3a148
6828273: javax/swing/system/6799345/TestShutdown.java test fails with RuntimeException.
by art
· 15 years ago
49f3432
6829546: Modal dialog causes underlying parent JFrame to be set to "Always on top".
by art
· 15 years ago
484b551
6976076: sun/java2d/pipe/MutableColorTest/MutableColorTest.java failed
by bae
· 15 years ago
d3779e4
Merge
by lana
· 15 years ago
f427ee9
Merge
by lana
· 15 years ago
a4d6338
Merge
by lana
· 15 years ago
d481725
Merge
by lana
· 15 years ago
94c9e94
6989139: Address JDBC Findbugs where Number type Constructor are used
by lancea
· 15 years ago
c6fb2a0
6989190: SO_SNDBUF/SO_RCVBUF limits should only be checked when setsockopt fails (sol)
by alanb
· 15 years ago
ca5a9bf
6982279: java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed due to NPE
by anthony
· 15 years ago
a8fc2e1
6987233: FileDialog.getDirectory() should add a trainling slash when GTK FileDialog is used
by anthony
· 15 years ago
0a9c514
6847155: test/java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
by dav
· 15 years ago
73ac14f
6955776: (tz) Windows-only: tzmappings needs update for KB981793
by okutsu
· 15 years ago
f268798
6907737: (file) FileVisitor and Files.walkFileTree issues Reviewed-by: sherman
by alanb
· 15 years ago
e27f3e2
Merge
by alanb
· 15 years ago
1eedeaf
6979526: (file) java/nio/file/FileStore/Basic.java fails if the same file system is mounted more than once
by alanb
· 15 years ago
5b87d97
6988213: lcms build failure on windows-amd64 Reviewed-by: igor, prr
by bae
· 15 years ago
1fec1dd
Added tag jdk7-b112 for changeset b53f226b1d91
by cl
· 15 years ago
6675014
6988993: Address Findbugs warnings for the use of String Constructor
by lancea
· 15 years ago
c584366
6829267: Regression test java/awt/Toolkit/ToolkitPropertyTest/ToolkitPropertyTest_Enable.java fails in RHEL5
by dav
· 15 years ago
7ff5323
6860270: JVM crash is occuring when verifying whether Browse action is supported on WinVista 64 bit
by art
· 15 years ago
b107ac1
6982753: javax/swing/JTextArea/6940863/bug6940863.java should be modified
by malenkov
· 15 years ago
7ef108f
Merge
by alanb
· 15 years ago
d40f7c7
6988037: fileClose prints debug message is close fails
by alanb
· 15 years ago
fdf9914
6694729: obsolete link in ActionEvent javadoc Reviewed-by: art
by dav
· 15 years ago
0a6fb92
6987461: Handle leak when enabling java.net.useSystemProxies
by chegar
· 15 years ago
32be82e
6988163: sun.security.util.Resources dup and a keytool doc typo
by weijun
· 15 years ago
9580503
6735275: java.awt.image.SampleModel.getSamples() methods not allways throw ArrayIndexOutOfBoundsException
by bae
· 15 years ago
d0b65ce
Merge
by lana
· 15 years ago
e536c71
6915621: (rb) ResourceBundle.getBundle() deadlock when called inside a synchronized thread
by naoto
· 15 years ago
c6333e4
6987945: XDecoratedPeer shouldn't allow to resize a frame to zero size
by omajid
· 15 years ago
160b0b7
6987927: can't use -Dfile.encoding=Cp037 in net test Reviewed-by: chegar
by michaelm
· 15 years ago
ef6be52
Merge
by michaelm
· 15 years ago
60c8bdd
6550798: Using InputStream.skip with ResponseCache will cause partial data to be cached
by michaelm
· 15 years ago
4c3cd3c
6987896: Modal dialogs resumes the calling thread before it's hidden
by art
· 15 years ago
9752548
Merge
by lana
· 15 years ago
d06ff84
6987638: javadoc update to RowSetProvider and Statement
by lancea
· 15 years ago
bf0901f
6986450: javax/swing/JTable/Test6888156.java test is failing against jdk7 just on windows
by malenkov
· 15 years ago
4579c18
6986968: Crash on XIM server restart
by omajid
· 15 years ago
f85f876
6886678: Clicking on parent JFrame's client area does not switch focus from JWindow to JFrame on Windows
by ant
· 15 years ago
6ac18a9
6505819: Provide traverseIn method for sun.awt.EmbeddedFrame
by ant
· 15 years ago
83eca6e
6976577: JCK7 api/java_beans/EventSetDescriptor/descriptions.html#Ctor1 fails since jdk7 b102
by malenkov
· 15 years ago
78705f1
Merge
by lana
· 15 years ago
321162e
Merge
by lana
· 15 years ago
2f42f77
6986868: TEST failure: sun/security/tools/jarsigner/crl.sh Reviewed-by: ohair
by weijun
· 15 years ago
2928f03
Merge
by lana
· 15 years ago
af34302
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
by ohair
· 15 years ago
65148f5
6987117: Add jprt test sets Reviewed-by: mchung
by ohair
· 15 years ago
7cfd093
6986612: pit jdk7 b112: java.util.Locale getDisplayVariant() sqe test getDisplayVariantTests.java fails
by naoto
· 15 years ago
08427d3
Added tag jdk7-b111 for changeset fb63a2688db8
by cl
· 15 years ago
fb52031
6984036: servicetag vendor rebranding issues
by mchung
· 15 years ago
de0234b
6982971: TEST failure: com/sun/security/sasl/ntlm/NTLMTest.java
by weijun
· 15 years ago
3dcb675
Merge
by ohair
· 15 years ago
77326c3
6946527: rebranding system properties per Oracle Requirements (vendor)
by ohair
· 15 years ago
d74b626
6949710: 3/3 the GC'able nature of Logging objects needs to be made brutally clear
by dcubed
· 15 years ago
cbd661a
6986050: Small clarifications and fixes for ForkJoin
by dl
· 15 years ago
35e0445
6672144: HttpURLConnection.getInputStream sends POST request after failed chunked
by chegar
· 15 years ago
aea5957
6978052: No appropriate CCC request for listed JDK 7 changes in javax.swing.plaf.synth package (b84)
by peterz
· 15 years ago
5bcb12a
6960126: With GTK L&F JDesktopPane substitutes set desktop manager
by peterz
· 15 years ago
b818e9d
6981113: Add ConcurrentLinkedDeque
by dl
· 15 years ago
48e9811
6984044: RowSet source needs to rebrand vendor references
by lancea
· 15 years ago
b34dee4
6981157: Improve UnknownHostException with EAI error details and other cleanups
by martin
· 15 years ago
2f7e709
6981138: (process) Process.waitFor() may hang if subprocess has live descendants (lnx)
by martin
· 15 years ago
b9f0c2d
6888546: restore System.initializeSystemClasses
by mchung
· 15 years ago
bab4f60
6542335: different behavior on knob of scroll bar between 1.4.2 and 5.0
by alexp
· 15 years ago
Next »