Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
oj-libjdwp
/
f37c7eec8e010b40139913feb8da9a8624732602
/
test
/
java
/
lang
9fcb07b
8139863: [TESTBUG] Need to port tests for JDK-8134903 to 8u-dev
by mhaupt
· 9 years ago
6fba328
8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
by jbachorik
· 10 years ago
6664e8e
8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
by kshefov
· 9 years ago
b8b4c46
8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
by kshefov
· 9 years ago
cf0e6d2
8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
by kshefov
· 9 years ago
64b6900
8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException
by kshefov
· 10 years ago
c35024d
8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option
by kshefov
· 10 years ago
1baf4d2
8067005: Several java/lang/invoke tests fail due to exhausted code cache
by kshefov
· 10 years ago
93f61de
8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
by kshefov
· 10 years ago
1c8a9e0
8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
by kshefov
· 10 years ago
b900d9d
Merge
by amurillo
· 10 years ago
7c86b05
8080428: [TESTBUG] java/lang/invoke/8022701/MHIllegalAccess.java - FAIL: Unexpected wrapped exception java.lang.BootstrapMethodError
by aeriksso
· 10 years ago
a9ffbd4
Merge
by amurillo
· 10 years ago
45079c7
8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
by sspitsyn
· 10 years ago
4977c57
Merge
by amurillo
· 10 years ago
9b25294
8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
by sspitsyn
· 10 years ago
7c9dc27
8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
by kshefov
· 10 years ago
167e5b3
8068491: Update the protocol for references of docs.oracle.com to HTTPS.
by bpatel
· 10 years ago
275017d
8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
by kshefov
· 10 years ago
871614b
8025636: Hide lambda proxy frames in stacktraces
by sla
· 10 years ago
d6aa6ce
8062896: TEST_BUG: java/lang/Thread/ThreadStateTest.java can't compile with change for 8058506
by jbachorik
· 10 years ago
17c7bdb
8058506: ThreadMXBeanStateTest throws exception Reviewed-by: egahlin, dholmes
by jbachorik
· 10 years ago
665353f
8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently
by jbachorik
· 10 years ago
d9c410c
8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
by jbachorik
· 10 years ago
84b7dd5
8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
by jbachorik
· 11 years ago
6b31b6e
8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible.
by dfuchs
· 10 years ago
dbebd74
8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
by vlivanov
· 10 years ago
e7a2ea5
8057020: LambdaForm caches should support eviction
by vlivanov
· 10 years ago
3d6995d
8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
by kshefov
· 10 years ago
c2f4490
8065552: setAccessible(true) on fields of Class may throw a SecurityException
by dfuchs
· 10 years ago
a6f1e13
8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed
by rriggs
· 10 years ago
7d74fe7
8062771: Core reflection should use final fields whenever possible
by igerasim
· 10 years ago
041741e
8063135: Enable full LF sharing by default Reviewed-by: psandoz, shade
by vlivanov
· 10 years ago
d48d1a1
8061960: java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
by mtobiass
· 10 years ago
8063ca1
8038982: java/lang/ref/EarlyTimeout.java failed again Reviewed-by: mchung
by igerasim
· 11 years ago
7ecfc62
8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
by igerasim
· 11 years ago
c8c8984
6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
by igerasim
· 11 years ago
d9c5455
8060483: NPE with explicitCastArguments unboxing null
by vlivanov
· 10 years ago
ca1115b
8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
by kshefov
· 10 years ago
899efe7
8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
by kshefov
· 10 years ago
ac710bb
8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
by kshefov
· 10 years ago
f03fc53
8058632: Revert JDK-8054984 from 8u40 Reviewed-by: sla
by jfranck
· 10 years ago
7baa8dc
8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
by vlivanov
· 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
2d01fab
8054987: (reflect) Add sharing of annotations between instances of Executable
by jfranck
· 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
1c697f6
8037210: Get rid of char-based descriptions 'J' of basic types
by vlivanov
· 10 years ago
858e2de
6712222: Race condition in java/lang/management/ThreadMXBean/AllThreadIds.java
by jbachorik
· 10 years ago
122532f
8071641: java/lang/management/ThreadMXBean/SynchronizationStatistics.java intermittently failed with NPE
by jbachorik
· 10 years ago
7e305c1
8062450: Timeout in LowMemoryTest.java Reviewed-by: dholmes
by jbachorik
· 10 years ago
4d3dc05
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
by jfranck
· 10 years ago
d30f00e
8055393: [Testbug] Some tests are being executed and fail under profiles
by dholmes
· 10 years ago
11c9498
8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
by robm
· 10 years ago
25f88cc
8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
by plevart
· 10 years ago
6559945
Merge
by asaha
· 11 years ago
0be46d0
8029674: (reflect) getMethods returns default methods that are not members of the class
by jfranck
· 11 years ago
53f3c7f
8046903: VM anonymous class members can't be statically invocable
by vlivanov
· 11 years ago
a8b651b
Merge
by asaha
· 11 years ago
a5b00b4
Merge
by asaha
· 11 years ago
6aea3d9
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
by jfranck
· 11 years ago
9762ea1
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
by vlivanov
· 11 years ago
1074938
8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
by mkos
· 11 years ago
d4394dc
8035777: Consistent Lambda construction
by rfield
· 11 years ago
bdea794
8033278: Missed access checks for Lookup.unreflect* after 8032585
by vlivanov
· 11 years ago
cb2a9b3
8032697: Issues with Lambda
by rfield
· 11 years ago
3ca2ca1
8032711: Issue with Lambda in handling
by rfield
· 11 years ago
297703e
8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
by vlivanov
· 11 years ago
d02ef24
8031502: JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter
by vlivanov
· 11 years ago
a58f532
Merge
by kizune
· 11 years ago
901d1fb
8030781: System.setProperties(null) drops all system properties (RELEASE not set)
by erikj
· 11 years ago
e7a71cf
Merge
by asaha
· 11 years ago
f3d11f6
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
by lana
· 11 years ago
9fe9f41
Merge
by amurillo
· 11 years ago
e30a62c
8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
by iignatyev
· 11 years ago
6956309
8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
by vlivanov
· 11 years ago
3b89900
8027827: Improve performance of catchException combinator
by vlivanov
· 11 years ago
69e837b
Merge
by kvn
· 11 years ago
621e57e
Merge
by coffeys
· 11 years ago
c410f46
8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
by igerasim
· 11 years ago
8b98605
Merge
by kvn
· 11 years ago
771100e
Merge
by kvn
· 11 years ago
7004563
7152892: some jtreg tests fail with permission denied Reviewed-by: coffeys
by robm
· 11 years ago
cab35ad
8027348: (process) Enhancement of handling async close of ProcessInputStream
by igerasim
· 11 years ago
c31aee9
7142035: assert in j.l.instrument agents during shutdown when daemon thread is running
by sla
· 11 years ago
9fc3fb2
Merge
by kvn
· 11 years ago
7b180de
8028537: PPC64: Updated the JDK regression tests to run on AIX
by simonis
· 11 years ago
47cb429
Merge
by coffeys
· 11 years ago
5a860ca
6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
by sjiang
· 11 years ago
842d777
Merge
by coffeys
· 11 years ago
96340b1
Merge
by coffeys
· 11 years ago
754d300
8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE
by jbachorik
· 11 years ago
dcc296a
6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
by jbachorik
· 11 years ago
02a5d82
8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently
by jbachorik
· 11 years ago
7726e6f
8030847: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails intermittently again
by jbachorik
· 11 years ago
b0f16a0
8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3
by jbachorik
· 11 years ago
b5bf0ce
Merge
by kizune
· 11 years ago
Next »