What about java.lang.invoke available in b136 ?

Sam Pullara sam at sampullara.com
Mon Apr 4 09:09:29 PDT 2011


Looks like it is still in the java.dyn.* package even though it mentions java.lang.invoke.* packages in the package-info.

Sam

i7:bsd-port sam$ ls jdk/src/share/classes/java/dyn/
CallSite.java				Linkage.java				MutableCallSite.java
ClassValue.java				MethodHandle.java			SwitchPoint.java
ConstantCallSite.java			MethodHandles.java			VolatileCallSite.java
InvokeDynamic.java			MethodType.java				WrongMethodTypeException.java
InvokeDynamicBootstrapError.java	MethodTypeForm.java			package-info.java

from package-info:

/**
 * The {@code java.lang.invoke} package contains dynamic language support provided directly by
 * the Java core class libraries and virtual machine.
 *

On Apr 4, 2011, at 9:03 AM, Henri Gomez wrote:

> Hi to all,
> 
> I didn't see java.lang.invoke in both BSD and MacOS/X port, they are
> available in b136 (available for Linux/Windows/Solaris).
> When should we see these backported from main branch ?
> 
> Another question, I can't see the build number in both BSD and Mac branches :
> 
> BSD :
> 
> openjdk version "1.7.0-internal"
> OpenJDK Runtime Environment (build 1.7.0-internal-henri_2011_04_04_12_18-b00)
> OpenJDK 64-Bit Server VM (build 21.0-b03, mixed mode)
> 
> MacOS/X :
> 
> openjdk version "1.7.0-internal"
> OpenJDK Runtime Environment (build 1.7.0-internal-b00)
> OpenJDK 64-Bit Server VM (build 21.0-b03, mixed mode)
> 
> What's the current build number in both branches (b122 ?)
> 
> I know some Groovy guys really eager to test it on OS/X
> 
> Thanks
> 




More information about the bsd-port-dev mailing list