Skip to content

Commit 098dd3e

Browse files
committed
The org.graalvm.nativebridge.processor.test is always rebuilt.
1 parent 00db562 commit 098dd3e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

sdk/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/nativetonative/MixedSameMarshallers.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ final class MixedFactorySameMarshallers {
5858
@GenerateNativeToNativeBridge(factory = MixedFactorySameMarshallers.class, implementation = LocalService.class)
5959
abstract class MixedFactorySameMarshallersService implements ForeignObject, Service {
6060
}
61+
62+
/*
63+
* In Mx JavaProjects, a class must share its name with the Java source file to allow correct
64+
* up-to-date status checking.
65+
*/
66+
public class MixedSameMarshallers {
67+
}

sdk/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/process/InvalidServices3.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ final class InvalidServices3Factory2 {
6262
abstract class InvalidServices3Service implements ForeignObject, Service {
6363

6464
}
65+
66+
/*
67+
* In Mx JavaProjects, a class must share its name with the Java source file to allow correct
68+
* up-to-date status checking.
69+
*/
70+
public class InvalidServices3 {
71+
}

0 commit comments

Comments
 (0)