John R Rose
be5df968ee
8024438: JSR 292 API specification maintenance for JDK 8
...
Add wildcard to unreflectConstructor, various clarifications and minor edits
Reviewed-by: mchung, darcy, twisti
2013-10-05 05:30:40 -07:00
John R Rose
c5b5f0d6c7
8025112: JSR 292 spec updates for security manager and caller sensitivity
...
Align CONSTANT_MethodHandle and Lookup.find* API calls, clarify security manager & @CallerSensitive interactions
Reviewed-by: mchung, twisti
2013-10-05 05:30:39 -07:00
John R Rose
32e77eaae1
8001110: method handles should have a collectArguments transform, generalizing asCollector
...
Promote an existing private method; make unit tests on all argument positions to arity 10 with mixed types
Reviewed-by: twisti, vlivanov
2013-10-05 05:30:39 -07:00
John R Rose
4ea5f818b5
8024599: JSR 292 direct method handles need to respect initialization rules for static members
...
Align MH semantic with bytecode behavior of constructor and static member accesses, regarding <clinit> invocation.
Reviewed-by: twisti, darcy, abuckley, vlivanov
2013-10-05 05:30:39 -07:00
John R Rose
154969a2bc
8001108: an attempt to use "<init>" as a method name should elicit NoSuchMethodException
...
Add an explicit check for leading "<", upgrade the unit tests
Reviewed-by: twisti, darcy
2013-10-05 05:30:39 -07:00
John R Rose
e4df9dc1ee
8001109: arity mismatch on a call to spreader method handle should elicit IllegalArgumentException
...
Document error conditions that may occur when calling a "spreader" method handle. Use IAE in all cases.
Reviewed-by: twisti, vlivanov
2013-10-05 05:30:39 -07:00
John R Rose
77dc59f6ca
8019417: JSR 292 javadoc should clarify method handle arity limits
...
Clarification of erroneous reading of spec. that led to 7194534
Reviewed-by: twisti, darcy
2013-10-05 05:30:39 -07:00
John R Rose
622186edcb
8001105: findVirtual of Object[].clone produces internal error
...
Replicate JVM logic for access control that makes Object.clone appear public when applied to an array type.
Reviewed-by: twisti
2013-10-05 05:30:38 -07:00
John R Rose
62ee211c8d
8024761: JSR 292 improve performance of generic invocation
...
Use a per-MH one element cache for MH.asType to speed up MH.invoke; also cache enough MH constants to cache LMF.metafactory
Reviewed-by: twisti
2013-10-05 05:30:38 -07:00
Johnny Chen
c1c21c0ff1
8025940: Windows build fails after the fix for 8025280
...
Reviewed-by: prr, jgodinez
2013-10-04 16:17:59 -07:00
Mikhail Cherkasov
798b7d2356
8020688: Broken links in documentation at http://docs.oracle.com/javase/6/docs/api/index
...
Reviewed-by: anthony, alexsch
2013-10-04 20:13:32 +04:00
Sean Coffey
1d4c1c6ee5
8016271: wsimport -clientjar does not create portable jars on Windows due to hardcoded backslash
...
Reviewed-by: mkos, chegar
2013-10-04 16:27:12 +01:00
Bhavesh Patel
c855900623
8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8
...
Reviewed-by: tbell
2013-10-04 15:25:18 -07:00
Robert Field
f718e1fa54
8021186: jdk/lambda/vm/DefaultMethodsTest.java fails
...
Remove DefaultMethodsTest from jdk/test/problemList.txt
Reviewed-by: mduigou
2013-10-04 09:54:43 -07:00
Johnny Chen
7b490635ea
8025294: [parfait] JNI-related warnings from b107 for jdk.src.solaris.native.sun.java2d.x11
...
Reviewed-by: prr, jgodinez
2013-10-03 13:49:52 -07:00
Johnny Chen
3c27e706c7
8025664: [parfait] warnings from b62 for jdk.src.share.native.sun.font
...
Reviewed-by: prr, jgodinez
2013-10-03 13:41:53 -07:00
Johnny Chen
3a01c9493e
8025309: [parfait] JNI-related warnings from b107 for jdk.src.share.native.sun.java2d.pipe
...
Reviewed-by: prr, jgodinez
2013-10-03 13:35:26 -07:00
Johnny Chen
fa90ce8bf8
8025480: [parfait] "JNI exception pending" warnings from b107 for jdk.src.share.native.sun.java2d
...
Reviewed-by: prr, jgodinez
2013-10-03 13:26:45 -07:00
Johnny Chen
85c942f353
8025280: [parfait] warnings from b107 for jdk.src.share.native.sun.java2d.loops: JNI exception pending, JNI critical region violation
...
Reviewed-by: prr, jgodinez
2013-10-03 13:16:31 -07:00
Robert Field
1705cfa533
8020849: jdk/lambda/vm/DefaultMethodsTest.java
...
Bridge generation has been removed from the VM. Fix is to remove tests that no longer make sense.
Reviewed-by: ksrini
2013-10-03 11:26:53 -07:00
Chris Hegarty
6088b141e2
Merge
2013-10-03 19:06:43 +01:00
Robert Field
551b5e50c6
8010433: Remove lambda metafactory work-around to JDK-8005119
...
Restore invokespecial to lambda metafactory
Reviewed-by: ksrini
2013-10-03 10:23:48 -07:00
Alexander Scherbatiy
5520d11d0c
7092283: Property Window.locationByPlatform is not cleared by calling setVisible(false)
...
Reviewed-by: anthony, serb
2013-10-03 19:02:45 +04:00
Anthony Petrov
5319e7da59
7174704: [macosx] New issue in 7u6 b12: HeadlessPrintingTest failure
...
Load the lwawt native library on Mac regardless of the headless/headful mode. Also, some minor cleanup.
Reviewed-by: art, serb
2013-10-03 18:01:25 +04:00
Alexander Zuev
ccbfbe8736
8025738: locale related test fails on langtools mac 10.7 test host
...
Reviewed-by: ksrini
2013-10-03 17:40:45 +04:00
Dmitry Samersoff
d95f70f9d3
8009213: sun/management/jdp/JdpTest.sh fails with exit code 1
...
There's no guarantee that the java process has executed far enough to be found by jps when we try to obtain it's pid.
Reviewed-by: sla
2013-10-03 16:54:55 +04:00
Oleg Pekhovskiy
cea15b4dee
8013553: [macosx] java.awt.FileDialog removes file extensions
...
Reviewed-by: leonidr, serb
2013-10-03 16:51:56 +04:00
Erik Joelsson
0d88315d61
8024522: java.time packages missing from src.zip
...
Reviewed-by: tbell
2013-10-03 11:27:16 +02:00
Paul Sandoz
1604846c44
8025567: Mark relevant public stream tests as serialization hostile
...
Reviewed-by: alanb
2013-10-03 10:59:51 +02:00
Andrew Brygin
88a74de88a
8022632: Reading a PNG file fails because of WBMPImageReaderSpi.canDecodeInput()
...
Reviewed-by: prr, jgodinez
2013-10-03 11:28:37 +04:00
David Katleman
78e2738c5a
Added tag jdk8-b110 for changeset e78392f8a04b
2013-10-02 13:26:45 -07:00
Christine Lu
e32c2618aa
8025409: Fix javadoc comments errors and warning reported by doclint report
...
Reviewed-by: anthony, yan
2013-10-02 11:28:07 -07:00
Phil Race
e43112a8ad
7179526: xrender : closed/sun/java2d/volatileImage/LineClipTest.java failed since jdk8b36
...
Reviewed-by: prr, jchen
2013-10-02 11:22:07 -07:00
Phil Race
d7d6a07617
8025837: Extraneous changes in the fix for 8007386
...
Reviewed-by: jgodinez, jchen
2013-10-02 11:16:07 -07:00
Sergey Bylokhov
12a7707961
8013563: Memory leak in JFrame on Linux
...
Reviewed-by: anthony, art
2013-10-02 21:02:04 +04:00
Paul Sandoz
10a6fcc8a0
8025534: Unsafe typecast in java.util.stream.Streams.Nodes
...
8025538: Unsafe typecast in java.util.stream.SpinedBuffer
8025533: Unsafe typecast in java.util.stream.Streams.RangeIntSpliterator.splitPoint()
8025525: Unsafe typecast in java.util.stream.Node.OfPrimitive.asArray()
Reviewed-by: chegar
2013-10-02 16:34:12 +02:00
Eric McCorkle
367fa5ac0e
8020981: Update methods of java.lang.reflect.Parameter to throw correct exceptions
...
Fix behavior of parameter reflection API for malformed class files.
Reviewed-by: darcy
2013-10-02 19:13:42 -04:00
Bradford Wetmore
47f46da3fa
8025694: Rename getStrongSecureRandom based on feedback
...
8014838: getStrongSecureRandom() should require at least one implementation
Reviewed-by: mullan, darcy
2013-10-02 09:38:57 -07:00
Erik Joelsson
d834c5b854
Merge
2013-10-02 15:08:29 +02:00
Leonid Romanov
33ff5ac952
8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown
...
Reviewed-by: anthony, serb
2013-10-02 17:06:09 +04:00
Petr Pchelko
efe326ede9
8024158: [macosx] java/awt/EventDispatchThread/LoopRobustness/LoopRobustness still failed after fix JDK-8022247; since jdk8b96
...
Reviewed-by: art, leonidr
2013-10-02 16:58:13 +04:00
Petr Pchelko
a8abc64da9
8024600: [macosx] code prevents use of -Xlint:auxiliaryclass,empty in jdk build
...
Reviewed-by: anthony, serb
2013-10-02 11:50:58 +04:00
Petr Pchelko
d5ec67a6e5
8024163: [macosx] NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag since jdk8b93, 7u40b28
...
Reviewed-by: anthony, serb
2013-10-02 11:32:56 +04:00
Petr Pchelko
195b490063
7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer
...
Reviewed-by: anthony, serb
2013-10-02 11:18:17 +04:00
Vadim Pakhnushev
e5260cc564
8024343: Change different color with the "The XOR alternation color" combobox, the color of the image can not shown immediately
...
Reviewed-by: ceisserer, prr, bae
2013-10-02 10:06:28 +04:00
Phil Race
4ff41501d1
8007386: On physical machine (video card is Intel Q45) the text is blank
...
Reviewed-by: prr, jchen
2013-10-01 15:36:53 -07:00
David Katleman
b4c28b3b28
Merge
2013-10-01 12:45:47 -07:00
Erik Gahlin
65580cea43
6696975: JTop plugin fails if connected readonly to target JVM
...
Reviewed-by: mchung, jbachorik, sla, sjiang
2013-10-01 17:48:01 +02:00
Paul Sandoz
7ee60c366e
8025535: Unsafe typecast in java.util.stream.SortedOps
...
Reviewed-by: mduigou, chegar
2013-10-01 18:20:03 +02:00
Masayoshi Okutsu
f640e20e65
8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo
...
Reviewed-by: peytoia
2013-10-02 17:57:04 +09:00