Jim Laskey
|
b4d4d8f66c
|
8197594: String#repeat
Reviewed-by: smarks, psandoz, plevart, rriggs, redestad
|
2018-03-01 15:45:51 -04:00 |
|
Mandy Chung
|
3414903aba
|
8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes
Reviewed-by: dfuchs, jmanson
|
2018-02-28 17:11:57 -08:00 |
|
Jesper Wilhelmsson
|
1739105160
|
Merge
|
2018-02-25 04:59:43 +01:00 |
|
Leonid Mesnik
|
2471caab08
|
8197901: Crash during GC when logging level is debug
Reviewed-by: dholmes, coleenp
|
2018-02-23 13:55:49 -08:00 |
|
Jesper Wilhelmsson
|
aa9cf33c1e
|
Merge
|
2018-02-19 04:50:50 +01:00 |
|
Alan Bateman
|
8f56ea639d
|
8196830: publicLookup().findVirtual should not return method handle to AccessibleObject.setAccessible
Reviewed-by: mchung, psandoz
|
2018-02-24 08:26:53 +00:00 |
|
Mandy Chung
|
4bb064c62d
|
8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
Reviewed-by: dholmes, alanb, smarks
|
2018-02-23 12:10:56 -08:00 |
|
Paul Sandoz
|
2ab07cc314
|
8197944: Condy tests fails on Windows
Reviewed-by: dholmes
|
2018-03-13 15:29:55 -07:00 |
|
Paul Sandoz
|
4954362d29
|
8199342: The constant pool forgets it has a Dynamic entry if there are overpass methods
Reviewed-by: lfoltan, acorn
|
2018-03-08 14:33:57 -08:00 |
|
Ekaterina Pavlova
|
4b55c80b4d
|
8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal
Reviewed-by: bchristi, mchung
|
2018-03-12 13:54:55 -07:00 |
|
Jesper Wilhelmsson
|
51ab999e0e
|
Merge
|
2018-02-13 23:38:34 +01:00 |
|
Martin Doerr
|
eb3ec99500
|
8196786: [PPC64+s390] ConstantDynamic support
Reviewed-by: psandoz, dsamersoff
|
2018-02-13 17:38:03 +01:00 |
|
Jesper Wilhelmsson
|
9beff15bed
|
Merge
|
2018-02-10 09:25:35 +01:00 |
|
Paul Sandoz
|
c9757ad448
|
8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
Reviewed-by: lfoltan
|
2018-02-07 12:37:30 -08:00 |
|
Mandy Chung
|
9caf4aeb12
|
8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp
Reviewed-by: bchristi
|
2018-02-12 11:40:19 -08:00 |
|
Lance Andersen
|
987c3a2d87
|
8190378: Removal of CORBA and Java EE modules
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
|
2018-02-10 07:06:16 -05:00 |
|
Jesper Wilhelmsson
|
d7dd9d1027
|
Merge
|
2018-02-05 23:12:03 +01:00 |
|
Jesper Wilhelmsson
|
44ab590f44
|
Merge
|
2018-02-05 23:12:03 +01:00 |
|
Tobias Hartmann
|
e5131d5ceb
|
8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
Exclude test from Graal testing.
Reviewed-by: kvn, dholmes, mchung
|
2018-02-05 07:20:26 +01:00 |
|
Amy Lu
|
2bf1bf3afb
|
8195981: Move some tests to OpenJDK for jdk_lang test group
Reviewed-by: alanb, mchung
|
2018-02-05 11:12:09 +08:00 |
|
Ivan Gerasimov
|
831b32b2a9
|
8196740: Character.digit(int,int) returns wrong value for out of range radix
Reviewed-by: redestad
|
2018-02-03 21:12:37 -08:00 |
|
Lana Steuck
|
414e05f6d7
|
Merge
|
2018-02-02 01:52:03 +00:00 |
|
Paul Sandoz
|
00b3f917ac
|
8195694: ConstantBootstraps.invoke does not preserve variable arity
Reviewed-by: jrose
|
2018-02-01 14:19:04 -08:00 |
|
Paul Sandoz
|
2b3d492b43
|
8196533: Update CondyNestedTest.java to compile jcod file
Reviewed-by: mchung
|
2018-01-31 17:43:46 -08:00 |
|
Paul Sandoz
|
4b5ffe70d9
|
8187742: Minimal set of bootstrap methods for constant dynamic
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: jrose, forax
|
2018-01-31 11:20:36 -08:00 |
|
Paul Sandoz
|
30df14bd0a
|
8195970: Crash passing null to a VarHandle
Reviewed-by: mchung, alanb
|
2018-01-26 09:35:15 -08:00 |
|
Brent Christian
|
f61a078bd2
|
8194879: Runtime.Version parses string which does not conform to spec without throwing IAE
Reviewed-by: alanb, iris, rriggs
|
2018-01-17 16:15:15 -08:00 |
|
Mandy Chung
|
869f9e2ed0
|
8194554: filterArguments runs multiple filters in the wrong order
Reviewed-by: psandoz, jrose
|
2018-01-17 15:17:50 -08:00 |
|
Lana Steuck
|
aad1a3592c
|
Merge
|
2018-01-16 22:24:20 +00:00 |
|
Dmitry Samersoff
|
ac524f2837
|
8190428: Minimal Dynamic Constant support for AArch64
AArch64 specific code for 8186046
Reviewed-by: aph, psandoz
|
2018-02-10 09:48:51 +00:00 |
|
Lana Steuck
|
c8c8cd7238
|
Merge
|
2018-01-04 04:22:28 +00:00 |
|
Amy Lu
|
fc48aa8618
|
8194959: Correct test tag to move bugid from @test to @bug
Reviewed-by: sundar
|
2018-01-12 14:09:50 +08:00 |
|
Jesper Wilhelmsson
|
8650bbcf47
|
Merge
|
2017-12-20 20:55:07 +01:00 |
|
Mandy Chung
|
64cef020e7
|
8193780: (ref) Remove the undocumented "jdk.lang.ref.disableClearBeforeEnqueue" system property
Reviewed-by: alanb
|
2017-12-21 15:04:45 -08:00 |
|
Paul Sandoz
|
038b5f571c
|
8191913: Bump classfile version number to 55
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: dholmes, darcy
|
2017-12-20 09:14:06 -08:00 |
|
Mark Reinhold
|
0214135fde
|
8192833: JEP 322: Time-Based Release Versioning
Reviewed-by: erikj, ihse, iris, mchung, psandoz, tbell
|
2017-12-13 17:28:24 -08:00 |
|
Jesper Wilhelmsson
|
e81038299e
|
Merge
|
2017-12-08 23:43:25 +01:00 |
|
Jesper Wilhelmsson
|
7c3a956755
|
Merge
|
2017-12-07 10:18:31 +01:00 |
|
Vladimir Kozlov
|
c11f132abe
|
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
Skip tests which use --limit-modules when Graal is used as JIT compiler.
Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
|
2017-12-13 11:59:55 -08:00 |
|
Jesper Wilhelmsson
|
42d9cdb7a0
|
Merge
|
2017-12-08 23:43:25 +01:00 |
|
Alan Bateman
|
800f9ab58a
|
8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
Reviewed-by: psandoz, mchung
|
2017-12-07 16:45:19 +00:00 |
|
Tobias Hartmann
|
23424e9e0a
|
8191360: Lookup of critical JNI method causes duplicate library loading with leaking handler
Unload shared library after lookup to avoid keeping it live.
Reviewed-by: vlivanov, dholmes
|
2017-12-05 08:27:54 +01:00 |
|
Sean Mullan
|
4da03ba907
|
8186535: Remove deprecated pre-1.2 SecurityManager methods and fields
Reviewed-by: alanb, coleenp, hseigel, mchung
|
2017-11-30 07:54:28 -05:00 |
|
Calvin Cheung
|
6feaa2cb69
|
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
Backout the fix for 8190975
Reviewed-by: iklam, kvn
|
2017-11-22 16:08:39 -08:00 |
|
Jesper Wilhelmsson
|
bc00f6b9b6
|
Merge
|
2017-11-25 04:36:43 +01:00 |
|
Paul Sandoz
|
012e103e91
|
8187237: Need to define the behaviour for 0 and 1 argument method type in StringConcatFactory.makeConcat
8186737: Lookup argument for StringConcatFactory.makeConcat & makeConcatWithConstants cannot have privileges less than PRIVATE
Reviewed-by: mchung
|
2017-11-29 12:39:59 -08:00 |
|
Ekaterina Pavlova
|
d7f5a6e86e
|
8190975: [Graal] Tests which run with "--limit-modules java.base" could fail when Graal is used as JIT
Reviewed-by: dholmes, alanb
|
2017-11-20 14:02:10 -08:00 |
|
Mandy Chung
|
52693f1ca5
|
8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior
Reviewed-by: psandoz, rriggs
|
2017-11-17 08:12:02 -06:00 |
|
Michael Dardis
|
3160d8e270
|
8190987: Package.getImplementationVersion returns null even if implementation version is non-null
Reviewed-by: mchung, rriggs
|
2017-11-16 22:51:15 -06:00 |
|
Jesper Wilhelmsson
|
88d610826b
|
Merge
|
2017-11-16 01:11:32 +01:00 |
|