Searched refs:LSI (Results 1 - 5 of 5) sorted by relevance

/openjdk10/langtools/test/tools/javac/lambda/
H A DLambdaLambdaSerialized.java49 LSI<LSI<Map>> ssi = () -> (() -> new HashMap());
66 static void write(ObjectOutput out, LSI<LSI<Map>> lamb) throws IOException {
71 LSI<LSI<Map>> ls = (LSI<LSI<Map>>)in.readObject();
76 interface LSI<T> extends Serializable { interface in class:LambdaLambdaSerialized
H A DSerializedLambdaInInit.java42 static LSI cvisi = z -> "[" + z + "]";
43 static LSI cisi;
49 LSI ivsi = z -> "blah";
50 LSI iisi;
91 static void write(ObjectOutput out, LSI lamb) throws IOException {
96 LSI ls = (LSI) in.readObject();
115 interface LSI extends Serializable { interface in class:SerializedLambdaInInit
/openjdk10/jdk/test/java/lang/invoke/lambda/
H A DRepetitiveLambdaSerialization.java40 LSI ls = z -> "[" + z + "]";
52 interface LSI extends Serializable { interface in inherits:Serializable
H A DLambdaSerialization.java69 static void write(ObjectOutput out, LSI lamb) throws IOException {
74 LSI ls = (LSI) in.readObject();
81 interface LSI extends Serializable { interface in inherits:Serializable
/openjdk10/langtools/test/tools/javac/
H A DT8004969.java63 write(out, z -> (new LSI() { public String convert(String x) { return "*"+x; }} ).convert(z) );
89 static void write(ObjectOutput out, LSI lamb) throws IOException {
94 LSI ls = (LSI) in.readObject();
101 interface LSI extends Serializable { interface in inherits:Serializable

Completed in 142 milliseconds