Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
oj-libjdwp
/
f03fc53e92d8ab5bf164d7895d508b6da8c66d74
f03fc53
8058632: Revert JDK-8054984 from 8u40 Reviewed-by: sla
by jfranck
· 10 years ago
dffc1d9
8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
by igerasim
· 10 years ago
7baa8dc
8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
by vlivanov
· 10 years ago
1425e33
8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
by vlivanov
· 10 years ago
9c8e6fd
8058291: Missing some checks during parameter validation Reviewed-by: jrose
by vlivanov
· 10 years ago
f263f72
8058626: Missing part of 8057656 in 8u40 compared to 9 Reviewed-by: psandoz
by vlivanov
· 10 years ago
db9ecae
Merge
by lana
· 10 years ago
b5c2e76
Merge
by amurillo
· 10 years ago
8e4ae62
8054638: xrender: text drawn after setColor(Color.white) is actually black
by ceisserer
· 10 years ago
df8a8d8
8042205: javax/management/monitor/*: some tests didn't get all the notifications
by sjiang
· 10 years ago
9b5ee72
Merge
by amurillo
· 10 years ago
199488d
8049303: Transient network problems cause JMX thread to fail silenty
by sjiang
· 10 years ago
80a919d
Merge
by lana
· 10 years ago
83eac13
8057747: Several test failing after update to tzdata2014g Reviewed-by: alanb
by aefimov
· 10 years ago
9dd62ad
Added tag jdk8u40-b05 for changeset d587834579da
by katleman
· 10 years ago
41ec997
Merge
by coleenp
· 10 years ago
15a698c
8057751: CompileNativeLibraries for custom build
by rriggs
· 10 years ago
3ffa7fa
8049343: (tz) Support tzdata2014g Reviewed-by: mfang, okutsu
by aefimov
· 10 years ago
b1365c0
7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets
by igerasim
· 10 years ago
2d01fab
8054987: (reflect) Add sharing of annotations between instances of Executable
by jfranck
· 10 years ago
b8ed9e1
8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
by vlivanov
· 10 years ago
29a883f
8057042: LambdaFormEditor: derive new LFs from a base LF
by vlivanov
· 10 years ago
6fda0a9
8056926: Improve caching of GuardWithTest combinator
by vlivanov
· 10 years ago
ee5263a
8057657: Annotate LambdaForm parameters with types
by vlivanov
· 10 years ago
05ba7c5
8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
by vlivanov
· 10 years ago
b8dd609
8057654: Extract checks performed during MethodHandle construction into separate methods
by vlivanov
· 10 years ago
f438214
8050887: Intrinsify constants for default values
by vlivanov
· 10 years ago
9e57113
8050884: Intrinsify ValueConversions.identity() functions
by vlivanov
· 10 years ago
f85fa2b
8050877: Improve code for pairwise argument conversions and value boxing/unboxing
by vlivanov
· 10 years ago
1f5925a
8050200: Make LambdaForm intrinsics detection more robust
by vlivanov
· 10 years ago
dfc4824
8050057: Improve caching of MethodHandle reinvokers
by vlivanov
· 10 years ago
4e657ca
8050174: Support overriding of isInvokeSpecial flag in WrappedMember
by vlivanov
· 10 years ago
b7d7d7e
8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
by vlivanov
· 10 years ago
5a06e98
8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
by vlivanov
· 10 years ago
db76edd
8050053: Improve caching of different invokers
by vlivanov
· 10 years ago
263761d
8050052: Small cleanups in java.lang.invoke code
by vlivanov
· 10 years ago
c4a18bd
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
by vlivanov
· 10 years ago
7a6abf2
8038261: JSR292: cache and reuse typed array accessors
by vlivanov
· 10 years ago
7fcbec4
8037209: Improvements and cleanups to bytecode assembly for lambda forms
by vlivanov
· 10 years ago
1c697f6
8037210: Get rid of char-based descriptions 'J' of basic types
by vlivanov
· 10 years ago
c5b25f5
8030079: Lint warnings in java.lang.invoke
by vlivanov
· 10 years ago
29e4c56
8057934: Upgrade to LittleCMS 2.6 breaks AIX build Reviewed-by: prr, serb
by simonis
· 10 years ago
79b19ce
8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
by sundar
· 10 years ago
481060b
Merge
by amurillo
· 10 years ago
0086a7c
Added tag jdk8u40-b04 for changeset dde62d949f78
by katleman
· 10 years ago
ef95636
Merge
by amurillo
· 10 years ago
87c2899
Merge
by amurillo
· 10 years ago
8f3420e
Merge
by amurillo
· 10 years ago
611e24f
Merge
by lana
· 10 years ago
4218fc3
Merge
by amurillo
· 10 years ago
5aca274
Added tag jdk8u40-b03 for changeset c67acfb24eed
by katleman
· 10 years ago
4d3dc05
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
by jfranck
· 10 years ago
883eecc
8051588: DataTransferer.getInstance throws ClassCastException in headless mode
by pchelko
· 10 years ago
a101d75
8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
by igerasim
· 10 years ago
5944415
Merge
by amurillo
· 10 years ago
956bfd7
8040617: [macosx] Large JTable cell results in a OutOfMemoryException
by bae
· 10 years ago
b14e4a8
8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException
by igerasim
· 10 years ago
d30f00e
8055393: [Testbug] Some tests are being executed and fail under profiles
by dholmes
· 10 years ago
ae1ba3d
8055785: Modifications of I/O methods for instrumentation purposes
by bpb
· 10 years ago
706aca1
Merge
by amurillo
· 10 years ago
5f8f1b9
8055662: Update mapfile for libjfr Reviewed-by: egahlin, sla
by mgronlun
· 10 years ago
b8ac517
8046070: Class Data Sharing clean up and refactoring
by iklam
· 10 years ago
3db879d
Added tag jdk8u40-b02 for changeset 4797cd0713b4
by katleman
· 10 years ago
0bf7295
8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
by sla
· 10 years ago
a476fac
8055012: [TESTBUG] NMTHelper fails to parse NMT output
by ctornqvi
· 10 years ago
2c72efb
8057719: Develop new tests for LambdaForm Reduction and Caching feature
by kshefov
· 10 years ago
19e988e
8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
by kshefov
· 10 years ago
6161f68
Merge
by coffeys
· 10 years ago
7b86cc6
8057813: Alterations to jdk_security3 test target
by coffeys
· 10 years ago
29d4bd4
8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
by chegar
· 10 years ago
9eed22a
8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
by alexsch
· 10 years ago
c8b5f2d
8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
by dmarkov
· 10 years ago
ca413de
8052406: SSLv2Hello protocol may be filter out unexpectedly Reviewed-by: weijun
by xuelei
· 10 years ago
1334ea8
8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
by alexsch
· 10 years ago
2a71a75
8056249: Improve CompletableFuture resource usage
by dl
· 10 years ago
cfdca78
8056122: Upgrade JDK to use LittleCMS 2.6 Reviewed-by: bae, jgodinez
by prr
· 10 years ago
7741a3a
8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
by dfuchs
· 10 years ago
fa2d5ff
Merge
by lana
· 10 years ago
9e03a29
Added tag jdk8u40-b01 for changeset 6e223d48080e
by katleman
· 10 years ago
25ea544
8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c
by serb
· 10 years ago
cccd4c9
8054801: Memory leak in jdk/src/windows/native/sun/windows/awt_InputMethod.cpp
by serb
· 10 years ago
7e2d096
8046887: JNI exception pending in jdk/src/solaris/native/sun/awt: awt_DrawingSurface.c, awt_GraphicsEnv.c, awt_InputMethod.c, sun_awt_X11_GtkFileDialogPeer.c
by serb
· 10 years ago
987b1f0
8054800: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp
by serb
· 10 years ago
7de16e9
8054817: File ccache only recognizes Linux and Solaris defaults
by weijun
· 10 years ago
56cb4b3
8044614: [macosx] Focus issue with 2 applets in firefox
by dmarkov
· 10 years ago
d976dee
8051614: smartcardio TCK tests fail due to lack of 'reset' permission
by coffeys
· 10 years ago
e8fac53
8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
by aefimov
· 10 years ago
2930a7a
Merge
by jeff
· 10 years ago
fa0c2d5
8051005: Third Party License Readme update for 8u20 Reviewed-by: coffeys
by jeff
· 10 years ago
c1d1d3c
7150092: NTLM authentication fail if user specified a different realm
by weijun
· 10 years ago
6b6e1d3
8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c
by jbachorik
· 10 years ago
7f689dc
8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio
by igerasim
· 10 years ago
546faba
Merge
by robm
· 10 years ago
c2fc56e
Added tag jdk8u20-b23 for changeset be30cb2a3088
by katleman
· 10 years ago
1788c92
Merge
by lana
· 10 years ago
b723e73
8049250: Need a flag to invert the Card.disconnect(reset) argument
by igerasim
· 10 years ago
386ac6b
Merge
by asaha
· 10 years ago
42936c5
8049884: Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
by prappo
· 10 years ago
a214c4d
Merge
by lana
· 10 years ago
9ca368e
Merge
by asaha
· 10 years ago
Next »