Anthony Scarpino
|
697ec31ecf
|
8156192: Provider#compute and #merge methods expect wrong permission & #compute ClassCastException even with wrong permission
Reviewed-by: mullan, jnimeh
|
2016-08-17 16:03:52 -07:00 |
|
Nils Eliasson
|
ee1cbde17b
|
Merge
|
2016-08-17 22:34:33 +02:00 |
|
Vinnie Ryan
|
5343687991
|
6977937: The SunJCE PBKDF2KeyImpl is requiring the MAC instance also be from SunJCE
Reviewed-by: xuelei, ascarpino, wetmore
|
2016-08-17 21:14:39 +01:00 |
|
Vladimir Ivanov
|
e3d5b655af
|
8164103: C2: Broken cmpxchgb encoding on x86
Reviewed-by: kvn, shade, psandoz
|
2016-08-17 22:09:57 +03:00 |
|
Sean Mullan
|
b2c0ac7753
|
Merge
|
2016-08-17 14:41:17 -04:00 |
|
Sean Mullan
|
b37267c866
|
8164071: Default.policy file missing content for solaris
Reviewed-by: erikj
|
2016-08-17 14:40:12 -04:00 |
|
Lance Andersen
|
aa2e613bc5
|
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
|
2016-08-17 13:27:22 -04:00 |
|
Pavel Punegov
|
8474269d18
|
8156852: Convert JSON_test to Gtest
Convert test from InternalVMTests to Gtest
Reviewed-by: kvn, kzhaldyb
|
2016-08-17 18:48:34 +03:00 |
|
Hiroshi H Horii
|
4347d96655
|
8164920: ppc: enhancement of CRC32 intrinsic
Reviewed-by: goetz, mdoerr
|
2016-09-22 12:17:24 +02:00 |
|
Kishor Kharbas
|
f6ec56f5bb
|
8078122: YMM registers upper 128 bits may get clobbered by a JNI call on windows
Convert all XMM registers to be Save-on-Call on Win64.
Reviewed-by: kvn
|
2016-09-21 13:47:56 -07:00 |
|
Tobias Hartmann
|
466c23ffe0
|
8166046: [TESTBUG] compiler/stringopts/TestStringObjectInitialization.java fails with OOME
Reduced heap memory consumption of test.
Reviewed-by: kvn
|
2016-09-21 08:14:46 +02:00 |
|
Michael Berg
|
5b54998a23
|
8129376: SPECjvm98-client performance regression in 9-b66
Reviewed-by: kvn
|
2016-09-20 16:50:37 -07:00 |
|
Dean Long
|
e2e8ee17d0
|
Merge
|
2016-09-20 16:34:45 -04:00 |
|
Igor Ignatyev
|
f711aaa04c
|
8166164: compiler/compilercontrol/share/processors/LogProcessor.java does not close Scanner
Reviewed-by: kvn, ppunegov
|
2016-09-20 17:30:33 +03:00 |
|
Doug Simon
|
2c923c1c95
|
8165457: [JVMCI] increase InterpreterCodeSize for JVMCI
Reviewed-by: twisti
|
2016-09-19 13:26:37 -07:00 |
|
Vladimir Kozlov
|
de89ff8c55
|
8166096: variable tracking size limit exceeded in jvmciCompilerToVM.cpp
Turn off var-tracking-assignments for jvmciCompilerToVM.cpp
Reviewed-by: dlong
|
2016-09-16 21:10:56 -07:00 |
|
Doug Simon
|
037770a994
|
Merge
|
2016-09-14 19:55:08 +00:00 |
|
Doug Simon
|
d5ca7a299c
|
8165434: [JVMCI] remove uses of setAccessible
Reviewed-by: twisti, never
|
2016-09-14 12:34:37 -07:00 |
|
Vladimir Kozlov
|
5b7be48cdb
|
Merge
|
2016-09-14 20:22:53 +02:00 |
|
Doug Simon
|
a83ab529f9
|
8165755: [JVMCI] replace use of vm_abort with vm_exit
Reviewed-by: dholmes
|
2016-09-14 05:48:18 -07:00 |
|
Goetz Lindenmaier
|
474c035379
|
8165235: [TESTBUG] RTM tests must check OS version
Also change enabling RTM on Aix to OS version 7.2.
Reviewed-by: simonis, fzhinkin
|
2016-09-01 16:47:53 +02:00 |
|
Gustavo Romero
|
c6be265b46
|
8164987: RTM jtreg tests failing due to unnamed module unable to access class jdk.internal.misc.Unsafe
Reviewed-by: kvn
|
2016-09-08 18:17:50 -04:00 |
|
Jamsheed Mohammed C M
|
4ae6ce2b44
|
8164508: unexpected profiling mismatch in c1 generated code
Made 8027631 first arg skip applicable to not inlined virtual callsite too.
Reviewed-by: kvn
|
2016-09-09 06:11:54 -07:00 |
|
Michael Berg
|
6384a5d55d
|
8165565: Shorten branches causes incorrect code for SKX
Don't replace restoreMask CountedLoopEnd with short branches.
Reviewed-by: kvn
|
2016-09-07 12:23:25 -07:00 |
|
Vivek Deshpande
|
d58e3e0324
|
8154122: Intrinsify fused mac operations
Added FMA intrinsics on x86
Reviewed-by: kvn, aph, darcy
|
2016-08-26 12:17:50 -07:00 |
|
Alejandro Murillo
|
0b42584961
|
Merge
|
2016-08-17 08:44:38 -07:00 |
|
Athijegannathan Sundararajan
|
f2cc9a6362
|
8164216: Netbeans makefile for nashorn should use JDK_9 as platform
Reviewed-by: jlaskey
|
2016-08-17 19:16:28 +05:30 |
|
Tobias Hartmann
|
2eab293b99
|
Merge
|
2016-08-17 06:23:04 +00:00 |
|
Tobias Hartmann
|
be08874935
|
8164091: VM fails during startup with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked"
Don't throw java_lang_VirtualMachineError during VM initialization.
Reviewed-by: zmajo, dlong, dholmes
|
2016-08-17 08:19:06 +02:00 |
|
Srikanth Adayapalam
|
6c2a33a67b
|
8162576: Missing doclint check missing for modules
Co-authored-by: Lance Andersen <lance.andersen@oracle.com>
Reviewed-by: jjg, ksrini
|
2016-08-17 10:34:48 +05:30 |
|
Weijun Wang
|
8b6f2f0723
|
8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less
8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
Reviewed-by: xuelei
|
2016-08-17 10:08:18 +08:00 |
|
Joe Wang
|
a45449a1e4
|
6211561: XPath.evaluate(String,Object,QName) throws exception if context node is null
Reviewed-by: lancea
|
2016-08-16 17:35:47 -07:00 |
|
Jonathan Gibbons
|
f8ab3f84a4
|
8163800: The fix for JDK-8072052 shows up other minor incorrect use of styles
Reviewed-by: bpatel
|
2016-08-16 10:57:13 -07:00 |
|
Dean Long
|
28ccc9e20c
|
Merge
|
2016-08-16 17:54:08 +00:00 |
|
Jonathan Gibbons
|
4c9b47f1fa
|
8098537: Incorrect fonts in Java 8 javadocs
8072052: <dd> part of <dl> list in javadoc should not be in monospace font
Reviewed-by: bpatel
|
2016-08-16 10:35:10 -07:00 |
|
Andrew Haley
|
ad3fc31b3d
|
8164113: AArch64: follow-up the fix for 8161598
Reviewed-by: dlong
|
2016-08-16 17:31:57 +01:00 |
|
Dean Long
|
6e820bb025
|
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
Skip unwalkable frames in
Reviewed-by: fparain, coleenp, aph
|
2016-08-16 09:19:13 -07:00 |
|
Alejandro Murillo
|
9acf34189e
|
Merge
|
2016-08-16 08:18:27 -07:00 |
|
Alejandro Murillo
|
72bb76c7d3
|
Merge
|
2016-08-16 08:08:00 -07:00 |
|
Jan Lahoda
|
d103a19b3a
|
8078561: Error message should be generated once when -source 6 is specified
Code to avoid duplicated errors about features not supported in the current source level moved to Log
Reviewed-by: jjg
|
2016-08-16 16:43:00 +02:00 |
|
Harold Seigel
|
2a74c06b8d
|
8030221: Checking for anonymous class should check for NULL as well as potential nesting
Store the first non-anonymous class as the host when defining the anonymous class so don't need look for it later.
Reviewed-by: dholmes, lfoltan
|
2016-08-16 09:56:18 -04:00 |
|
Weijun Wang
|
68ec99774e
|
8141411: keytool can wrongly parse the start date value given by the -startdate option
Reviewed-by: xuelei
|
2016-08-16 21:28:10 +08:00 |
|
Hannes Wallnöfer
|
8e560dc22e
|
8163945: Honor Number type hint in toPrimitive on Numbers
Reviewed-by: jlaskey, mhaupt
|
2016-08-16 15:04:51 +02:00 |
|
Harsha Wardhana B
|
5dd6d9c4ca
|
8158406: Limited Parameter Processing
Reviewed-by: dfuchs, skoivu
|
2016-08-16 17:05:00 +05:30 |
|
Dmitry Markov
|
85a2347cb5
|
8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
Reviewed-by: serb
|
2016-08-16 11:13:46 +03:00 |
|
Staffan Larsen
|
a283244f86
|
8164012: com/sun/jdi/CatchPatternTest.sh fails on jdk9/hs with Required output "Exception occurred: java.lang.IllegalMonitorStateException" not found
Change test so that irrelevant exceptions do not interfere
Reviewed-by: dholmes, dsamersoff
|
2016-08-16 09:57:50 +02:00 |
|
Sibabrata Sahoo
|
ca2024b93f
|
8159964: Update Tests to verify JDK build for "JDK-8159488 Deprivilege java.xml.crypto"
Reviewed-by: valeriep
|
2016-08-16 12:34:00 +05:30 |
|
Nishit Jain
|
10179e0d9b
|
8129555: DateFormatSymbols: month-related methods must refer to Calendar constants
Reviewed-by: naoto, okutsu, peytoia
|
2016-08-16 15:26:41 +09:00 |
|
Bhavesh Patel
|
f6fc6ee2b8
|
8135291: [javadoc] broken link in Package com.sun.tools.jconsole
Reviewed-by: jjg, ksrini
|
2016-08-15 22:14:25 -07:00 |
|
Srikanth Adayapalam
|
c7f35c53af
|
8157512: AssertionError in javac when module-info < v53.0
Reviewed-by: jjg
|
2016-08-16 09:45:19 +05:30 |
|