Searched refs:getConstructorId (Results 1 – 2 of 2) sorted by relevance
224 Method getConstructorId = ObjectStreamClass.class.getDeclaredMethod( in testBug28106822() local226 getConstructorId.setAccessible(true); in testBug28106822()228 assertEquals(1189998819991197253L, getConstructorId.invoke(null, Object.class)); in testBug28106822()229 assertEquals(1189998819991197253L, getConstructorId.invoke(null, String.class)); in testBug28106822()
2280 private static long getConstructorId(Class<?> clazz) { in getConstructorId() method in ObjectStreamClass