Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
oj-libjdwp
/
88ab68097665ee0e833c7cab8514b86bcfd51380
88ab680
8031471: Test closed/java/awt/dnd/FileDialogDropTargetTest/FileDialogDropTargetTest.java fails on Solaris zones virtual hosts
by azvegint
· 11 years ago
892444d
8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
by azvegint
· 11 years ago
ffdcfb5
6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?
by azvegint
· 11 years ago
03f0919
8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour
by malenkov
· 11 years ago
3356e3a
8009883: REGRESSION: test/closed/javax/swing/AbstractButton/4246045/bug4246045.java fails
by serb
· 11 years ago
76da2e9
Merge
by chegar
· 11 years ago
ffe4593
8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
by mkos
· 11 years ago
3d65ad6
8028617: Dvorak keyboard mapping not honored when ctrl key pressed
by anashaty
· 11 years ago
b9643a2
8036607: JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c
by msheppar
· 11 years ago
4afdd76
8025293: JNI exception pending checks in java.net
by msheppar
· 11 years ago
3ba7ab4
7047033: (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true
by igerasim
· 11 years ago
bfe7f5f
8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X
by igerasim
· 11 years ago
455b09d
8043507: javax.smartcardio.CardTerminals.list() fails on MacOSX
by igerasim
· 11 years ago
234fb0c
7195480: javax.smartcardio does not detect cards on Mac OS X
by igerasim
· 11 years ago
a4fe849
8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
by azvegint
· 11 years ago
fd4c805
Merge
by lana
· 11 years ago
8a36938
8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
by alexsch
· 11 years ago
8b20ffc
Added tag jdk8u20-b16 for changeset d723d05cd17a
by katleman
· 11 years ago
e74f652
Added tag jdk8u20-b15 for changeset 82c35c2546a4
by katleman
· 11 years ago
c672a4e
8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
by azvegint
· 11 years ago
c1d13bd
Merge
by lana
· 11 years ago
4296b5a
Added tag jdk8u20-b14 for changeset bf4acb74e4a8
by katleman
· 11 years ago
3cdf38c
8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
by anashaty
· 11 years ago
a99424b
8041917: unexcepted behavior of LineBorder while using Boolean variable true
by malenkov
· 11 years ago
eed37f5
Merge
by mfang
· 11 years ago
b7c8859
Merge
by mfang
· 11 years ago
ae9564f
8041424: 8u20 l10n resource file translation update 1 Reviewed-by: naoto, yhuang
by mfang
· 11 years ago
05405f0
Added tag jdk8u20-b13 for changeset 4edaec5f08c0
by katleman
· 11 years ago
dfbfbb4
8042355: stream with sorted() causes downstream ops not to be lazy
by psandoz
· 11 years ago
e7d553c
Merge
by lana
· 11 years ago
990671d
Added tag jdk8u20-b12 for changeset e323c74edabd
by katleman
· 11 years ago
f082df3
8035584: ArrayList(c) should avoid inflation if c is empty Reviewed-by: martin
by mduigou
· 11 years ago
4adcf33
8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
by pchelko
· 11 years ago
5b53600
8030788: [Parfait] warnings from b119 for jdk/src/share/native/sun/awt/medialib: JNI exception pending
by pchelko
· 11 years ago
a7b3c79
Added tag jdk8u20-b11 for changeset 37392f2f5d59
by katleman
· 11 years ago
39c685c
8038178: Fix corrupt license header
by chegar
· 11 years ago
30b6484
8042360: Subtag syntax check is incomplete in Locale.LanguageRange
by peytoia
· 11 years ago
20ee33f
8034944: (process) Improve subprocess handling on Solaris
by robm
· 11 years ago
8ce3e8a
8035739: [parfait] JNI exception pending and primitive type mismatch in jdk/src/windows/native/sun/windows/awt_List.cpp
by pchelko
· 11 years ago
4e4fc24
8035734: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Choice.cpp
by pchelko
· 11 years ago
d63d729
8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
by pchelko
· 11 years ago
c15027d
8033662: DateTimeFormatter parsing ignores withZone()
by sherman
· 11 years ago
8227142
8037477: Reproducible hang of JAWS and webstart application with JAB 2.0.4
by pchelko
· 11 years ago
f8e1528
8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
by igerasim
· 11 years ago
cea3279
8039750: KSS: Replace MetalLazyValue with lambda Reviewed-by: alexsch, serb
by malenkov
· 11 years ago
4c687b9
8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
by malenkov
· 11 years ago
c826493
8038962: KSS: javax.swing.text.html[.parser].ResourceLoader
by malenkov
· 11 years ago
3fc0e58
8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
by asaha
· 11 years ago
8927517
8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
by alanb
· 11 years ago
5ddbb49
8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
by azvegint
· 11 years ago
6bfac1f
8007563: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red.
by malenkov
· 11 years ago
f7526a7
8036601: JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c
by msheppar
· 11 years ago
8794fb7
8036134: Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions
by msheppar
· 11 years ago
b0a2aea
8035930: Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions
by msheppar
· 11 years ago
2079e48
8032788: ImageIcon constructor throws an NPE and hangs when passed a null String parameter
by anashaty
· 11 years ago
5b3cb1c
8037287: Windows build failed after JDK-8030787 Reviewed-by: serb, bagiras
by pchelko
· 11 years ago
a2bd316
8030787: [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image
by pchelko
· 11 years ago
ca63311
8041931: test/sun/net/www/http/HttpClient/B8025710.java fails with cannot find keystore
by chegar
· 11 years ago
45cb813
8036790: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp
by azvegint
· 11 years ago
cb639be
8036783: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp
by azvegint
· 11 years ago
5e98547
8036762: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp
by azvegint
· 11 years ago
ffeed8b
8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp
by azvegint
· 11 years ago
c426196
8035867: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIRenderer.cpp
by azvegint
· 11 years ago
7f4a7da
8035858: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Desktop.cpp
by azvegint
· 11 years ago
93060cc
8035756: [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp
by azvegint
· 11 years ago
4eb067c
8035750: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dialog.cpp
by azvegint
· 11 years ago
ac09a03
8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel
by malenkov
· 11 years ago
7d6cba5
8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
by chegar
· 11 years ago
630c240
Merge
by coffeys
· 11 years ago
fadca7d
Merge
by lana
· 11 years ago
19dbde1
8024061: Exception thrown when drag and drop between two components is executed quickly
by alitvinov
· 11 years ago
65ddf22
8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list.
by lfoltan
· 11 years ago
6ae69da
8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
by weijun
· 11 years ago
ddc0c17
8040656: Classes with overriden methods with covariant returns return random read methods
by malenkov
· 11 years ago
7e7a200
8038491: Improve synchronization in ZipFile.read() Reviewed-by: alanb, chegar
by coffeys
· 11 years ago
3b92f6d
Merge
by coffeys
· 11 years ago
2b880b4
8034119: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m
by prr
· 11 years ago
1e1028f
8034113: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m
by prr
· 11 years ago
63b71df
8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m: JNI exception pending, JNI critical region violation
by prr
· 11 years ago
c55d7d0
8034097: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m
by prr
· 11 years ago
44eb33e
8034095: parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m
by prr
· 11 years ago
98a8abd
8034030: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m
by prr
· 11 years ago
560436f
8029008: [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending
by prr
· 11 years ago
243bab9
8036793: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp
by pchelko
· 11 years ago
ac18bd9
8036759: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp
by pchelko
· 11 years ago
4bbf94d
8035847: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
by pchelko
· 11 years ago
a262dfc
8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
by pchelko
· 11 years ago
a75c875
8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
by pchelko
· 11 years ago
19bf291
8035626: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h
by pchelko
· 11 years ago
313e565
8035320: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp
by pchelko
· 11 years ago
192b443
8036761: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp
by pchelko
· 11 years ago
ec1cdaa
8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
by pchelko
· 11 years ago
15cc350
8035335: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp
by pchelko
· 11 years ago
3b56b07
8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
by pchelko
· 11 years ago
c790941
8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
by pchelko
· 11 years ago
11beb31
8035860: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/MouseInfo.cpp
by pchelko
· 11 years ago
06f5568
8035844: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_Rectangle.cpp
by pchelko
· 11 years ago
2906753
8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
by pchelko
· 11 years ago
e30a62c
8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
by iignatyev
· 11 years ago
b2bce84
8032832: Applet/browser deadlocks, when IIS integrated authentication is used
by alitvinov
· 11 years ago
Next »